ValueAxisName プロパティ
この系列をプロットする値軸の名前。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public MustOverride ReadOnly Property ValueAxisName As ReportStringProperty
Get
'使用
Dim instance As ChartSeries
Dim value As ReportStringProperty
value = instance.ValueAxisName
public abstract ReportStringProperty ValueAxisName { get; }
public:
virtual property ReportStringProperty^ ValueAxisName {
ReportStringProperty^ get () abstract;
}
abstract ValueAxisName : ReportStringProperty
abstract function get ValueAxisName () : ReportStringProperty