Del via


ChartSeries.ValueAxisName Property

Name of the value axis against which to plot this series.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ValueAxisName As String
    Get
    Set
'Usage
Dim instance As ChartSeries
Dim value As String

value = instance.ValueAxisName

instance.ValueAxisName = value
public string ValueAxisName { get; set; }
public:
property String^ ValueAxisName {
    String^ get ();
    void set (String^ value);
}
member ValueAxisName : string with get, set
function get ValueAxisName () : String
function set ValueAxisName (value : String)

Property Value

Type: System.String
A string value.