IChartAxis
TickLabelPosition Property
|
Represents the position 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
TickLabelPositionType TickLabelPosition { get; set; }
Property TickLabelPosition As TickLabelPositionType
Get
Set
property TickLabelPositionType TickLabelPosition {
TickLabelPositionType get ();
void set (TickLabelPositionType value);
}
abstract TickLabelPosition : TickLabelPositionType with get, set
Property Value
Type:
TickLabelPositionType
See Also