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