Skip to main content
A newer version of this page is available. .

RadarAxisY.Thickness Property

Gets or sets the line width of the radial axis for the Radar chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public int Thickness { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the thickness of the axis, in pixels.

See Also