The common interface for all chart elements support View State tracking
| C# | Visual Basic | Visual Basic Usage |
public interface IChartingStateManager
Public Interface IChartingStateManager
Dim instance As IChartingStateManager
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| IsTrackingViewState | ||
| LoadViewState(Object) |
Loads data from a View State
| |
| SaveViewState()()()() |
Saves object data to a View State
| |
| TrackViewState()()()() |
Tracks view state changes
|