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.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

true if the border is visible; otherwise, false.

See Also