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

TickmarksY Class

Contains settings of the Y axis‘s tickmarks.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public sealed class TickmarksY :
    Tickmarks

Remarks

The TickmarksY class provides tickmarks functionality for an axis of the AxisY type. The TickmarksY 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 TickmarksY type can be accessed via the Axis2D.Tickmarks property of an axis of the AxisY type which in its turn is exposed via the XYDiagram.AxisY property of the XYDiagram object.

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

See Also