AxisColour
public enum AxisColour
                Controls how second Y Axis will be styled.
case none // No colour marker.
case style(size: CGFloat) // Get style from data model.
case custom(colour: ColourStyle, size: CGFloat) // Set custom style.
          - 
                  
                  
No colour marker.
Declaration
Swift
case none - 
                  
                  
Get style from data model.
Declaration
Swift
case style(size: CGFloat) - 
                  
                  
Set custom style.
Declaration
Swift
case custom(colour: ColourStyle, size: CGFloat)