RadarDiagram.BorderVisible Property
Gets or sets whether the diagram’s border is visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool BorderVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the border is visible; otherwise, false. |
See Also