Chart.ChartTitles プロパティ

定義

グラフに使用するタイトルのセットを取得または設定します。

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)

プロパティ値

IList<T> オブジェクト。

属性

適用対象