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

In This Topic
    ChartAreaName Property
    In This Topic
    Gets or sets name of the chart area in which to plot the series. Defaults (if null or empty) to the first chart area in the chart.
    Syntax
    'Declaration
     
    Public Property ChartAreaName As String
    public string ChartAreaName {get; set;}
    See Also