Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt

Sets or returns whether this data point is located on the secondary pie or bar in a Pie of Pie or Bar of Pie chart. For this to take effect, you must set SettingsPieDoughnut.BopPopSplit to Custom.

Signature
C#
C#
public boolean IsOnSecondaryPieorBar{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property IsOnSecondaryPieorBar() As Boolean
{signature}
{remarks}
By 
Remarks

By default,

this

property

will

start

as

false

for

all

data

points

in

any

new

charts.

If

a

chart

type

is

not

a

"bar

of

pie"

chart

or

a

"pie

of

pie"

chart,

then

this

property

will

have

no

effect

on

the

resulting

file.

If

a

"bar

of

pie"

or

"pie

of

pie"

chart

is

converted

to

some

other

kind

of

chart

and

then

converted

back,

the

values

for

this

property

for

each

of

the

data

points

will

be

preserved.

{remarks}