Chart.ChartAreas Propriedade

Definição

Obtém ou define o conjunto de áreas para o gráfico.

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

Valor da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a