SerializationContents Enumeration
Specifies the type of chart content to be serialized.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| All | Serialize all chart information. This includes all appearance properties and data point values. | |
| Appearance | Serialize all appearance properties, such as color or line style, if they have non-default values | |
| Data | Serialize data values from all chart series. Does not include appearance properties. | |
| Default | Serialize all non-default chart content. This includes appearance properties, series and their data points, axis minimums/maximums, and so forth. |
The SerializationContents enumeration represents the chart content type to be serialized. This enumeration is used with the Content and ViewStateContent properties.
Available since 4.0