Freigeben über


Chart.ChartTitles Eigenschaft

Definition

Ruft den Satz von Titeln für das Diagramm ab oder legt ihn fest.

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)

Eigenschaftswert

Ein IList<T>-Objekt.

Attribute

Gilt für: