Partager via


Propriété ChartCategoryAxes

Defines the category axes.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ChartCategoryAxes As IList(Of ChartAxis)
    Get
    Set
'Utilisation
Dim instance As ChartArea
Dim value As IList(Of ChartAxis)

value = instance.ChartCategoryAxes

instance.ChartCategoryAxes = value
public IList<ChartAxis> ChartCategoryAxes { get; set; }
public:
property IList<ChartAxis^>^ ChartCategoryAxes {
    IList<ChartAxis^>^ get ();
    void set (IList<ChartAxis^>^ value);
}
member ChartCategoryAxes : IList<ChartAxis> with get, set
function get ChartCategoryAxes () : IList<ChartAxis>
function set ChartCategoryAxes (value : IList<ChartAxis>)

Valeur de propriété

Type : System.Collections.Generic. . :: . .IList< (Of < ( <'ChartAxis> ) > ) >
An IList<(Of <(<'T>)>)> object.