Back to Devexpress

LineSeries2D.LineStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-lineseries2d-c7965422.md

latest1.2 KB
Original Source

LineSeries2D.LineStyle Property

Specifies the line style settings of the LineSeries2D.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public LineStyle LineStyle { get; set; }
vb
Public Property LineStyle As LineStyle

Property Value

TypeDescription
LineStyle

A LineStyle object that contains line style settings.

|

Remarks

For more information, refer to Line.

See Also

LineSeries2D Class

LineSeries2D Members

DevExpress.Xpf.Charts Namespace