Partager via


Propriété ChartAreas

Gets 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< (Of < ( <'ChartArea> ) > ) >
An IList<(Of <(<'T>)>)> object.