Skip to main content
All docs
V23.2

TdxChartHitTest.InPlotArea Property

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

Declaration

property InPlotArea: Boolean read;

Property Value

Type Description
Boolean

Remarks

You can use Argument and Value properties 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