Line3DSeriesView.LineThickness Property
Gets or sets the thickness of the line.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
public int LineThickness { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value which specifies the line’s thickness, in pixels. |
See Also