Ternary
public final class Ternary : Encodable, SubplotAxis
Undocumented
-
Unique identifier of the axis.
Declaration
Swift
public var uid: UInt -
Undocumented
Declaration
Swift
public var domain: Domain? -
Set the background color of the subplot
Declaration
Swift
public var backgroundColor: Color? -
The number each triplet should sum to, and the maximum range of each axis
Declaration
Swift
public var sum: Double? -
Undocumented
See moreDeclaration
Swift
public struct AAxis : Encodable -
Undocumented
Declaration
Swift
public var aAxis: AAxis? -
Undocumented
See moreDeclaration
Swift
public struct BAxis : Encodable -
Undocumented
Declaration
Swift
public var bAxis: BAxis? -
Undocumented
See moreDeclaration
Swift
public struct CAxis : Encodable -
Undocumented
Declaration
Swift
public var cAxis: CAxis? -
Controls persistence of user-driven changes in axis
minandtitle, if not overridden in the individual axes.Defaults to
layout.uirevision.Declaration
Swift
public var uiRevision: Anything? -
Shared and preset default axis reference used to initialize layout and all traces.
Declaration
Swift
public static let preset: Ternary -
Creates
Ternaryobject with specified properties.Declaration
Parameters
uidUnique identifier of the axis.
domainbackgroundColorSet the background color of the subplot
sumThe number each triplet should sum to, and the maximum range of each axis
aAxisbAxiscAxisuiRevisionControls persistence of user-driven changes in axis
minandtitle, if not overridden in the individual axes.
View on GitHub
Install in Dash
Ternary Class Reference