Searched refs:axisValues (Results 1 – 2 of 2) sorted by relevance
62 let axisValues = pointer.getChildByName('axisValueInWindow');63 if (axisValues === undefined) {64 axisValues = this.addPropertyTo(pointer, 'axisValueInWindow');68 axisValues.getAllChildren().forEach((axisValue) => {79 axisValues?.removeChild(axisValue.id);87 const xAxisValue = this.addPropertyTo(axisValues, 'x');96 const yAxisValue = this.addPropertyTo(axisValues, 'y');142 const axisValues = pointer.getChildByName('axisValue'); constant145 axisValues?.getAllChildren()?.forEach((axisValue) => {
66 const axisValues = pointer.getChildByName('axisValueInWindow'); constant69 axisValues?.getAllChildren()?.forEach((axisValue) => {