Chart.ChartLegends Propiedad

Definición

Obtiene o establece el conjunto de leyendas para el gráfico.

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)

Valor de propiedad

Objeto IList<T>.

Atributos

Se aplica a