PointerCommandArgs
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Events

Summary:
Command arguments that describe a pointer event in a LiveChart view.

Inheritance:
Object =>
ChartCommandArgs =>
PointerCommandArgs

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
Gets the framework-specific event arguments.
Type: Object
Gets the sender chart.
Type: IChartView