Indicator.LineStyle Property
In This Article
Specifies the indicator‘s line style settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle LineStyle { get; }
#Property Value
Type | Description |
---|---|
Line |
A Line |
#Remarks
Use the Indicator.Color and LineStyle properties, to define an indicator’s appearance.
For more information, see Indicators.
See Also