Compartir a través de


ChartArea.ChartCategoryAxes Propiedad

Defines the category axes.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ChartCategoryAxes As IList(Of ChartAxis)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Collections.Generic.IList<ChartAxis>
An IList<T> object.

Vea también

Referencia

ChartArea Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel