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


Resets automatically calculated chart property values back to "Auto".


Reset auto calculated chart properties values to "Auto".

Syntax

Visual Basic (Declaration)  
Public Sub ResetAutoValues() 
Visual Basic (Usage) Copy Code
Dim instance As Chart
 
instance.ResetAutoValues()
C#  
public void ResetAutoValues()

Remarks

There are several chart properties that can be set to "Auto" (e.g. Axis.Minimum), and these properties are calculated prior to the chart being rendered. "Auto" is usually represented as a Double.Nan value.

Call this method to reset these properties from their calculated value to "Auto" (Double.Nan).

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.