Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / SunburstPlotArea Class / SunburstPlotArea Constructor / SunburstPlotArea Constructor(SerializationInfo,StreamingContext)


In This Topic
    SunburstPlotArea Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Creates a new SunburstPlotArea from serialization.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    'Usage
     
    
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    Dim instance As New SunburstPlotArea(info, context)
    protected SunburstPlotArea( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    context
    See Also