ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1LineChartSerializer Class / C1LineChartSerializer Constructor
Serializable Object.

In This Topic
    C1LineChartSerializer Constructor
    In This Topic
    Initializes a new instance of the C1LineChartSerializer class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal obj As System.Object _
    )
    public C1LineChartSerializer( 
       System.object obj
    )

    Parameters

    obj
    Serializable Object.
    See Also