Date formatting, help!

G

Giannni

Hi,
Please, help!
How can I format dates in category axes?
I try to do it with this code:
ChartSpace.Charts(0).Axes
(c.chAxisPositionCategory).NumberFormat = "dd mmm"
but all that I get is "invalid parameter".

If I write this:
dim mmm
mmm = ChartSpace.Charts(0).Axes
(c.chAxisPositionCategory).NumberFormat
response.write mmm

I get "General"

and then if I write:
ChartSpace.Charts(0).Axes
(c.chAxisPositionCategory).NumberFormat = "General"

get another time "invalid parameter"!!!
Thanks!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top