Click or drag to resize

TickLabelPositionType Enumeration

Represents the position type of tick-mark labels on the specified axis.

Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TickLabelPositionType
Members
Member name Value Description
TickLabelPositionHigh 0 Specifies the axis labelsat the high end of the perpendicular axis.
TickLabelPositionLow 1 Specifies the axis labelsat the low end of the perpendicular axis.
TickLabelPositionNextToAxis 2 Specifies the axis labelsnext to the axis.
TickLabelPositionNone 3 Specifies the axis labels are not display.
See Also