Share via


Chart.ChartTitles Propiedad

Definición

Obtiene o establece el conjunto de títulos para el gráfico.

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

Valor de propiedad

Objeto IList<T>.

Atributos

Se aplica a