Search found 1 match

by gkumar
Wed Apr 15, 2020 8:09 am
Forum: JavaScript / HTML5
Topic: Multiple axes - Zoom and scroll
Replies: 1
Views: 22435

Multiple axes - Zoom and scroll

TeeChart(tm) for JavaScript(tm) version V1.4. I am facing issue with zoom and scroll after adding a custom Y -axis. In all I have 2 axes on left side one axis at the bottom and one on the right. // Axis positions as % percent: axisLeft1.start = 0; axisLeft1.end = 45; // custom axis axisLeft.start = ...