Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is now obsolete. Use the Indicators property instead.")]
[Browsable(false)]
[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