Chart.Serializer Property

Definition

Gets a ChartSerializer object that is used for chart serialization.

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartSerializer ^ Serializer { System::Windows::Forms::DataVisualization::Charting::ChartSerializer ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataVisualization.Charting.ChartSerializer Serializer { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Serializer : System.Windows.Forms.DataVisualization.Charting.ChartSerializer
Public ReadOnly Property Serializer As ChartSerializer

Property Value

A ChartSerializer object that is used for chart serialization.

Attributes

Remarks

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.

Applies to