Back to Devexpress

Indicator.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-indicator-eb1f91b9.md

latest1.7 KB
Original Source

Indicator.LineStyle Property

Specifies the indicator‘s line style settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle LineStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property LineStyle As LineStyle

Property Value

TypeDescription
LineStyle

A LineStyle object, storing the line style settings.

|

Remarks

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

For more information, see Indicators.

See Also

Color

Indicators

Indicator Class

Indicator Members

DevExpress.XtraCharts Namespace