Skip to main content
All docs
V20.1

LineSeries2D.ActualLineThickness Property

Gets the actual line thickness of the LineSeries2D series. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public int ActualLineThickness { get; }

Property Value

Type Description
Int32

An integer value that is the thickness of the circular line series, in pixels.

See Also