Back to Devexpress

Indicator.LineStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-indicator-440adc36.md

latest1.1 KB
Original Source

Indicator.LineStyle Property

Specifies the indicator’s line style settings.

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, storing the line style settings.

|

Remarks

Use the Indicator.Brush and LineStyle properties, to define an indicator’s appearance.

See Also

Indicator Class

Indicator Members

DevExpress.Xpf.Charts Namespace