Свойство ChartArea.ValueAxes
Gets the value axes for the chart area.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property ValueAxes As ChartAxisCollection
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection
A ChartAxisCollection object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering