Compartilhar via


ChartArea.ChartCategoryAxes Propriedade

Definição

Define os eixos das categorias.

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 da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a