Jump to content
Software FX Community

Highlighting a pie slice programatically


User (Legacy)

Recommended Posts

What does "highlight" mean for you ? You can change the color of a slice by 

doing:

chart.Point[sliceIndex].Color = color;

Similar API can be used to change the border color, width, etc.

--

Francisco Padron

www.chartfx.com

"L Hill" <lhill@xcenda.com> wrote in message

news:UKZxUaO3GHA.3152@webserver3.softwarefx.com...

>

> How do I programatically highlight a slice of a pie chart? I want to

> iterate through the pie slices and highlight for an animation effect?

>

> Thanks in advance.

>

>

Link to comment
Share on other sites

Sorry,

I meant the behavior that you get when you mouse over a pie slice - the

other pieces fade out and you get the tooltip like popup and that slice is

highlighted.

THanks.

"Software FX Support" <noreply@softwarefx.com> wrote in message

news:l4wduzy3GHA.1852@webserver3.softwarefx.com...

> What does "highlight" mean for you ? You can change the color of a slice

> by doing:

>

> chart.Point[sliceIndex].Color = color;

>

> Similar API can be used to change the border color, width, etc.

>

> --

> Francisco Padron

> www.chartfx.com

>

>

> "L Hill" <lhill@xcenda.com> wrote in message

> news:UKZxUaO3GHA.3152@webserver3.softwarefx.com...

>>

>> How do I programatically highlight a slice of a pie chart? I want to

>> iterate through the pie slices and highlight for an animation effect?

>>

>> Thanks in advance.

>>

>>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...