TdxChartHitTest Properties
Stores Chart control HitTest information.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. |
AxisValueLabel | 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. |
HitCode | Identifies the Chart control’s visual element to which the inspected point belongs. |
InPlotArea | 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. |
LegendItem | 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. |
SeriesPoint | Allows you to identify the series point to which the inspected point belongs. |
SeriesValueLabel | 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. |
TotalLabel | 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. |
See Also