Propriedade do RDL ChartArea.ValueAxes
Gets the value axes for the chart area.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ValueAxes As ChartAxisCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection
A ChartAxisCollection object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering