Chart.EnableViewState Property
.NET Framework (current version)
Gets or sets a flag that determines whether state management is enabled.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Overrides Property EnableViewState As Boolean
Property Value
Type: System.Booleantrue if state management is enabled; otherwise, false. The default value is false.
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.
Note |
|---|
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.
.NET Framework
Available since 4.0
Available since 4.0
Show:
