SerializationContents Enum

Definition

Specifies the type of chart content to be serialized.

This enumeration supports a bitwise combination of its member values.

public enum class SerializationContents
[System.Flags]
public enum SerializationContents
[<System.Flags>]
type SerializationContents = 
Public Enum SerializationContents
Inheritance
SerializationContents
Attributes

Fields

All 7

Serialize all chart information. This includes all appearance properties and data point values.

Appearance 4

Serialize all appearance properties, such as color or line style, if they have non-default values.

Data 2

Serialize data values from all chart series. Does not include appearance properties.

Default 1

Serialize all non-default chart content. This includes appearance properties, series and their data points, axis minimums/maximums, and so forth.

Remarks

The SerializationContents enumeration represents the chart content type to be serialized. This enumeration is used with the Content property.

Applies to