Proprietà Chart.ChartAreas
Gets or sets the set of chart areas for the chart.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property ChartAreas As IList(Of ChartArea)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.Generic.IList<ChartArea>
An IList<T> object.