ASPxClientWebChartControlHotTrackEventArgs Properties
Provides data for a chart control’s ASPxClientWebChartControl.ObjectHotTracked and ASPxClientWebChartControl.ObjectSelected events on the client side.| Name | Description |
|---|---|
| absoluteX | Gets the X-coordinate of the hit test point, relative to the top left corner of the Web Page containing this chart. |
| absoluteY | Gets the Y-coordinate of the hit test point, relative to the top left corner of the Web Page containing this chart. |
| additionalHitObject | Provides access on the client side to the object, which is in some way related to the object being hit. The returned value depends on the ASPxClientWebChartControlHotTrackEventArgs.hitObject type and hit point location. |
| cancel | Gets a value indicating whether the hot-tracking or object selection should be canceled. |
| chart | Provides access on the client side to the chart and all its elements. |
| hitInfo | 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. |
| hitObject | Provides access on the client side to the chart element, for which the event was raised. |
| htmlElement | Gets the HTML object that contains the processed item. |
| processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
| x | Gets the X-coordinate of the hit test point, relative to the top left corner of the chart. |
| y | Gets the Y-coordinate of the hit test point, relative to the top left corner of the chart. |
See Also