Skip to main content

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