Skip to main content

TcxGridChartValueHitTest Class

Contains the HitTest information about the data marker located at the inspected point.

Declaration

TcxGridChartValueHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

This class introduces members that allow you to accomplish the following:

In addition, the TcxGridChartValueHitTest class overrides the HitTestCode method to return the htChartValue hit code if a data marker is located at the inspected point.

Inheritance

See Also