ChartArea.ChartCategoryAxes Propiedad

Definición

Define los ejes de categorías.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartAxis ^> ^ ChartCategoryAxes { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartAxis ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartAxis ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartAxis>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartAxis> ChartCategoryAxes { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartAxis>))>]
member this.ChartCategoryAxes : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartAxis> with get, set
Public Property ChartCategoryAxes As IList(Of ChartAxis)

Valor de propiedad

Objeto IList<T>.

Atributos

Se aplica a