ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChartRect Class / baseChartRect Constructor
The chart component style.
The chart component owner object.

In This Topic
    baseChartRect Constructor
    In This Topic
    Creates a new instance of baseChartRect class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal c1Style As baseChartStyle, _
       ByVal owner As iChartRect _
    )
    public baseChartRect( 
       baseChartStyle c1Style,
       iChartRect owner
    )

    Parameters

    c1Style
    The chart component style.
    owner
    The chart component owner object.
    See Also