XYDiagram2DSeriesViewBase.FinancialIndicators Property
OBSOLETE
This property is now obsolete. Use the Indicators property instead.
Provides access to the financial indicators available for the series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the Indicators property instead.")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public FinancialIndicators FinancialIndicators { get; }
Property Value
Type | Description |
---|---|
FinancialIndicators | A FinancialIndicators object. |
Remarks
This property has become obsolete. Use the XYDiagram2DSeriesViewBase.Indicators property instead.
See Also