FinancialIndicators.TrendLines Property
OBSOLETE
This property is now obsolete. Use the Indicators property instead.
Provides access to a series’ collection of Trend Lines.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the Indicators property instead.")]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public TrendLineCollection TrendLines { get; }
Property Value
Type | Description |
---|---|
TrendLineCollection | A TrendLineCollection object. |
Remarks
This property is now obsolete. Use the XYDiagram2DSeriesViewBase.Indicators property instead.
See Also