ChartSerializer.Format Property

.NET Framework (current version)
 

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

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member Format : SerializationFormat with get, set

Property Value

Type: System.Web.UI.DataVisualization.Charting.SerializationFormat

A SerializationFormat enumeration value that represents the format of the serialized data. The default value is XML.

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 you save or load serialized data, the format must be XML.

.NET Framework
Available since 4.0
Return to top
Show: