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