Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Chart Class / Areas Property

In This Topic
    Areas Property (Chart)
    In This Topic
    Gets ChartAreas collection containing the set of chart areas for the chart.
    Syntax
    'Declaration
     
    Public ReadOnly Property Areas As ChartAreas
    public ChartAreas Areas {get;}
    See Also