次の方法で共有


Chart.Legends プロパティ

グラフの凡例を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Legends As ChartLegendCollection 
    Get
'使用
Dim instance As Chart 
Dim value As ChartLegendCollection 

value = instance.Legends
public ChartLegendCollection Legends { get; }
public:
property ChartLegendCollection^ Legends {
    ChartLegendCollection^ get ();
}
member Legends : ChartLegendCollection
function get Legends () : ChartLegendCollection

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCollection
ChartLegendCollection オブジェクト。

関連項目

参照

Chart クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間