Proprietà ChartArea.ValueAxes
Gets the value axes for the chart area.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ValueAxes As ChartAxisCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection
A ChartAxisCollection object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering