次の方法で共有


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