Skip to main content

TcxGridChartValueAreaHitTest Class

Contains the HitTest information about an area diagram‘s data marker located at the inspected point.

Declaration

TcxGridChartValueAreaHitTest = class(
    TcxGridChartValueHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htChartValueArea hit code if an area diagram’s data marker is located at the inspected point.

See Also