I would like to inquire about how to use multiple X and Y axes in one chart.

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
yk.kim
Newbie
Newbie
Posts: 3
Joined: Mon Mar 18, 2024 12:00 am

I would like to inquire about how to use multiple X and Y axes in one chart.

Post by yk.kim » Fri Apr 19, 2024 4:59 am

I would like to inquire about how to use multiple X and Y axes in one chart.
The chart contents I want to implement are as follows.
→ Line 1 : X-axis 1, Y-axis 1
→ Line 2 : X-axis 2, Y-axis 2

thank you.

Yeray
Site Admin
Site Admin
Posts: 9540
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: I would like to inquire about how to use multiple X and Y axes in one chart.

Post by Yeray » Fri Apr 19, 2024 7:21 am

Hello,

You can create multiple axes as in the example here.
However, if you want to define two completely separated axis "zones", you could achieve it modifying a couple of functions as in this example.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply