Enum OfficeTickLabelPosition
Specifies the position of tick-mark labels on the specified axis.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeTickLabelPosition
Fields
Name | Description |
---|---|
TickLabelPosition_High | Indicates the tick label position at top or right side of the chart. |
TickLabelPosition_Low | Indicates the tick label position at bottom or left side of the chart. |
TickLabelPosition_NextToAxis | Indicates the tick label position next to axis (where axis is not at either side of the chart). |
TickLabelPosition_None | Indicates no tick marks. |