Skip to main content

TickmarksX Class

Contains settings of the X axis‘s tickmarks.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public sealed class TickmarksX :
    Tickmarks

Remarks

The TickmarksX class provides tickmarks functionality for an axis of the AxisX type. The TickmarksX class inherits properties and methods from the base Tickmarks class which define the common settings of axis tickmarks. Please see the Tickmarks class’s description for more information on the available main settings.

An object of the TickmarksX type can be accessed via the Axis2D.Tickmarks property of an axis of the AxisX type which in its turn is exposed via the XYDiagram.AxisX property of the XYDiagram object.

For more information, refer to Grid Lines, Tickmarks and Interlacing.

See Also