Chart.Legends 属性

定义

获取或设置一个LegendCollection对象,该对象用于存储控件使用Legend的所有Chart对象。

public:
 property System::Web::UI::DataVisualization::Charting::LegendCollection ^ Legends { System::Web::UI::DataVisualization::Charting::LegendCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LegendCollection Legends { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Legends : System.Web.UI.DataVisualization.Charting.LegendCollection
Public ReadOnly Property Legends As LegendCollection

属性值

LegendCollection用于存储所有Legend对象的对象。

属性

注解

此集合属性存储控件使用Legend的所有Chart对象。

适用于