Skip to main content
A newer version of this page is available. .

Axis2D.Tickmarks Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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