TcxGridChartValueLineHitTest Class
In This Article
Stores HitTest information about a line diagram‘s data marker located at the inspected point.
#Declaration
Delphi
TcxGridChartValueLineHitTest = class(
TcxGridChartValueHitTest
)
#Remarks
The TcxGridChartValueLineHitTest
class overrides the HitTestCode function to return the htChartValueLine
hit code if a line diagram’s data marker is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridChartValueHitTest
TcxGridChartValueLineHitTest
See Also