Click or drag to resize
PoLogAxisMultFactorPositions Enumeration

Type of position of the multiplicative factor.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum MultFactorPositions
Members
  Member nameValueDescription
MULT_FACTOR_START0

The multiplicative factor is at the start of the axis.

MULT_FACTOR_END1

The multiplicative factor is at the end of the axis.

MULT_FACTOR_EXTR2

The multiplicative factor is at the start and at the end of the axis.

MULT_FACTOR_GRAD3

The multiplicative factor is at the graduations of the axis.

Remarks