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