Line3DSeriesView.LineWidth Property
Gets or sets the width of a line (the extent of the line along the Z-axis) in the 3D Line Chart.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
public double LineWidth { get; set; }
Property Value
Type | Description |
---|---|
Double | A Double value, measured in fractions of X-axis units, where an axis unit is the distance between two major X-axis values. This value should be greater than 0. |
See Also