Viewport
NumericViewport
Represents the starting and ending extent of a dataset.
Precondition: min <= max
It is recommended that the min and max distance be greater than equal to 1.5
min
Type | default |
---|---|
num | required |
max
Type | default |
---|---|
num | required |
OrdinalViewport
Viewport to cover dataSize data points starting at startingDomain value.
startingDomain
Type | default |
---|---|
String | required |
dataSize
Type | default |
---|---|
int | required |
TimeViewport
Represents the starting and ending extent of a dataset.
start
Type | default |
---|---|
DateTime | required |
end
Type | default |
---|---|
DateTime | required |