Version

LegendItemMouseEnter Field

Occurs when the left mouse pointer enters an element of this legend.

Function takes arguments evt and ui.

Use ui.legend to get reference to current legend object.

Use ui.chart to get reference to chart owner object.

Use ui.series to get reference to current series owner object.

Use ui.actualItemBrush to get legend item brush.Use ui.actualSeriesBrush to get series owner brush.

Use ui.item to get reference to chart item related to event.
Syntax
'Declaration
 
Public Const LegendItemMouseEnter As System.String
public const System.string LegendItemMouseEnter
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub