A newer version of this page is available.
Switch to the current version.
FinancialIndicators.FibonacciIndicators Property
Obsolete. Provides access to a series' collection of Fibonacci Indicators.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Obsolete("This property is now obsolete. Use the Indicators property instead.")]
[Browsable(false)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public FibonacciIndicatorCollection FibonacciIndicators { get; }
<Obsolete("This property is now obsolete. Use the Indicators property instead.")>
<Browsable(False)>
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True)>
Public ReadOnly Property FibonacciIndicators As FibonacciIndicatorCollection
Property Value
Type | Description |
---|---|
FibonacciIndicatorCollection | A FibonacciIndicatorCollection object. |
Remarks
This property is now obsolete. Use the XYDiagram2DSeriesViewBase.Indicators property instead.
See Also
Feedback