change a colour of a bar chart

  • I have created a graph in dundas and would like to change the gradient colour of it...

    meaning so that it darker in colour at the top of the bar and lighter at the bottom (vice versa)

  • Hi,

    You'll need to use the code editor. In PostApplyData, using C# as the language, you can use this to change the fourth point to red for example:

    chartObj.Series[0].Points[3].Color = Color.Red;

    RAQ Report: Web-based Excel-like Java reporting tool[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply