Skip to main content

RadarAxisYModel.TopLevel Property

Gets or sets the value of the RadarAxisY.TopLevel within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public bool TopLevel { get; set; }

Property Value

Type Description
Boolean

true if the Y-axis should be positioned above all series on a diagram; otherwise false.

See Also