Skip to main content
A newer version of this page is available. .

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