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 オブジェクト。

注釈

このコレクション プロパティは、コントロールで使用されるすべての Legend オブジェクトを Chart 格納します。

適用対象