Indicator.LineStyle Property
Specifies the indicator‘s line style settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public LineStyle LineStyle { get; }
Property Value
Type | Description |
---|---|
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