HotTrackEventArgs Properties
Provides data for a chart control’s ChartControl.ObjectHotTracked and ChartControl.ObjectSelected events.Name | Description |
---|---|
AdditionalObject | Provides access to an object related to the object being hit. The returned value depends on the HotTrackEventArgs.Object type and hit point location. |
Cancel | Gets or sets whether the hot-tracking should be cancelled. |
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 at runtime. |
Object | Gets the chart element, for which the event was raised. |
See Also