Click or drag to resize
IChartStateManager Interface
The common interface for all chart elements support View State tracking

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IChartStateManager

The IChartStateManager type exposes the following members.

Methods
  NameDescription
Public methodLoadViewState
Loads data from a View State
Public methodSaveViewState
Saves object data to a View State
Public methodTrackViewState
Tracks view state changes
Top
Properties
  NameDescription
Public propertyIsTrackingViewState
Top
See Also