Chart.ChartTitles Property

Definition

Gets or sets the set of titles for the chart.

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)

Property Value

An IList<T> object.

Attributes

Applies to