Chart.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<ChartArea>
An IList<T> object.