Back to Devexpress

LineSeries2D.ActualLineStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-lineseries2d-2c4015c9.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public LineStyle ActualLineStyle { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualLineStyle As LineStyle

Property Value

TypeDescription
LineStyle

A LineStyle object.

|

See Also

LineSeries2D Class

LineSeries2D Members

DevExpress.Xpf.Charts Namespace