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

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.v19.1.dll

Declaration

[XtraSerializableProperty]
[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