Chart.ChartAreas 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于存储 ChartAreaCollection 对象的只读 ChartArea 对象。
public:
property System::Web::UI::DataVisualization::Charting::ChartAreaCollection ^ ChartAreas { System::Web::UI::DataVisualization::Charting::ChartAreaCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.ChartAreaCollection ChartAreas { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.ChartAreas : System.Web.UI.DataVisualization.Charting.ChartAreaCollection
Public ReadOnly Property ChartAreas As ChartAreaCollection
属性值
用于储存 ChartAreaCollection 对象的 ChartArea 对象。
- 属性
注解
此集合属性允许访问 ChartAreaCollection 对象,该对象存储 ChartArea 对象,并提供用于操作集合的方法和属性。
ChartArea 对象用于绘制一个或多个图表。