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 オブジェクトを格納するLegend オブジェクト。

注釈

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

適用対象