Raised when the mouse enters the chart area.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public event EventHandler<ChartMouseEventArgs> ChartMouseEnter |
| Visual Basic |
|---|
Public Event ChartMouseEnter As EventHandler(Of ChartMouseEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<ChartMouseEventArgs^>^ ChartMouseEnter { void add (EventHandler<ChartMouseEventArgs^>^ value); void remove (EventHandler<ChartMouseEventArgs^>^ value); } |