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