Domain
public struct Domain : Encodable
                Note
Used byTernary.domain, Scene.domain, Geo.domain, Mapbox.domain, Polar.domain,
Pie<LabelsData, ValuesData>.domain, Sunburst<ValuesData>.domain,
Treemap<ValuesData>.domain, FunnelArea<LabelsData, ValuesData>.domain,
ParallelCoordinates.domain, ParallelCategories.domain, Sankey.domain, Indicator.domain,
Table<CellData>.domain.
- 
                  
                  
Sets the horizontal domain of this ternary subplot (in plot fraction).
Declaration
Swift
public var x: InfoArray? - 
                  
                  
Sets the vertical domain of this ternary subplot (in plot fraction).
Declaration
Swift
public var y: InfoArray? - 
                  
                  
If there is a layout grid, use the domain for this row in the grid for this ternary subplot .
Declaration
Swift
public var row: Int? - 
                  
                  
If there is a layout grid, use the domain for this column in the grid for this ternary subplot .
Declaration
Swift
public var column: Int? - 
                  
                  
Creates
Domainobject with specified properties.Declaration
Parameters
xSets the horizontal domain of this ternary subplot (in plot fraction).
ySets the vertical domain of this ternary subplot (in plot fraction).
rowIf there is a layout grid, use the domain for this row in the grid for this ternary subplot .
columnIf there is a layout grid, use the domain for this column in the grid for this ternary subplot .
 
View on GitHub
Install in Dash
        Domain Structure Reference