I have a problem with displaying a time axis. When using the m_hXAxisLabel = WGLabelAxis( m_hXAxis, POS_BELOW , NF_TIMEMM, 2, LL_ON, NULL); no labels on the axis are visible but changing the numberformat to NF_DECIMAL then I get nice labels 0..1440.0 at the correct ticks (for 24H). It did work a couple of weeks ago and there's been no changes to the code. I tried deleting all the code and get the last known working code but still doesnt want to display the time label axis. And it displays the time axis just fine for my colleague with the same code. Does anyone have a clue about how to fix this?
The calling order: WGScalePlotArea WGSetXYIntercepts WGDrawAxis //x WGDrawAxis //y WGLabelAxis