L
lorraine
I have a web application that generates graphs on the fly using OWC and
data from a database.
Some of my graphs have dual axis where the max scaling of one axis
could be 1200 and the other 10. To make the graphs easier on the eye
and mind, I rescale the second axis to have a slightly higher max so
that data on the second axis looks smaller without being minicule by
sharing the same axis.
My issues is that I seem to have a run time error of sorts. If I
rescale an axis (oAxis2.Scaling.Maximum) and then display the resulting
graph by either streaming it or exporting it as an image file on the
server -- the graph is sometimes rescaled, sometimes not. Mostly the
latter.
The only solution that I have that works is to first export the image
as a file, rescale it, then export the file again.
But I really want to simply stream the file without ever having to save
it as an image on the server in the first place.
Any recommendations?
Thanks
data from a database.
Some of my graphs have dual axis where the max scaling of one axis
could be 1200 and the other 10. To make the graphs easier on the eye
and mind, I rescale the second axis to have a slightly higher max so
that data on the second axis looks smaller without being minicule by
sharing the same axis.
My issues is that I seem to have a run time error of sorts. If I
rescale an axis (oAxis2.Scaling.Maximum) and then display the resulting
graph by either streaming it or exporting it as an image file on the
server -- the graph is sometimes rescaled, sometimes not. Mostly the
latter.
The only solution that I have that works is to first export the image
as a file, rescale it, then export the file again.
But I really want to simply stream the file without ever having to save
it as an image on the server in the first place.
Any recommendations?
Thanks