Chart::Serializer Property

.NET Framework (current version)
 

Gets a ChartSerializer object that is used for chart serialization.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BrowsableAttribute(false)]
property ChartSerializer^ Serializer {
	ChartSerializer^ get();
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::ChartSerializer^

A ChartSerializer object that is used for chart serialization.

Use this property at either design time or run time to serialize the chart.

For a detailed discussion of the ChartSerializer class, refer to the class overview.

.NET Framework
Available since 4.0
Return to top
Show: