共用方式為


Chart.ChartAreas 屬性

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

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property ChartAreas As IList(Of ChartArea)
    Get 
    Set
'用途
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>)

屬性值

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

請參閱

參考

Chart 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間