Back to Devexpress

RadarTickmarksY Class

corelibraries-devexpress-dot-xtracharts-eaedd3aa.md

latest1.8 KB
Original Source

RadarTickmarksY Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Inheritance

Object ChartElement TickmarksBase RadarTickmarksY

See Also

RadarTickmarksY Members

DevExpress.XtraCharts Namespace