LegendBoxPie3DSeriesTitleMouseMoveOverOff Event |
LightningChart .NET Help
Occurs when the mouse pointer moves out over the series title.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewPie3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic event LegendBoxPie3DSeriesTitleMouseMoveOverOffEventHandler SeriesTitleMouseMoveOverOff
Public Event SeriesTitleMouseMoveOverOff As LegendBoxPie3DSeriesTitleMouseMoveOverOffEventHandler
public:
event LegendBoxPie3DSeriesTitleMouseMoveOverOffEventHandler^ SeriesTitleMouseMoveOverOff {
void add (LegendBoxPie3DSeriesTitleMouseMoveOverOffEventHandler^ value);
void remove (LegendBoxPie3DSeriesTitleMouseMoveOverOffEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVM.Views.ViewPie3DLegendBoxPie3DSeriesTitleMouseMoveOverOffEventHandler
See Also