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