TdxChartHitTest Members
In This Article
#Properties
Name | Description |
---|---|
Argument | Returns the argument on the primary X-Axis that corresponds to the inspected point position within the plot area of an XY diagram. |
Axis | Provides access to the axis to which the inspected point belongs. |
Axis |
Provides access to the axis value label to which the inspected point belongs. |
Diagram | Provides access to the diagram to which the inspected point belongs. |
Hit |
Identifies the Chart control’s visual element to which the inspected point belongs. |
In |
Identify if the inspected point is within the plot area of an XY diagram. |
Legend | Provides access to the legend pane to which the inspected point belongs. |
Legend |
Provides access to the legend item to which the inspected point belongs. |
Point | Returns pixel coordinates of the inspected point within the Chart control’s client area. |
Series | Provides access to the series to which the inspected point belongs. |
Series |
Allows you to identify the series point to which the inspected point belongs. |
Series |
Provides access to the series value label to which the inspected point belongs. |
Title | Provides access to the axis, chart, diagram, legend, or series title to which the inspected point belongs. |
Total |
Provides access to the series total label to which the inspected point belongs. |
Value | Returns the value on the primary Y-axis that corresponds to the inspected point position within the plot area of an XY diagram. |
#Methods
Name | Description |
---|---|
Equals |
Inherited from TObject. |
Get |
Returns the coordinate of the inspected point‘s position on the specified primary or secondary axis. |
Get |
Inherited from TObject. |
To |
Inherited from TObject. |
See Also