Axis2D.Tickmarks Property
Gets the tickmark settings of an axis for 2D Charts.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public Tickmarks Tickmarks { get; }
Property Value
Type | Description |
---|---|
Tickmarks | A Tickmarks object which provides the tickmark settings of a 2D axis. |
Remarks
The Tickmarks property allows the length, thickness, position and visibility of the major and minor tickmarks to be specified.
For more information, refer to Grid Lines, Tickmarks and Interlacing.
See Also