Udostępnij przez


Właściwość ChartArea.ValueAxes

Pobiera osie wartości dla obszaru wykresu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property ValueAxes As ChartAxisCollection
    Get
'Użycie
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