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

LineSeries2D.ActualLineStyle Property

Gets the actual line style of the 2D Line series. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public LineStyle ActualLineStyle { get; }

Property Value

Type Description
LineStyle

A LineStyle object.

See Also