ChartHitInfo.Diagram Property
Gets a diagram which is located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
Diagram | A Diagram object which represents the diagram located under the test point. |
Remarks
Use the Diagram property to access the diagram located under the test point if the ChartHitInfo.InDiagram property returns true. Note that if the ChartHitInfo.InDiagram is false, then the Diagram property returns null (Nothing in Visual Basic).
See Also