Chart.ChartLegends プロパティ

定義

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

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

プロパティ値

IList<T> オブジェクト。

属性

適用対象