Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartHitTest Members

In This Article
Stores Chart control HitTest information.

#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.
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.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(TObject) Inherited from TObject.
GetAxisCoordinate(TdxChartCustomAxis) Returns the coordinate of the inspected point‘s position on the specified primary or secondary axis.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also