View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
SrikanthAdimulam SrikanthAdimulam is offline
external usenet poster
 
Posts: 2
Default Vary Colors By Point

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;