hello.
I want to show the x-axis of a chart as a datetime.
I want to show the x-axis in hh:mm format, and I want to show the yy-MM-dd format through subAxes.
I want the subAxes to only appear when the date changes.
For example, I want to show only two dates: 23-09-14 and 23-09-15.
And when the date changes, I want it to be displayed at 00:00.
If you have a good way to do this, please help me.
Ask for help with chart subAxes
Ask for help with chart subAxes
- Attachments
-
- 111.png (36.79 KiB) Viewed 17939 times
Re: Ask for help with chart subAxes
Hello,
looking at all your questions, first of all I'd suggest that you take a look at the NETDemo example that is included into the TeeChart for NET installation and that also can be found on our github account here
where searching for ""datetime" or "custom axes" you will find some good example that will guide you to set datetime on axis, format datetime latebels and create custom axes.
You can also make use of the OnGetAxisLabel event in order to customize other axis labels requirements.
Please, do not hesitate to contact us in the case you need anything else.
looking at all your questions, first of all I'd suggest that you take a look at the NETDemo example that is included into the TeeChart for NET installation and that also can be found on our github account here
where searching for ""datetime" or "custom axes" you will find some good example that will guide you to set datetime on axis, format datetime latebels and create custom axes.
You can also make use of the OnGetAxisLabel event in order to customize other axis labels requirements.
Please, do not hesitate to contact us in the case you need anything else.
Pep Jorge
http://support.steema.com
http://support.steema.com
Re: Ask for help with chart subAxes
Thanks for the reply.
I've searched all the sources, but I can't find anything about OnGetAxisLabel.
Can you please give me a more precise answer so that I can check the project?
I've searched all the sources, but I can't find anything about OnGetAxisLabel.
Can you please give me a more precise answer so that I can check the project?
Re: Ask for help with chart subAxes
Hello,
you can find a good example showing the use of the GetAxisLabel event at the NETDemo, inside All Features -> Axes -> Labels -> Using GetAxisLabel.
you can find a good example showing the use of the GetAxisLabel event at the NETDemo, inside All Features -> Axes -> Labels -> Using GetAxisLabel.
Pep Jorge
http://support.steema.com
http://support.steema.com
Re: Ask for help with chart subAxes
Thank you very much.
However, I didn't see the results I was hoping for.
I am now considering upgrading the version.
I'm also considering purchasing the support pack, so I'll be back soon.
However, I didn't see the results I was hoping for.
I am now considering upgrading the version.
I'm also considering purchasing the support pack, so I'll be back soon.