Chart.EnableViewState Property

Definition

Gets or sets a flag that determines whether state management is enabled.

[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public override bool EnableViewState { get; set; }

Property Value

true if state management is enabled; otherwise, false. The default value is false.

Attributes

Remarks

Set this property to true to enable state management for the Chart control.

The view state that is saved is determined by either the ViewStateContent or ViewStateData properties.

Notitie

This property must be set prior to the Page_Load (the Page_Init or the constructor will work) or it will have no effect.

For more information consult the Visual Studio documentation that discusses view state or state management.

Applies to

Product Versies
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1