HoverCommandArgs
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Events
Summary:
Command arguments that defines the changes in the hovered points in a chart.
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>
Type: IEnumerable<ChartPoint>
Gets the points that are no longer hovered in the chart.
Type: IEnumerable<ChartPoint>
Type: IEnumerable<ChartPoint>
Gets the sender chart.
Type: IChartView
Type: IChartView