Dundas Chart for ASP.NET
SerializationFormat Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : SerializationFormat Enumeration


Represents the formatting type when the chart is serialized.


Format of the chart serializer

Syntax

Visual Basic (Declaration)  
Public Enum SerializationFormat 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As SerializationFormat
C#  
public enum SerializationFormat : Enum 

Members

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

Remarks

This enumeration represents the formatting type when the chart is serialized, and is used with the Format property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.SerializationFormat

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.