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.v18.1.dll

Declaration

public class RadarAxisY :
    RadarAxis

The following members accept/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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RadarAxisY class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also