Dundas Chart for ASP.NET
AxisViewZoomReset Event
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart Class : AxisViewZoomReset Event


Fires when axis view zoom reset button is pressed.

Syntax

Visual Basic (Declaration)  
Public Event AxisViewZoomReset() As ZoomResetEventHandler
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim handler As ZoomResetEventHandler
 
AddHandler instance.AxisViewZoomReset, handler
C#  
public event ZoomResetEventHandler AxisViewZoomReset()

Event Data

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.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.