Dundas.SharePoint.Charting.WebParts Send comments on this topic.
SaveStateEventArgs Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : SaveStateEventArgs Class


The following tables list the members exposed by SaveStateEventArgs.

Public Properties

  Name Description
Public Property CancelSaveData Gets or sets a value indicating whether to cancel saving chart series data.  
Public Property CancelSaveState Gets or sets a value indicating whether to cancel saving the chart state without series data.  
Public Property ChartData Gets the chart series data.  
Public Property ChartState Gets the state of the chart without series data.  
Top

Public Methods

  Name Description
Public Method SaveToStream Saves chart state to stream.  
Public Method ToByteArray Converts chart state to byte array.  
Top

See Also