Skip to main content

Axis2D.Tickmarks Property

Gets the tickmark settings of an axis for 2D Charts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
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