Page 1 of 1

charts[XConvertTo] command problem

Posted: Tue Apr 20, 2010 2:31 am
by drOrganized
If anyone can help, I can't seem to get from seconds to short date with this command:

set the charts["dataIncludesX"] of tChart to true
set the charts["XConvertsTo"] of tChart to the short date

Instead, I just get the seconds depicted along the x axis? See attachment
chart_problem.jpg
chart_problem.jpg (13.97 KiB) Viewed 7340 times
Also the text of the y Axis is cut off.

What could I have missed?

Thanks,
M~

Re: charts[XConvertTo] command problem

Posted: Tue Apr 20, 2010 9:28 am
by malte
Hi,

syntax should be:

set the charts["XConvertsTo"] of tChart to "short date"

otherwise rev will evalute to the current short date.

Hope that helps,

Malte