The following tables list the members exposed by ChartSerializer.
Name | Description | |
---|---|---|
ChartSerializer Constructor | Public constructor |
Name | Description | |
---|---|---|
Content | Serializable content. | |
Format | Format used to serialize the chart data. | |
IgnoreUnknownXmlAttributes | Indicates that unknown XML attributes and elements will be ignored without throwing an exception. | |
NonSerializableContent | Comma separated list of NON serializable (Save/Load/Reset) properties. "ClassName.PropertyName,[ClassName.PropertyName]". | |
ResetWhenLoading | Indicates that object properties are reset to default values before loading. | |
SerializableContent | Comma separated list of serializable (Save/Load/Reset) properties. "ClassName.PropertyName,[ClassName.PropertyName]". | |
TemplateMode | Indicates that serializer works in template creation mode. |
Name | Description | |
---|---|---|
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. | |
Reset | Reset all properties of the chart to default values. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be reset. | |
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. |
Name | Description | |
---|---|---|
GetChartObject | Returns chart object for serialization. | |
GetFlagContentString | Return a serializable or non serializable class/properties names for the specific flag. | |
SetSerializableConentFromFlags | Sets SerializableContent and NonSerializableContent properties depending on the flags in the Content property. |