Partager via


Propriété ChartArea.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<ChartAxis>
An IList<T> object.

Voir aussi

Référence

ChartArea Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel