Describes a continuous set of sorted values.
public init( snapping: Double?, isLg: Bool, value: String, min: Double, max: Double, currentMin: Double? = nil, currentMax: Double? = nil )
snapping
Double?
isLg
Bool
value
String
min
Double
max
currentMin
currentMax
var snapping
Defines snapping to the value multiple of this number.
var isLg
Indication of using the logarithmic scale.
var value
Value by which filtering is done.
var min
Lower bound of the values set.
var max
Upper bound of the values set.
var currentMin
Currently set minimum value.
var currentMax
Currently set maximum value.