RadarDiagram.BorderColor Property
Gets or sets the diagram’s border color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A Color structure which specifies the diagram’s border color. |
Remarks
Note that if the BorderColor property is set to Empty, the border color is obtained from the current apperance (specified via the ChartControl.AppearanceName property).
See Also