ChartHitInfo.RegressionLine Property
OBSOLETE
This property is now obsolete. Use the Indicator property instead.
Gets a regression line which is located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Obsolete("This property is now obsolete. Use the Indicator property instead.")]
public RegressionLine RegressionLine { get; }
Property Value
Type | Description |
---|---|
RegressionLine | A RegressionLine object. |
Remarks
This property is now obsolete. Instead, use the ChartHitInfo.Indicator property .
See Also