Chart.SaveViewState Method

Definition

Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

protected:
 override System::Object ^ SaveViewState();
protected override object SaveViewState ();
override this.SaveViewState : unit -> obj
Protected Overrides Function SaveViewState () As Object

Returns

An Object that represents the current view state for the server control.

Applies to