Skip to main content

RadarDiagramModel.AxisY Property

Returns the model of the Y-axis of the modeled Radar or Polar diagram.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public RadarAxisYModel AxisY { get; }

Property Value

Type Description
RadarAxisYModel

The model of the Y-axis.

See Also