Właściwość Chart.ChartAreas
Pobiera zestaw obszarów wykresu dla wykresu.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ChartAreas As IList(Of ChartArea)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.IList<ChartArea>
IList<T> Obiektu.