Back to Devexpress

RadarDiagram.BorderColor Property

corelibraries-devexpress-dot-xtracharts-dot-radardiagram-4655d8c5.md

latest1.7 KB
Original Source

RadarDiagram.BorderColor Property

Gets or sets the diagram’s border color.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

BackColor

BorderVisible

RadarDiagram Class

RadarDiagram Members

DevExpress.XtraCharts Namespace