ChartSerializer.Format Property
.NET Framework (current version)
Gets or sets the format used when the chart is serialized.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Property Value
Type: System.Web.UI.DataVisualization.Charting.SerializationFormatA 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
Available since 4.0
Show: