Back to Devexpress

TickmarksX Class

corelibraries-devexpress-dot-xtracharts-6e1e8406.md

latest2.7 KB
Original Source

TickmarksX Class

Contains settings of the X axis‘s tickmarks.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public sealed class TickmarksX :
    Tickmarks
vb
Public NotInheritable Class TickmarksX
    Inherits 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.

Inheritance

Object ChartElement TickmarksBase Tickmarks TickmarksX

See Also

TickmarksX Members

Tickmarks

AxisX

TickmarksY

Grid Lines, Tickmarks and Interlacing

DevExpress.XtraCharts Namespace