if (this.selectionMarker && zoomVert) {
                size = chartY - mouseDownY;
                this.selectionMarker.attr({
                    height: mathAbs(size),
                    y: (size > 0 ? 0 : size) + mouseDownY