다음을 통해 공유


ChartAreas 속성

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