Chart.Legends 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 物件的 Legend 物件。
備註
這個集合屬性會儲存 控制項使用 Chart 的所有 Legend 物件。