ChartSeries.ValueAxisName 属性

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ValueAxisName As String
    Get
    Set
用法
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)

属性值

类型:System.String
A string value.