ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeries Class / CategoryAxisName Property

In This Topic
    CategoryAxisName Property
    In This Topic
    Gets or sets name of the category axis against which to plot this series. If null or empty, the series should be plotted against the first category axis.
    Syntax
    'Declaration
     
    Public Property CategoryAxisName As System.String
    public System.string CategoryAxisName {get; set;}
    See Also