다음을 통해 공유


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)