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.