TcxGridChartDataLevelInfoHitTest Class
Stores HitTest information about the data level located at the inspected point.
Declaration
TcxGridChartDataLevelInfoHitTest = class(
TcxCustomGridViewHitTest
)
Remarks
The TcxGridChartDataLevelInfoHitTest
class introduces members that allow you to accomplish the following:
- Determine the visual position of the inspected data level in the data level navigator (DataLevel).
- Access the data group associated with the inspected data level and the container for this data group (DataLevelObject and DataLevelObjectContainerKind).
In addition, the TcxGridChartDataLevelInfoHitTest
class overrides the HitTestCode function to return the htDataLevelInfo
hit code if a data level is located at the inspected point.
Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxGridChartDataLevelInfoHitTest
See Also