|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ichartformat
method summary | |
---|---|
int |
getbubblescale()
percent of largest bubble compared to chart in general. |
int |
getdoughnutholesize()
size of center hole in a doughnut chart (as a percentage).( 10 - 90 ) |
ichartdropbar |
getfirstdropbar()
returns object that represents first drop bar. |
int |
getfirstsliceangle()
angle of the first pie slice expressed in degrees. |
int |
getgapwidth()
space between categories (percent of bar width), default = 50. |
int |
getoverlap()
space between bars ( -100 : 100 ). |
int |
getpiesecondsize()
returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. |
|
getpieseriesline()
represents series line properties. |
ichartdropbar |
getseconddropbar()
returns object that represents second drop bar. |
boolean |
getshownegativebubbles()
true to show negative bubbles. |
bubblesizetype |
getsizerepresents()
returns or sets what the bubble size represents on a bubble chart. |
splittype |
getsplittype()
returns or sets the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
int |
getsplitvalue()
returns or sets the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart. |
boolean |
hasradaraxislabels()
true if a radar chart has axis labels. |
void |
hasradaraxislabels(boolean value)
true if a radar chart has axis labels. |
boolean |
isvarycolor()
vary color for each data point. |
void |
isvarycolor(boolean isvarycolor)
sets wheather vary color for each data point. |
void |
setbubblescale(int value)
percent of largest bubble compared to chart in general. |
void |
setdoughnutholesize(int doughnutholesize)
size of center hole in a doughnut chart (as a percentage).( 10 - 90 ) |
void |
setfirstsliceangle(int firstsliceangle)
sets angle of the first pie slice expressed in degrees. |
void |
setgapwidth(int value)
space between categories (percent of bar width), default = 50. |
void |
setoverlap(int value)
space between bars ( -100 : 100 ). |
void |
setpiesecondsize(int value)
returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. |
void |
setshownegativebubbles(boolean value)
true to show negative bubbles. |
void |
setsizerepresents(bubblesizetype value)
returns or sets what the bubble size represents on a bubble chart. |
void |
setsplittype(splittype value)
returns or sets the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
void |
setsplitvalue(int value)
returns or sets the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart. |
method detail |
---|
boolean isvarycolor()
void isvarycolor(boolean isvarycolor)
int getoverlap()
void setoverlap(int value)
int getgapwidth()
void setgapwidth(int value)
int getfirstsliceangle()
void setfirstsliceangle(int firstsliceangle)
int getdoughnutholesize()
void setdoughnutholesize(int doughnutholesize)
int getbubblescale()
void setbubblescale(int value)
bubblesizetype getsizerepresents()
void setsizerepresents(bubblesizetype value)
boolean getshownegativebubbles()
void setshownegativebubbles(boolean value)
boolean hasradaraxislabels()
void hasradaraxislabels(boolean value)
splittype getsplittype()
void setsplittype(splittype value)
int getsplitvalue()
void setsplitvalue(int value)
int getpiesecondsize()
void setpiesecondsize(int value)
ichartdropbar getfirstdropbar()
ichartdropbar getseconddropbar()
getpieseriesline()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |