グラフに使用する凡例のセットを取得または設定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property ChartLegends As IList(Of ChartLegend)
Get
Set
'使用
Dim instance As Chart
Dim value As IList(Of ChartLegend)
value = instance.ChartLegends
instance.ChartLegends = value
public IList<ChartLegend> ChartLegends { get; set; }
public:
property IList<ChartLegend^>^ ChartLegends {
IList<ChartLegend^>^ get ();
void set (IList<ChartLegend^>^ value);
}
member ChartLegends : IList<ChartLegend> with get, set
function get ChartLegends () : IList<ChartLegend>
function set ChartLegends (value : IList<ChartLegend>)
プロパティ値
型: System.Collections.Generic.IList<ChartLegend>
IList<T> オブジェクトです。