ASPxClientWebChartHitInfo.inRegressionLine Property
Obsolete. Gets a value indicating whether the test point is within the regression line.
Declaration
inRegressionLine: boolean
Property Value
Type | Description |
---|---|
boolean | true if the test point is within a regression line; otherwise, false. |
Remarks
This property is now obsolete. Instead, use the ASPxClientWebChartHitInfo.inIndicator property.
See Also