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

RadarDiagram.BorderVisible Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

true if the border is visible; otherwise, false.

See Also