Search found 1 match

by AhmetGENCOGLU
Mon Aug 08, 2022 5:23 pm
Forum: LightningChart JS
Topic: Zoom on xAxis
Replies: 1
Views: 12181

Zoom on xAxis

I am using Ligtning Chart JS on my React App. It is multiple line chart. I am zooming on XAxis with xAxis.setInterval method. (xAxis.setInterval(startValue: number, endValue: number, false, true)). After zoom, when I change lineSeries (lineSeries.clear().add(data)), zoom is broken. But xAxis.getInte...