다음을 통해 공유


ChartWebPart Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ChartWebPart class with the serialization parameters.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ChartWebPart(info, context)
protected ChartWebPart(
    SerializationInfo info,
    StreamingContext context
)

Parameters

Remarks

This constructor initializes a new instance of the ChartWebPart class based on the specified serialization information. The context parameter is not used in this method.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

ChartWebPart Overload

Microsoft.Office.Server.WebControls Namespace