Hi.
I am trying to plot a pie chart in a user interface. The colors repeat for different pie sections as can be seen in the attached image. How do I set different colors for different pie sections. Thanks.
Best answer by mateusarakawa
Hi
I’m assuming you are using 2D chart object - type “pie”.
On its properties, under “display”, you can set a color scheme created by you:

You can create a new scheme color by color using “New” and “Change Color” buttons:

Or you can work with subsets, like I did here:

I’m using a set created by me, called “S_GUI_CoresDisponiveis”:

And these colors, I think I might have created using “User Color” tool:

Hope it helps!