ChartHitInfo.Chart Property
In This Article
Gets a chart which is located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An object implementing the DevExpress. |
#Remarks
Use the Chart property to access the chart located under the test point if the ChartHitInfo.InChart property returns true. Note that if the ChartHitInfo.InChart is false, then the Chart property returns null (Nothing in Visual Basic).
See Also