共用方式為


Chart.Legends 屬性

定義

取得或設定 LegendCollection 物件,這個物件儲存 Legend 控制項使用的所有 Chart 物件。

public:
 property System::Windows::Forms::DataVisualization::Charting::LegendCollection ^ Legends { System::Windows::Forms::DataVisualization::Charting::LegendCollection ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.LegendCollection Legends { get; }
member this.Legends : System.Windows.Forms.DataVisualization.Charting.LegendCollection
Public ReadOnly Property Legends As LegendCollection

屬性值

LegendCollection

包含圖表所使用之 LegendCollection 物件的 Legend 物件。

備註

這個集合屬性會儲存 控制項使用 Chart 的所有 Legend 物件。

適用於