ChartValueAxes Property (IChart)
In This Topic
Gets the chart value axes collection.
Syntax
'Declaration
ReadOnly Property ChartValueAxes As IAxis()
IAxis[] ChartValueAxes {get;}
Property Value
An array of
IAxis representing the chart value axes.
See Also