Skip to main content

TcxGridChartDataLevelActiveValueInfoHitTest Class

Contains the HitTest information about the data level’s active value located at the inspected point.

Declaration

TcxGridChartDataLevelActiveValueInfoHitTest = class(
    TcxGridChartDataLevelInfoHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method 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