次の方法で共有


ChartSeries.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)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ChartItemInLegend
ChartItemInLegend オブジェクト。

関連項目

参照

ChartSeries クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間