Skip to main content

TcxGridChartValueLineHitTest Class

Contains the HitTest information about a line diagram‘s data marker located at the inspected point.

Declaration

TcxGridChartValueLineHitTest = class(
    TcxGridChartValueHitTest
)

Remarks

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

See Also