Threshold
public struct Threshold : Encodable
Undocumented
-
Undocumented
Declaration
Swift
public var line: Line?
-
Sets the thickness of the threshold line as a fraction of the thickness of the gauge.
Declaration
Swift
public var thickness: Double?
-
Sets a treshold value drawn as a line.
Declaration
Swift
public var value: Double?
-
Creates
Threshold
object with specified properties.Declaration
Swift
public init(line: Line? = nil, thickness: Double? = nil, value: Double? = nil)
Parameters
line
thickness
Sets the thickness of the threshold line as a fraction of the thickness of the gauge.
value
Sets a treshold value drawn as a line.