Chart.Legends Vlastnost

Definice

Získá nebo nastaví LegendCollection , který ukládá všechny Legend objekty používané ovládacím Chart prvku.

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

Hodnota vlastnosti

LegendCollection

Objekt LegendCollection , který obsahuje Legend objekty používané grafem.

Poznámky

Tato vlastnost kolekce ukládá všechny Legend objekty používané ovládacím Chart prvku.

Platí pro