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
Thresholdobject with specified properties.Declaration
Swift
public init(line: Line? = nil, thickness: Double? = nil, value: Double? = nil)Parameters
linethicknessSets the thickness of the threshold line as a fraction of the thickness of the gauge.
valueSets a treshold value drawn as a line.
View on GitHub
Install in Dash
Threshold Structure Reference