2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChartLegend Class / baseChartLegend Constructor
The chart object style.
The chart object properties.

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

    Parameters

    c1Style
    The chart object style.
    ctrl
    The chart object properties.
    See Also