次の方法で共有


ChartArea.CategoryAxes プロパティ

グラフ領域のカテゴリ軸を取得します。

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

構文

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

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

プロパティ値

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

関連項目

参照

ChartArea クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間