Compartilhar via


Propriedade do RDL Chart.ChartAreas

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ChartAreas As IList(Of ChartArea)
    Get 
    Set
'Uso
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>)

Valor da propriedade

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

Consulte também

Referência

Chart Classe

Namespace Microsoft.ReportingServices.RdlObjectModel