ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1BarChartSerializer Class / C1BarChartSerializer Constructor
The C1BarChart instance.

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

    Parameters

    obj
    The C1BarChart instance.
    See Also