Back to Devexpress

CircularLineSeries2D.ActualLineStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-circularlineseries2d-553e93c2.md

latest1.2 KB
Original Source

CircularLineSeries2D.ActualLineStyle Property

Gets the actual line style of the CircularLineSeries2D object.

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

CircularLineSeries2D Class

CircularLineSeries2D Members

DevExpress.Xpf.Charts Namespace