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