Dear All,
I have implemented TeeChart in a financial application environment but I would have a request about date handling:
as you know, in the axis data are reported date (for example day/month) in order to have the same time interval but doing so tha day of the month is not the same.
This is a big problem mainly for financial investors , which would have for each time interval the end of month as day reported in the axis data.
Please, is possible to get this format?
I f no, are available other releases in order to do this?
Many thanks in advance.
Regards
Alberto Brivio
Date
Re: Date
Hello Alberto,
You can change the format of your Axes DateTime and your Date values using property DateTimeFormat for axes and ValueFormat to date values as do in next lines of code:
Can you tell us if previous code works as you want? And also I recommend you take a look in the Tutorial 4- Axis Control/Increment
I hope will helps.
Thanks,
You can change the format of your Axes DateTime and your Date values using property DateTimeFormat for axes and ValueFormat to date values as do in next lines of code:
Code: Select all
axis.Labels.DateTimeFormat = "dd/MM";
I hope will helps.
Thanks,
Best Regards,
Sandra Pazos / 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 |