Skip to main content
All docs
V25.1
  • 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
    True

    The inspected point is within the plot area of an XY diagram. The HitCode property returns one of the following codes:

    False
    The inspected point is outside the plot area of an XY diagram, and the inspected point’s coordinates cannot be defined as points on X and Y-axes.

    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