Share via


Chart.ChartLegends Propriété

Définition

Obtient ou définit l'ensemble de légendes du graphique.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartLegend ^> ^ ChartLegends { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartLegend ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartLegend ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartLegend>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartLegend> ChartLegends { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartLegend>))>]
member this.ChartLegends : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartLegend> with get, set
Public Property ChartLegends As IList(Of ChartLegend)

Valeur de propriété

Objet IList<T>.

Attributs

S’applique à