RadarDiagram.BorderColor Property
In This Article
Gets or sets the diagram’s border color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
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