Back to Devexpress

ChartHitInfo.Diagram Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-fd7d0352.md

latest1.7 KB
Original Source

ChartHitInfo.Diagram Property

Gets a diagram which is located under the test point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Diagram Diagram { get; }
vb
Public ReadOnly Property Diagram As Diagram

Property Value

TypeDescription
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

HitObject

HitObjects

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace