Dundas Chart for ASP.NET
Format Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartSerializer Class : Format Property


Gets or sets the format used when the chart is serialized.


Format used to serialize the chart data.

Syntax

Visual Basic (Declaration)  
Public Property Format As SerializationFormat
Visual Basic (Usage) Copy Code
Dim instance As ChartSerializer
Dim value As SerializationFormat
 
instance.Format = value
 
value = instance.Format
C#  
public SerializationFormat Format {get; set;}

Return Value

A SerializationFormat enumeration value that represents the format of the serialized data. Defaults to XML.

Remarks

Data can be serialized in either an XML or binary format. Binary format is compact, and takes less storage than XML. XML, however, is a text format that is human-readable.

When saving or loading serialized data the format must be XML.

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.