CartesianPickerInfo
Defined in: src/components/controls/CartesianPicker/CartesianPicker.types.ts:202
Properties
disabled
disabled:
boolean
Defined in: src/components/controls/CartesianPicker/CartesianPicker.types.ts:206
Whether the picker is disabled
domainX
domainX: [
number,number]
Defined in: src/components/controls/CartesianPicker/CartesianPicker.types.ts:212
Domain X range
domainY
domainY: [
number,number]
Defined in: src/components/controls/CartesianPicker/CartesianPicker.types.ts:214
Domain Y range
isDragging
isDragging:
boolean
Defined in: src/components/controls/CartesianPicker/CartesianPicker.types.ts:210
Whether the user is currently dragging
point
point:
Point2D
Defined in: src/components/controls/CartesianPicker/CartesianPicker.types.ts:204
Current point value
readOnly
readOnly:
boolean
Defined in: src/components/controls/CartesianPicker/CartesianPicker.types.ts:208
Whether the picker is read-only