On Tue, 19 Aug 2008 01:41:31 -0700, <DaveD...@gmail.comwrote:
Quote:
Originally Posted by
Hi everybody,
I'm newbie in c# and I'm having trouble in creating an excel chart.
>
For what it's worth, your question isn't so much a C# question as it is an *
Excel question (albeit automation). *For best results and any serious hope *
of a useful answer, you will be much better off finding a newsgroup *
specific to Excel automation.
>
That said, with regards to your questions...
>
Quote:
Originally Posted by
[...]
1. The Scatter chart didn't work at all. I got exception on the
ChartWizard line.
>
What exception? *You always need to post the exact information about the *
exception. *What's the type? *What's the message?
>
Quote:
Originally Posted by
[...]
2. When I generated the xl3DColumn chart it worked fine BUT the scale
of the x axis was [0, 1] so I got graph with Y value = 100 and not
scaling at all.
I want my x axis will be [0.1 , 1]. How can I force the chart to use
the A column as it's scale?
>
I don't really know what you mean by "use the A column as it's [sic] *
scale", but...you might consider setting the scale for the axes as desired *
after creating the chart. *Just set the appropriate properties as needed *
on the axis object returned by the appropriate chart property (or method,*
I can't recall now whether the axes are exposed as properties or not).
>
Pete