Skip to main content

RadarDiagram.BorderVisible Property

Gets or sets whether the diagram’s border is visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool BorderVisible { get; set; }

Property Value

Type Description
Boolean

true if the border is visible; otherwise, false.

See Also