Back to Devexpress

RadarDiagram.BorderVisible Property

corelibraries-devexpress-dot-xtracharts-dot-radardiagram-40bf4494.md

latest1.2 KB
Original Source

RadarDiagram.BorderVisible Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool BorderVisible { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property BorderVisible As Boolean

Property Value

TypeDescription
Boolean

true if the border is visible; otherwise, false.

|

See Also

RadarDiagram Class

RadarDiagram Members

DevExpress.XtraCharts Namespace