Visual Basic (Declaration) | |
---|---|
Public Event AxisViewZoomReset() As ZoomResetEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event ZoomResetEventHandler AxisViewZoomReset() |
The event handler receives an argument of type ZoomResetEventArgs containing data related to this event. The following ZoomResetEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Axis | Gets the Axis object that the zoom reset belongs to. Axis of the event. |
ChartArea | Gets the ChartArea object that a zoom reset belongs to. Chart area of the event. |
NumberOfViews | Gets the number of views that have been performed as a result of a zoom operation. New data view start position. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family