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 命名空间