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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection
A ChartAxisCollection obiektu.
Zobacz także