Back to Devexpress

XYDiagram2DSeriesViewBase.FinancialIndicators Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram2dseriesviewbase-5f49f957.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the Indicators property instead.")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public FinancialIndicators FinancialIndicators { get; }
vb
<Obsolete("This property is now obsolete. Use the Indicators property instead.")>
<Browsable(False)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property FinancialIndicators As FinancialIndicators

Property Value

TypeDescription
FinancialIndicators

A FinancialIndicators object.

|

Remarks

This property has become obsolete. Use the XYDiagram2DSeriesViewBase.Indicators property instead.

See Also

Indicators

XYDiagram2DSeriesViewBase Class

XYDiagram2DSeriesViewBase Members

DevExpress.XtraCharts Namespace