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

RadarDiagram2D.AxisY Property

Gets or sets an axis which radiates from the center of the radar chart.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public RadarAxisY2D AxisY { get; set; }

Property Value

Type Description
RadarAxisY2D

A RadarAxisY2D class instance that is the radial axis of a radar chart.

Remarks

The following image shows the radar diagram, which displays the temperature’s values on the Y Axis.

Radar Point  - Axis X and Y

The following code snippets (auto-collected from DevExpress Examples) contain references to the AxisY property.

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