CategoryAxisName プロパティ

この系列をプロットするカテゴリ軸の名前。

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

構文

'宣言
Public MustOverride ReadOnly Property CategoryAxisName As ReportStringProperty
    Get
'使用
Dim instance As ChartSeries
Dim value As ReportStringProperty

value = instance.CategoryAxisName
public abstract ReportStringProperty CategoryAxisName { get; }
public:
virtual property ReportStringProperty^ CategoryAxisName {
    ReportStringProperty^ get () abstract;
}
abstract CategoryAxisName : ReportStringProperty
abstract function get CategoryAxisName () : ReportStringProperty