Jump to content
Software FX Community

Bar chart point colors not setting the bar colors


User (Legacy)

Recommended Posts

In the trial of the full version of ChartFx .NET 6.2 I was able to set the 

colors of the individual bars (of the same series), but the Lite version

doesn't allow me to do that. Is this a limitation of the Lite version?

The code I'm using is this:

Chart1.Point(0).Color = Color.Red

Chart1.Point(1).Color = Color.Yellow

Chart1.Point(2).Color = Color.Blue

I also have a pie chart and setting colors on it works. I just can't figure

out what do to with the bar chart.

Thanks!

Link to comment
Share on other sites

In the trial of the full version of ChartFx .NET 6.2 I was able to set the 

colors of the individual bars (of the same series), but the Lite version

doesn't allow me to do that. Is this a limitation of the Lite version?

The code I'm using is this:

Chart1.Point(0).Color = Color.Red

Chart1.Point(1).Color = Color.Yellow

Chart1.Point(2).Color = Color.Blue

I also have a pie chart and setting colors on it works. I just can't figure

out what do to with the bar chart.

Thanks!

Link to comment
Share on other sites

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...