G
Guest
I am using powerpoint to programatically create slides displaying MS GRaph Charts.
I am using .NET and C#.
I am having trouble location help for this topic.
My questions are:
1. I want to programatically change the direction of the Category Axis. I wish to rotate them so they are upright instead of on their side. How can I do this?
objCatAxis.TickLabels.Orientation = Graph.XlTicklabelOrientationUpWard does not seem to be working.
2. I am having trouble defining colors for my charts. It seems to be happening automatically. I want to control which colors get displayed. I wish to do this programatically as well. Can you help?
objSeries.Fill.BackColor.SchemeColor = iColor
objSeries.Fill.ForeColor.SchemeColor = iColor
does not seem to work.
Thanks,
jmv
I am using .NET and C#.
I am having trouble location help for this topic.
My questions are:
1. I want to programatically change the direction of the Category Axis. I wish to rotate them so they are upright instead of on their side. How can I do this?
objCatAxis.TickLabels.Orientation = Graph.XlTicklabelOrientationUpWard does not seem to be working.
2. I am having trouble defining colors for my charts. It seems to be happening automatically. I want to control which colors get displayed. I wish to do this programatically as well. Can you help?
objSeries.Fill.BackColor.SchemeColor = iColor
objSeries.Fill.ForeColor.SchemeColor = iColor
does not seem to work.
Thanks,
jmv