I have a recordset with two fields, priceDate and priceClose.
I plot using the DataSource property, ie:
.Series(0).DataSource = rs
.Series(0).YValues.ValueSource = "prClose"
The priceDate interval is daily and the recordset covers many years. I only want an x-axis label at each year change.
How would I do this?
Thanks
Custom labels from recordset
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Rossmc,
Then try setting the bottom axis increment to one year. This is explained at Tutorial 4 - Axis Control. You'll find the tutorials at TeeChart's program group.
Then try setting the bottom axis increment to one year. This is explained at Tutorial 4 - Axis Control. You'll find the tutorials 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 |