Back to Devexpress

Line3DSeriesView.LineThickness Property

corelibraries-devexpress-dot-xtracharts-dot-line3dseriesview-a9a48f6b.md

latest1.2 KB
Original Source

Line3DSeriesView.LineThickness Property

Gets or sets the thickness of the line.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int LineThickness { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property LineThickness As Integer

Property Value

TypeDescription
Int32

An integer value which specifies the line’s thickness, in pixels.

|

See Also

Line3DSeriesView Class

Line3DSeriesView Members

DevExpress.XtraCharts Namespace