TcxGridChartToolBoxHitTest Class
In This Article
Stores HitTest information about the chart toolbox located at the inspected point.
#Declaration
Delphi
TcxGridChartToolBoxHitTest = class(
TcxCustomGridViewHitTest
)
#Remarks
The TcxGridChartToolBoxHitTest
class overrides the HitTestCode function to return the htChartToolBox
hit code if a chart toolbox is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridChartToolBoxHitTest
See Also