Share via


Chart.ChartAreas Propriété

Définition

Obtient ou définit l'ensemble des zones de graphique du graphique.

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)

Valeur de propriété

Objet IList<T>.

Attributs

S’applique à