Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Chart with week scale axis

Former Member
0 Kudos
114

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

2 REPLIES 2

Former Member
0 Kudos
61

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...

Former Member
0 Kudos
61

Rahter CL_GUI_GP_PRES