VisualElementEventArgs
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Events
Summary:
Defines the visual elements event arguments.
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 or sets the pointer location.
Type: LvcPoint
Type: LvcPoint
Gets the visual elements found.
Type: IInteractable
Type: IInteractable