ChartAxis
TickMarks Property
|
Gets the tick marks 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 AxisTickMarks TickMarks { get; }
Public ReadOnly Property TickMarks As AxisTickMarks
Get
public:
property AxisTickMarks^ TickMarks {
AxisTickMarks^ get ();
}
member TickMarks : AxisTickMarks with get
Return Value
Type:
AxisTickMarks
The tick marks options for the axis.
See Also