다음을 통해 공유


ChartLegends 속성

Defines the set of legends for the chart.

네임스페이스:  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> ) > ) >
An IList<(Of <(<'T>)>)> object.