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.InPlotArea Property

Identify if the inspected point is within the plot area of an XY diagram.

#Declaration

Delphi
property InPlotArea: Boolean read;

#Property Value

Type Description
Boolean

#Remarks

You can use Argument and Value properties or call the GetAxisCoordinate function to identify the coordinates of the inspected point within the plot area of an XY diagram (in corresponding axis measurement units) if the InPlotArea property returns True:

VCL Chart Control: An Inspected Plot Area

See Also