Jump to content
Software FX Community

How can I "pull" pie slices when I have several pies visible?


User (Legacy)

Recommended Posts

The SeparateSlice array size allows you to define the separation for each

slice in each PIE independently.

For example, if you have a chart with 2 series (2 pies) and 5 points (5

slices each) you can do:

ChartFX1.SeparateSlice(0) = 30

ChartFX1.SeparateSlice(5) = 30

To separate the first slice of each pie. The second pie starts at index 5

(number of points).

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...