ChartSerializer.Format Property

Definition

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

public System.Web.UI.DataVisualization.Charting.SerializationFormat Format { get; set; }

Property Value

A SerializationFormat enumeration value that represents the format of the serialized data. The default value is 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 you save or load serialized data, the format must be XML.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1