RadarAxisY.Thickness Property
Gets or sets the line width of the radial axis for the Radar chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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