Chart.ChartTitles Propriedade

Definição

Obtém ou define o conjunto de títulos para o 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 da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a