LegendBoxPie3DSeriesTitleMouseMoveOverOn Event |
LightningChart .NET Help
Occurs when the mouse pointer moves in 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 LegendBoxPie3DSeriesTitleMouseMoveOverOnEventHandler SeriesTitleMouseMoveOverOn
Public Event SeriesTitleMouseMoveOverOn As LegendBoxPie3DSeriesTitleMouseMoveOverOnEventHandler
public:
event LegendBoxPie3DSeriesTitleMouseMoveOverOnEventHandler^ SeriesTitleMouseMoveOverOn {
void add (LegendBoxPie3DSeriesTitleMouseMoveOverOnEventHandler^ value);
void remove (LegendBoxPie3DSeriesTitleMouseMoveOverOnEventHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVM.Views.ViewPie3DLegendBoxPie3DSeriesTitleMouseMoveOverOnEventHandler
See Also