ChartItemInLegend プロパティ

系列を凡例に表示するときの表示方法を定義します。

名前空間:  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)