LegendBoxXYSeriesTitleMouseMoveOverOn Event |
LightningChart .NET Help
Occurs when the mouse pointer moves in over the series title.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic event LegendBoxXYSeriesTitleMouseMoveOverOnEventHandler SeriesTitleMouseMoveOverOn
Public Event SeriesTitleMouseMoveOverOn As LegendBoxXYSeriesTitleMouseMoveOverOnEventHandler
public:
event LegendBoxXYSeriesTitleMouseMoveOverOnEventHandler^ SeriesTitleMouseMoveOverOn {
void add (LegendBoxXYSeriesTitleMouseMoveOverOnEventHandler^ value);
void remove (LegendBoxXYSeriesTitleMouseMoveOverOnEventHandler^ value);
}Value
Type:
Arction.Wpf.Charting.Views.ViewXYLegendBoxXYSeriesTitleMouseMoveOverOnEventHandler
See Also