RadarDiagram.BorderVisible Property
Gets or sets whether the diagram’s border is visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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