Good day,
I am starting with TChart now for the first, can someone please assist with the following.
1) I am trying to draw my bottom date axis as follows :
2) When I load my chart, how can I set my view to only show the first year's data and not all the data loaded into the chart.
Example : when tchart is loaded :
3)Is it possible to add a scroll bar to a chart.
Thank you very much for the support.
Bottom axis - create custom date format
Bottom axis - create custom date format
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Bottom axis - create custom date format
Hi Gucci,
1. Yes, you need to use SubAxes for that. I made a similar example here.
2. You need to set bottom axis minimum and maximum values as explained in tutorial 4. TeeChart VCL/FMX tutorials can be found at the Docs page or at the Docs folder in your TeeChart installation.
3. You can use AxisScrollbar (as shown here for Build 2015.14.150120), ScrollBar component (as shown in the All Features\Welcome!\Components\ScrollBar example in the new features demo) or ScrollPager tool (as shown in the What's New?\Welcome!\New Chart Tools\ScrollPager example in the new features demo). The demo is available at TeeChart's program group.
1. Yes, you need to use SubAxes for that. I made a similar example here.
2. You need to set bottom axis minimum and maximum values as explained in tutorial 4. TeeChart VCL/FMX tutorials can be found at the Docs page or at the Docs folder in your TeeChart installation.
3. You can use AxisScrollbar (as shown here for Build 2015.14.150120), ScrollBar component (as shown in the All Features\Welcome!\Components\ScrollBar example in the new features demo) or ScrollPager tool (as shown in the What's New?\Welcome!\New Chart Tools\ScrollPager example in the new features demo). The demo is available at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Bottom axis - create custom date format
thank you very much for your help, it works perfectly.