Condividi tramite


Chart.Legends Proprietà

Definizione

Ottiene o imposta un oggetto LegendCollection utilizzato per archiviare tutti gli oggetti Legend utilizzati dal controllo Chart.

public:
 property System::Web::UI::DataVisualization::Charting::LegendCollection ^ Legends { System::Web::UI::DataVisualization::Charting::LegendCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LegendCollection Legends { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Legends : System.Web.UI.DataVisualization.Charting.LegendCollection
Public ReadOnly Property Legends As LegendCollection

Valore della proprietà

LegendCollection

Oggetto LegendCollection utilizzato per archiviare tutti gli oggetti Legend.

Attributi

Commenti

Questa proprietà dell'insieme archivia tutti gli Legend oggetti utilizzati dal Chart controllo .

Si applica a