Click or drag to resize
PoPolarLogAxisDecadeReps Enumeration

Type of presentation of the axis decades.

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

No decade graduations are displayed.

DECADE_AS_TEN_POWER1

Decade graduations are displayed as power of ten graduations.

DECADE_DECIMAL2

Decade graduations are displayed in decimals.

DECADE_DIGIT3

Decade graduations are displayed using a digit from 2 to 9.

DECADE_AUTO4

giving the multiple of the power of ten.

Automatic mode, one of the three previous type is used depending on the axis range.

Remarks