Partager via


Propriété Chart.ChartAreas

Gets or sets the set of chart areas for the chart.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ChartAreas As IList(Of ChartArea)
    Get 
    Set
'Utilisation
Dim instance As Chart 
Dim value As IList(Of ChartArea)

value = instance.ChartAreas

instance.ChartAreas = value
public IList<ChartArea> ChartAreas { get; set; }
public:
property IList<ChartArea^>^ ChartAreas {
    IList<ChartArea^>^ get ();
    void set (IList<ChartArea^>^ value);
}
member ChartAreas : IList<ChartArea> with get, set
function get ChartAreas () : IList<ChartArea>
function set ChartAreas (value : IList<ChartArea>)

Valeur de propriété

Type : System.Collections.Generic.IList<ChartArea>
An IList<T> object.

Voir aussi

Référence

Chart Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel