Possible axis scale break's line types
| C# | Visual Basic | Visual Basic Usage |
public enum ScaleBreakLineType
Public Enumeration ScaleBreakLineType
Dim instance As ScaleBreakLineType
| Member | Description |
|---|---|
| Straight | |
| Curve | |
| JaggedCurve | |
| Sinusoid | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
|