IChartingStateManager
Interface
The common interface for all chart elements support View State tracking
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
public interface IChartingStateManager
Derived Classes:
Properties
C#
bool IsTrackingViewState { get; }
Methods
Loads data from a View State
Saves object data to a View State
Tracks view state changes
C#
void TrackViewState()