VisualElementsEventArgs
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Events

Summary:
Defines the visual elements event arguments.

Inheritance:
Object =>
VisualElementsEventArgs

Constructors

// Defines the visual elements event arguments.
Chart chart, // The chart.
IEnumerable<IInteractable> visualElements, // The pointer location.
LvcPoint pointerLocation// The visual elements.
)

Properties

Gets the chart.
Type: Chart
Gets or sets the pointer location.
Type: LvcPoint
Gets the closest visual element to the pointer position.
Type: IInteractable
Gets all the visual elements that were found.
Type: IEnumerable<IInteractable>