Represents the type of chart content to be serialized.
Chart serializable content definition flags
| Visual Basic (Declaration) | |
|---|---|
| Public Enum SerializationContent Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum SerializationContent : Enum | |
| Member | Description | 
|---|---|
| Default | All non-default chart properties are serialized (e.g. appearance properties, series and their data points, axis minimums/maximums, etc.). Default content | 
| Data | Values from all chart series will be serialized (this does not include series and data point appearance properties). Serialize only series data | 
| Appearance | All appearance properties of the chart will be serialized if they have non-default values. Serialize chart visual appearance (Colors, Line Styles, ...) | 
| All | All Chart information is serialized (i.e. all appearance properties as well as data point values). All content is serialized. | 
This enumeration represents the chart content type to be serialized, and is used with the Content property.
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.SerializationContent
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 