Click or drag to resize
PoAxisTickPositions Enumeration

Tick position type.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum TickPositions
Members
  Member nameValueDescription
TICK_GRAD_SIDE0

Ticks are on the same side of graduations.

TICK_GRAD_OTHER_SIDE1

Ticks are on the other side of graduations.

TICK_ACROSS_AXIS2

Ticks across the axis.

Remarks