View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.charting
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Vary Colors By Point

That's pretty cool!

Also illustrates my comment in the adjacent thread about vary colors by
point can only be applied to the sole series on the chart was wrong, rather
than a sole series per chart group.

Regards,
Peter T

"Jon Peltier" wrote in message
...
Did you ever notice which colors are used for the separate points? They

are
the same colors are used for separate series, so point 2 of series 1 would
use the default color of series 2.

But don't worry, I've thought of a way to get the effect you want. Create
your chart with two series. Move one of the series to the secondary axis.
You can delete the secondary axes and the secondary axis plot will still

be
associated with the secondary axes but will plot along the primary axes.
Now, if you only have one series per axis group either or both can utilize
the Vary Colors By Point option.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"SrikanthAdimulam" wrote in
message ...
Hi Barb
Yeah I could make every line in the graph as a series and assign the

color
index...It's a cool idea..

This serves my purpose...But I really think one should have a option of
vary
by points for a series on a chart when there are more than one series on
the
chart...

Anyways Thanx very much...

"Barb Reinhardt" wrote:

If you want to vary the colors by some known parameters, I've done it

by
creating a series for each of the colors and only displaying the ponits
that
are Yellow in one series, green in another. If I want the points
connected,
I still plot the original series with connectors.
--
HTH,
Barb Reinhardt



"SrikanthAdimulam" wrote:

I am accessing excel through .NET C#..

I have two data series in a chart(XYScatterLines)..And I want to vary
color
by point
of one series ...Infact I am not able to do that directly in excel
manually...

Please help me out....

I even Tried following code..

grp = (ChartGroup)newChartObject.Chart.ChartGroups(1);
grp.VaryByCategories = true;