Click or drag to resize

TickLabelPositionType Enumeration

Represents enum of chart tick label position values.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum TickLabelPositionType
Members
Member name Value Description
TickLabelPositionNone 0 Represents none label position.
TickLabelPositionLow 1 Represents low label position.
TickLabelPositionHigh 2 Represents high label position.
TickLabelPositionNextToAxis 3 Represents nex to axis label position.
See Also