共用方式為


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 物件。

適用於