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


Called when axis view position/size is about to change.

Syntax

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

Event Data

The event handler receives an argument of type ViewEventArgs containing data related to this event. The following ViewEventArgs properties provide information specific to this event.

Property Description
Axis Gets the Axis object that the view belongs to.
Axis of the event.
ChartArea Gets the ChartArea object that a view belongs to.
Chart area of the event.
NewPosition Gets the new position of a view along an axis.
New data view start position.
NewSize Gets the size of a view.
New data view size.
NewSizeType Gets the unit of measurement for the new size of a view.
New data view size units type.

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.