Chart.ResetAutoValues Method

Definition

Resets automatically calculated chart property values to "Auto".

public:
 void ResetAutoValues();
public void ResetAutoValues ();
member this.ResetAutoValues : unit -> unit
Public Sub ResetAutoValues ()

Remarks

Several chart properties can be set to "Auto" - for example, Minimum; these properties are calculated prior to the chart being rendered. "Auto" is usually represented as a NaN value.

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

Applies to