ChartAxis
Labels Property
|
Gets the tick labels options for the axis.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public AxisTickLabels Labels { get; }
Public ReadOnly Property Labels As AxisTickLabels
Get
public:
property AxisTickLabels^ Labels {
AxisTickLabels^ get ();
}
member Labels : AxisTickLabels with get
Return Value
Type:
AxisTickLabels
The tick labels options for the axis.
See Also