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

RadarAxisY Class

Represents the Y-axis for Radar Series Views.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class RadarAxisY :
    RadarAxis

The following members return RadarAxisY objects:

Remarks

The RadarAxisY class represents an Y-axis used with a circle diagram showing Radar Area, Radar Line or Radar Point charts. The main purpose of the RadarAxisY class is to implement Y-axis functionality for the circle RadarDiagram.

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

RadarAxes

An object of the RadarAxisY type can be accessed via the RadarDiagram.AxisY property of a RadarDiagram.

See Also