LegendBoxXYSeriesTitleMouseMoveOverOff Event |
LightningChart .NET Help
Occurs when the mouse pointer moves out 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 LegendBoxXYSeriesTitleMouseMoveOverOffEventHandler SeriesTitleMouseMoveOverOff
Public Event SeriesTitleMouseMoveOverOff As LegendBoxXYSeriesTitleMouseMoveOverOffEventHandler
public:
event LegendBoxXYSeriesTitleMouseMoveOverOffEventHandler^ SeriesTitleMouseMoveOverOff {
void add (LegendBoxXYSeriesTitleMouseMoveOverOffEventHandler^ value);
void remove (LegendBoxXYSeriesTitleMouseMoveOverOffEventHandler^ value);
}Value
Type:
Arction.Wpf.Charting.Views.ViewXYLegendBoxXYSeriesTitleMouseMoveOverOffEventHandler
See Also