Back to Devexpress

Line3DSeriesView.LineWidth Property

corelibraries-devexpress-dot-xtracharts-dot-line3dseriesview-30cb1fe9.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public double LineWidth { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property LineWidth As Double

Property Value

TypeDescription
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

Line3DSeriesView Class

Line3DSeriesView Members

DevExpress.XtraCharts Namespace