Gets a list with the hit-tested chart elements.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public List<ChartElement> ChartElements { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ChartElements As List(Of ChartElement) |
A list of ChartElement objects.
See Also