Skip to main content

TcxGridChartToolBoxHitTest Class

Contains the HitTest information about the chart toolbox located at the inspected point.

Declaration

TcxGridChartToolBoxHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htChartToolBox hit code if a chart toolbox is located at the inspected point.

Inheritance

See Also