XYSeries2D.Indicators Property
In This Article
Provides access to the collection of indicators that belong to the current series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true)]
public IndicatorCollection Indicators { get; }
#Property Value
Type | Description |
---|---|
Indicator |
An Indicator |
#Remarks
Use the Indicators property to access the collection of all indicators available to a series.
See Also