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

RadarTickmarksY Class

Contains settings for the tickmarks of the Y-axis for the Radar series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public sealed class RadarTickmarksY :
    TickmarksBase

The following members return RadarTickmarksY objects:

Remarks

The RadarTickmarksY class translates the basic functionality of the TickmarksBase class, while maintaining the Radar series view types’ specifics.

A Radar diagram’s axes are shown in the following image.

RadarAxes

Inheritance

See Also