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