■ TChart 클래스의 Axes 속성을 사용해 축 왼쪽으로 스크롤하는 방법을 보여준다.
▶ 예제 코드 (C#)
1 2 3 4 5 6 7 8 9 |
using Steema.TeeChart; private TChart tChart; ... this.tChart.Axes.Bottom.Scroll(1, false); |
■ TChart 클래스의 Axes 속성을 사용해 축 왼쪽으로 스크롤하는 방법을 보여준다.
▶ 예제 코드 (C#)
1 2 3 4 5 6 7 8 9 |
using Steema.TeeChart; private TChart tChart; ... this.tChart.Axes.Bottom.Scroll(1, false); |