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
Domain
object with specified properties.Declaration
Parameters
x
Sets the horizontal domain of this ternary subplot (in plot fraction).
y
Sets the vertical domain of this ternary subplot (in plot fraction).
row
If there is a layout grid, use the domain for this row in the grid for this ternary subplot .
column
If there is a layout grid, use the domain for this column in the grid for this ternary subplot .