Chart.Serializer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a ChartSerializer object, which is used for chart serialization.
public:
property System::Web::UI::DataVisualization::Charting::ChartSerializer ^ Serializer { System::Web::UI::DataVisualization::Charting::ChartSerializer ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.DataVisualization.Charting.ChartSerializer Serializer { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Serializer : System.Web.UI.DataVisualization.Charting.ChartSerializer
Public ReadOnly Property Serializer As ChartSerializer
Property Value
A ChartSerializer object which 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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.