Visual Basic (Declaration) | |
---|---|
Public Enum CallbackStateContent Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum CallbackStateContent : Enum |
Member | Description |
---|---|
Auto | Automated selection of save/restore behaviour: All - if UI is activated (toolbar and context menu) SeriesDataOnly if only zooming and scrolling is enabled and the particular series is not databinded. None in all other cases including when user callback is used. |
ChartStateOnly | Saves and restores the all chart state without series data points. |
SeriesDataOnly | Saves and restores the only chart series data points. |
All | Saves and restores the all chart state including series data points. |
None | Saving and restoring will be not performed. |
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.CallbackStateContent
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family