Jump to content
Software FX Community

Pie Chart colours


User (Legacy)

Recommended Posts

chart1.Gallery = Gallery.Pie;

chart1.Point[0].Color = Color.Yellow;

chart1.Point[1].Color = Color.Brown;

chart1.Point[2].Color = Color.Red;

...

--

Regards,

JC

Software FX Support

"Morkai Kurst" <morkai@nospam.com> wrote in message

news:yZhGn6R6CHA.2116@webserver1.softwarefx.com...

> Is there anyway to choose the colour for each section of the pie chart

when

> setting the values manually?

>

> Thanks

>

> Morkai

>

>

Link to comment
Share on other sites

chart1.Gallery = Gallery.Pie;

chart1.Point[0].Color = Color.Yellow;

chart1.Point[1].Color = Color.Brown;

chart1.Point[2].Color = Color.Red;

...

--

Regards,

JC

Software FX Support

"Morkai Kurst" <morkai@nospam.com> wrote in message

news:yZhGn6R6CHA.2116@webserver1.softwarefx.com...

> Is there anyway to choose the colour for each section of the pie chart

when

> setting the values manually?

>

> Thanks

>

> Morkai

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...