ChartLegends プロパティ
グラフの凡例のセットを定義します。
名前空間: 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< (Of < ( <'ChartLegend> ) > ) >
IList<(Of <(<'T>)>)> オブジェクトです。