다음을 통해 공유


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 네임스페이스