A newer version of this page is available.
Switch to the current version.
Axis2D.Tickmarks Property
Gets the tickmark settings of an axis for 2D Charts.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public Tickmarks Tickmarks { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property Tickmarks As Tickmarks
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
Feedback