Gauge
public struct Gauge : Encodable
The gauge of the Indicator plot.
-
Set the shape of the gauge
See moreDeclaration
Swift
public enum Shape : String, Encodable
-
Set the shape of the gauge
Declaration
Swift
public var shape: Shape?
-
Set the appearance of the gauge’s value
See moreDeclaration
Swift
public struct Bar : Encodable
-
Set the appearance of the gauge’s value
Declaration
Swift
public var bar: Bar?
-
Sets the gauge background color.
Declaration
Swift
public var backgroundColor: Color?
-
Sets the color of the border enclosing the gauge.
Declaration
Swift
public var borderColor: Color?
-
Sets the width (in px) of the border enclosing the gauge.
Declaration
Swift
public var borderWidth: Double?
-
Undocumented
See moreDeclaration
Swift
public struct Axis : Encodable
-
Undocumented
Declaration
Swift
public var axis: Axis?
-
Undocumented
See moreDeclaration
Swift
public struct Step : Encodable
-
Undocumented
Declaration
Swift
public var steps: [Step]?
-
Undocumented
See moreDeclaration
Swift
public struct Threshold : Encodable
-
Undocumented
Declaration
Swift
public var threshold: Threshold?
-
Creates
Gauge
object with specified properties.Declaration
Parameters
shape
Set the shape of the gauge
bar
Set the appearance of the gauge’s value
backgroundColor
Sets the gauge background color.
borderColor
Sets the color of the border enclosing the gauge.
borderWidth
Sets the width (in px) of the border enclosing the gauge.
axis
steps
threshold