
June 30th, 2005, 03:02 AM
|
|
Contributing User
|
|
Join Date: Aug 2004
Location: Pta, RSA
Posts: 162
Time spent in forums: 19 h 48 m 44 sec
Reputation Power: 4
|
|
|
Flash Chart
good day all,
i am working on charts. found an example on the internet and figured out enough to sort of modify it. But now, the headings of my columns is too long. so.. i'm trying to change the text direction of the x-axis values.
i think the following code is used to put in the values.
//Render the x-axis label
createText(_global.data[i].setName, _global.data[i].setXPos, (_global.data[i].setYPos)+((_global.data[i].setValue/Math.abs(_global.data[i].setValue))*chartParams.fontSize), _global.chartParams.font, _global.chartParams.fontSize, _global.chartParams.fontColor, false, "center", getLevel());
how can i modify this code so that instead of horizontal text, i have vertical text?
is this posible?
thanks in advance
lee 
|