In This Topic
Gets or sets name of the value axis against which to plot this series. If null or empty, the series should be plotted against the first value axis.
Syntax
'Declaration
Public Property ValueAxisName As String
public string ValueAxisName {get; set;}
See Also