共用方式為


ChartArea.ValueAxes 屬性

Gets the value axes for the chart area.

命名空間:  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
A ChartAxisCollection object.

請參閱

參考

ChartArea 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間