VisualElementEventArgs
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Events

Summary:
Defines the visual elements event arguments.

Inheritance:
Object =>
VisualElementEventArgs

Constructors

// Defines the visual elements event arguments.
Chart chart, // The chart.
IInteractable visualElement, // The pointer location.
LvcPoint pointerLocation// The visual element.
)

Properties

Gets the chart.
Type: Chart
Gets or sets the pointer location.
Type: LvcPoint
Gets the visual elements found.
Type: IInteractable