ComponentOne ReportViewer for ASP.NET Web Forms
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 System.String
    public System.string ChartAreaName {get; set;}
    See Also