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


The following tables list the members exposed by ChartSerializer.

Public Constructors

  Name Description
Public Constructor ChartSerializer Constructor Public constructor  
Top

Public Properties

  Name Description
Public Property Content Serializable content.  
Public Property Format Format used to serialize the chart data.  
Public Property IgnoreUnknownXmlAttributes Indicates that unknown XML attributes and elements will be ignored without throwing an exception.  
Public Property NonSerializableContent Comma separated list of NON serializable (Save/Load/Reset) properties. "ClassName.PropertyName,[ClassName.PropertyName]".  
Public Property ResetWhenLoading Indicates that object properties are reset to default values before loading.  
Public Property SerializableContent Comma separated list of serializable (Save/Load/Reset) properties. "ClassName.PropertyName,[ClassName.PropertyName]".  
Public Property TemplateMode Indicates that serializer works in template creation mode.  
Top

Public Methods

  Name Description
Public Method Load Overloaded.  Loads all properties of the chart from the file. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be loaded.  
Public Method Reset Reset all properties of the chart to default values. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be reset.  
Public Method Save Overloaded.  Saves all properties of the chart into the file. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be saved.  
Top

Protected Methods

  Name Description
Protected Method GetChartObject Returns chart object for serialization.  
Protected Method GetFlagContentString Return a serializable or non serializable class/properties names for the specific flag.  
Protected Method SetSerializableConentFromFlags Sets SerializableContent and NonSerializableContent properties depending on the flags in the Content property.  
Top

See Also