Topline
public enum Topline : HashableWhere to end drawing the chart.
case maximumValue // Highest value in the data set(s)
case maximum(of: Double) // Set a custom topline
- 
                  
                  Highest value in the data set(s) DeclarationSwift case maximumValue
- 
                  
                  Set a custom topline DeclarationSwift case maximum(of: Double)
