Primary or Secondary
| C# | Visual Basic | Visual Basic Usage |
public enum ChartYAxisType
Public Enumeration ChartYAxisType
Dim instance As ChartYAxisType
| Member | Description |
|---|---|
| Primary | Specifies primary Y-Axis |
| Secondary | Specifies secondary Y-Axis |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
|