Gets or sets a value that indicates the present state of the event handling for a routed
event as it travels the route.
ChartMouseButton events are not routed events; setting this property effects the underlying
MouseButtonEvent.
Returns boolean
set handled(v): void
Parameters
v: boolean
Returns void
item
get item(): any
Gets the ItemsSource item associated with the current event.
Returns any
set item(v): void
Parameters
v: any
Returns void
legendItem
get legendItem(): any
The legend item that was the target of the mouse event.
Returns any
set legendItem(v): void
Parameters
v: any
Returns void
originalSource
get originalSource(): any
Gets a reference to the object that raised the event.
Returns any
series
get series(): ILegendSeries
Gets the series associated with the current event.
Returns ILegendSeries
set series(v): void
Parameters
v: ILegendSeries
Returns void
Methods
toString
toString(): string
Provides a human readable description of the mouse button event.
Provides data for legend mouse button related events.