ASPxClientWebChartControlHotTrackEventArgs.hitInfo Property
Gets details on the chart elements located at the point where an end-user has clicked when hot-tracking or selecting a chart element on the client side.
Declaration
hitInfo: ASPxClientWebChartHitInfo
Property Value
Type | Description |
---|---|
ASPxClientWebChartHitInfo | An ASPxClientWebChartHitInfo object, which contains information about the chart elements located at the point where an end-user has clicked. |
See Also