Propriedade CategoryAxisName
Name of the category axis against which to plot this series.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property CategoryAxisName As String
Get
Set
'Uso
Dim instance As ChartSeries
Dim value As String
value = instance.CategoryAxisName
instance.CategoryAxisName = value
public string CategoryAxisName { get; set; }
public:
property String^ CategoryAxisName {
String^ get ();
void set (String^ value);
}
member CategoryAxisName : string with get, set
function get CategoryAxisName () : String
function set CategoryAxisName (value : String)
Valor da propriedade
Tipo: System. . :: . .String
A string value.
Consulte também