Del via


ChartSeries.CategoryAxisName Property

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property CategoryAxisName As String
    Get
    Set
'Usage
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)

Property Value

Type: System.String
A string value.