ChartArea.ValueAxes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value axes for the chart area.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartAxisCollection ^ ValueAxes { Microsoft::ReportingServices::OnDemandReportRendering::ChartAxisCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection ValueAxes { get; }
member this.ValueAxes : Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection
Public ReadOnly Property ValueAxes As ChartAxisCollection
Property Value
A ChartAxisCollection object.