Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartDataLevelActiveValueInfoHitTest Class

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

See Also