TcxGridChartDataLevelActiveValueInfoHitTest Class
In This Article
Stores HitTest information about the data level’s active value located at the inspected point.
#Declaration
Delphi
TcxGridChartDataLevelActiveValueInfoHitTest = class(
TcxGridChartDataLevelInfoHitTest
)
#Remarks
The TcxGridChartDataLevelActiveValueInfoHitTest
class overrides the HitTestCode function to return the htDataLevelActiveValueInfo
hit code if a data level’s active value is located at the inspected point. You can access the data group associated with this value via the DataLevelObject property.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridChartDataLevelInfoHitTest
TcxGridChartDataLevelActiveValueInfoHitTest
See Also