MindFusion.Wpf Pack Programmer's Guide
ChartHitTestResult3D.ChartElements Property
See Also
 





Gets a list with the hit-tested chart elements.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public List<ChartElement> ChartElements { get; }

Visual Basic  Copy Code

Public ReadOnly Property ChartElements As List(Of ChartElement)

 Property Value

A list of ChartElement objects.

 See Also

ChartHitTestResult3D Members
ChartHitTestResult3D Class
MindFusion.Charting.Wpf Namespace