Resets automatically calculated chart property values back to "Auto".
Reset auto calculated chart properties values to "Auto".
Visual Basic (Declaration) | |
---|---|
Public Sub ResetAutoValues() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void ResetAutoValues() |
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).
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