获取轴的可见scale/range

Obtain visible scale/range of axis

我正在使用 Arction LightningChartJs 我想知道如何获取渐进滚动轴中可见 x 轴的当前 scale/range。 谢谢

chart.getDefaultAxisX().scale.getInnerStart();//Returns the start of the x axis
chart.getDefaultAxisX().scale.getInnerEnd();//Returns the end of the x axis

图表 class 具有比例尺 属性,它又具有在触发这些方法时检索起点和终点的方法。