2010 Feb 01 11:28 AM
Hi
I have a chart CL_GUI and I want to do some axis X scale with weeks numbers:
Chart:
| -----------------o
| /
| o
| 52 53 01
------|---------|--------|
(Axis X = weeks)
I know how to customizing graph to do for example weeks from 52-53 but don't know how to do 52-01.
Any advice?
Edited by: Kosmo on Feb 1, 2010 12:28 PM
2010 Feb 01 12:52 PM
I'm assuming you mean you're using CL_GUI_CHART_ENGINE?
This is the sample program for it: GRAPHICS_GUI_CE_DEMO. It doesn't have a number range wrapping around like you require but it shows how you can add the axis labels by hand...
2010 Feb 01 1:33 PM