Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
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