Hello!
On a 'dashboard' page, I have three bar charts. One of them (the Rack Space Utilization) has the bars rotated horizontally, but the other two do not (see attached image; Charts_Gradient.JPG). In code-behind, I am rotating this chart (chart.SetPredefinedChartStyle(PredefinedChartStyle.HorizontalLeft) 'flips to chart so the bars are horizontal). We have also applied the GlitterLeft rendering to them all, too.
Observation
The 'gradient' on the RackSpace chart appears to darker than the other two bar charts. They end up appearing inconsistent. To me, it appears as though the Horizontal chart has the gradient anchored in one corner, and the Vertical charts have theirs anchored in another one.
Questions
Can I define 'where' the gradient is anchored?
Can I just apply a white background to the chart, but still use the GlitterLeft setting (in the "chart.LightModel.SetPredefinedLightModel")?
Additional Info
I have built an 'admin' page for our site's administrators so that they can make some fundamental 'styling' settings to all charts. Two additional images have been attached to help depict this gradient trouble.
Charts_Gradient_Horizontal.JPG - depicts the 'sample chart' in its horizontal layout.
Charts_Gradient_Vertical.JPG - depicts the 'sample chart' in its vertical layout.
I can send some code snippets, if this will help. I am developing with VB.NET.