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

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

属性

注解

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

适用于