Back to Devexpress

TcxGridChartDataLevelActiveValueInfoHitTest Class

vcl-cxgridchartview-8e0612ee.md

latest1.6 KB
Original Source

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

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridChartDataLevelInfoHitTest TcxGridChartDataLevelActiveValueInfoHitTest

See Also

TcxGridChartDataLevelInfoHitTest Class

TcxGridChartViewStyles.DataLevelActiveValueInfo Property

TcxGridChartDataLevelActiveValueInfoHitTest Members

cxGridChartView Unit