Jump to content
Software FX Community

Different coloured bars


User (Legacy)

Recommended Posts

Yes, if you are using ChartFX for .NET you can use the Point property, e.g.

chart1.Point[0,1].Color = Color.Red;

chart1.Point[0,2].Color = Color.Green;

...

--

Regards,

JC

Software FX Support

"Paul Nailand" <paul@visualrisk.com> wrote in message

news:q%23njdQ63DHA.2468@webserver3.softwarefx.com...

> Hi

>

> Is it possible to colour each bar from a single series BAR chart

> differently?

>

> thanks

> Paul

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...