Class OfficeTickLabelPosition
Specifies the position of tick-mark labels on the specified axis.
Inheritance
System.Object
OfficeTickLabelPosition
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeTickLabelPosition : Enum
Fields
TickLabelPosition_High
Indicates the tick label position at top or right side of the chart.
Declaration
public const OfficeTickLabelPosition TickLabelPosition_High
Field Value
Type |
---|
OfficeTickLabelPosition |
TickLabelPosition_Low
Indicates the tick label position at bottom or left side of the chart.
Declaration
public const OfficeTickLabelPosition TickLabelPosition_Low
Field Value
Type |
---|
OfficeTickLabelPosition |
TickLabelPosition_NextToAxis
Indicates the tick label position next to axis (where axis is not at either side of the chart).
Declaration
public const OfficeTickLabelPosition TickLabelPosition_NextToAxis
Field Value
Type |
---|
OfficeTickLabelPosition |
TickLabelPosition_None
Indicates no tick marks.
Declaration
public const OfficeTickLabelPosition TickLabelPosition_None
Field Value
Type |
---|
OfficeTickLabelPosition |