HoverCommandArgs
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Events

Summary:
Command arguments that defines the changes in the hovered points in a chart.

Inheritance:
Object =>
ChartCommandArgs =>
HoverCommandArgs

Constructors

// Command arguments that defines the changes in the hovered points in a chart.
IChartView chart, // The chart that fired the event.
IEnumerable<ChartPoint> newPoints, // The new points.
IEnumerable<ChartPoint> oldPoints// The old points.
)

Properties

Gets the new hovered points in the chart.
Type: IEnumerable<ChartPoint>
Gets the points that are no longer hovered in the chart.
Type: IEnumerable<ChartPoint>
Gets the sender chart.
Type: IChartView