Click or drag to resize
PoAxisTickPositions Enumeration

Tick position type.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
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