PointerCommandArgs
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Events
Summary:
Command arguments that describe a pointer event in a LiveChart view.
Constructors
// Command arguments that describe a pointer event in a LiveChart view.
| IChartView chart, | // The chart that fired the event. |
| LvcPointD pointerPosition, | // The pointer position. |
| Object originalEventArgs | // The original event args. |
)
Properties
Gets the pointer position relative to the chart.
Type: LvcPointD
Type: LvcPointD
Gets the framework-specific event arguments.
Type: Object
Type: Object
Gets the sender chart.
Type: IChartView
Type: IChartView