Skip to main content

ChartHitInfo.Diagram Property

Gets a diagram which is located under the test point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Diagram Diagram { get; }

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