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

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