Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Name of the value axis against which to plot this series.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ValueAxisName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A string value.