Click or drag to resize

LegendBox3DSeriesTitleMouseMoveOverOffEventHandler Delegate

LightningChart .NET Help
The delegate to use for handlers that receive the SeriesTitleMouseMoveOverOff event.

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void SeriesTitleMouseMoveOverOffEventHandler(
	Object sender,
	SeriesTitleUserInteractiveDeviceMovedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.WinForms.Charting.Views.View3DSeriesTitleUserInteractiveDeviceMovedEventArgs
Provides data for the SeriesTitleMouseMoveOverOff event.
See Also