ValueAxisName Propiedad
Gets the calculated value of the ValueAxisName property in a ChartSeries class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ValueAxisName As String
Get
'Uso
Dim instance As ChartSeriesInstance
Dim value As String
value = instance.ValueAxisName
public string ValueAxisName { get; }
public:
property String^ ValueAxisName {
String^ get ();
}
member ValueAxisName : string
function get ValueAxisName () : String
Valor de la propiedad
Tipo: System. . :: . .String
A string value that represents the calculated value of the ValueAxisName property.