Sdílet prostřednictvím


ChartArea.ValueAxes Property

Gets the value axes for the chart area.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ValueAxes As ChartAxisCollection 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection
A ChartAxisCollection object.

See Also

Reference

ChartArea Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace