VisualElementsEventArgs
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Events
Summary:
Defines the visual elements event arguments.
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 or sets the pointer location.
Type: LvcPoint
Type: LvcPoint
Gets the closest visual element to the pointer position.
Type: IInteractable
Type: IInteractable
Gets all the visual elements that were found.
Type: IEnumerable<IInteractable>
Type: IEnumerable<IInteractable>