다음을 통해 공유


ChartSeries.ChartItemInLegend 속성

Defines how the series appears when displayed in a legend.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property ChartItemInLegend As ChartItemInLegend 
    Get 
    Set
‘사용 방법
Dim instance As ChartSeries 
Dim value As ChartItemInLegend 

value = instance.ChartItemInLegend

instance.ChartItemInLegend = value
public ChartItemInLegend ChartItemInLegend { get; set; }
public:
property ChartItemInLegend^ ChartItemInLegend {
    ChartItemInLegend^ get ();
    void set (ChartItemInLegend^ value);
}
member ChartItemInLegend : ChartItemInLegend with get, set
function get ChartItemInLegend () : ChartItemInLegend 
function set ChartItemInLegend (value : ChartItemInLegend)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ChartItemInLegend
A ChartItemInLegend object.

참고 항목

참조

ChartSeries 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스