Represents the formatting type when the chart is serialized.
Format of the chart serializer
| Visual Basic (Declaration) | |
|---|---|
| Public Enum SerializationFormat Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum SerializationFormat : Enum | |
| Member | Description | 
|---|---|
| Xml | Chart data will be serialized using well-formed XML. XML serializer format | 
| Binary | Chart data will be serialized in a binary format. Binary serializer format | 
This enumeration represents the formatting type when the chart is serialized, and is used with the Format property.
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.SerializationFormat
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
 
  
  
  
 