次の方法で共有


ChartArea.ValueAxes プロパティ

グラフ領域の値軸を取得します。

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

構文

'宣言
Public ReadOnly Property ValueAxes As ChartAxisCollection 
    Get
'使用
Dim instance As ChartArea 
Dim value As ChartAxisCollection 

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

プロパティ値

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

関連項目

参照

ChartArea クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間