共用方式為


ValueAxisName 屬性

Name of the value axis against which to plot this series.

命名空間:  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