The HitData class represents information about the data item
at a specific location on the screen.
Flex returns the HitData structure for mouse events on chart data points.
It describes what data points are under the current mouse position.
The chart item described by the hit data.
A chart item represents the data a series uses
to describe an individual item from its dataProvider.
This property can be used as the source for data binding.
Implementation public function get chartItem():ChartItem public function set chartItem(value:ChartItem):void
distance
property
distance:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Specifies the distance between the data item on the screen
and the location of the mouse pointer, in pixels.
This property can be used as the source for data binding.
Implementation public function get distance():Number public function set distance(value:Number):void
id
property
id:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Specifies a unique identifier representing the data point.
You can use this identifier to test for equality
between two HitData objects.
If two different chart elements represent the same dataProvider entry,
they will have two different identifiers.
This property can be used as the source for data binding.
Implementation public function get id():Number public function set id(value:Number):void
item
property
item:Object
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Specifies the data item that the HitData structure describes.
This property can be used as the source for data binding.
Implementation public function get item():Object public function set item(value:Object):void