ichartformat-ag凯发旗舰厅



com.spire.xls.core
interface ichartformat

all known implementing classes:
chartformat, xlschartformat

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

isvarycolor

boolean isvarycolor()
vary color for each data point.

isvarycolor

void isvarycolor(boolean isvarycolor)
sets wheather vary color for each data point.

getoverlap

int getoverlap()
space between bars ( -100 : 100 ).

setoverlap

void setoverlap(int value)
space between bars ( -100 : 100 ).

getgapwidth

int getgapwidth()
space between categories (percent of bar width), default = 50.

setgapwidth

void setgapwidth(int value)
space between categories (percent of bar width), default = 50.

getfirstsliceangle

int getfirstsliceangle()
angle of the first pie slice expressed in degrees. ( 0 - 360 )

setfirstsliceangle

void setfirstsliceangle(int firstsliceangle)
sets angle of the first pie slice expressed in degrees. ( 0 - 360 )

getdoughnutholesize

int getdoughnutholesize()
size of center hole in a doughnut chart (as a percentage).( 10 - 90 )

setdoughnutholesize

void setdoughnutholesize(int doughnutholesize)
size of center hole in a doughnut chart (as a percentage).( 10 - 90 )

getbubblescale

int getbubblescale()
percent of largest bubble compared to chart in general. ( 0 - 300 )

setbubblescale

void setbubblescale(int value)
percent of largest bubble compared to chart in general. ( 0 - 300 )

getsizerepresents

bubblesizetype getsizerepresents()
returns or sets what the bubble size represents on a bubble chart.

setsizerepresents

void setsizerepresents(bubblesizetype value)
returns or sets what the bubble size represents on a bubble chart.

getshownegativebubbles

boolean getshownegativebubbles()
true to show negative bubbles.

setshownegativebubbles

void setshownegativebubbles(boolean value)
true to show negative bubbles.

hasradaraxislabels

boolean hasradaraxislabels()
true if a radar chart has axis labels. applies only to radar charts.

hasradaraxislabels

void hasradaraxislabels(boolean value)
true if a radar chart has axis labels. applies only to radar charts.

getsplittype

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.

setsplittype

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.

getsplitvalue

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.

setsplitvalue

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.

getpiesecondsize

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. ( 5 - 200 )

setpiesecondsize

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. ( 5 - 200 )

getfirstdropbar

ichartdropbar getfirstdropbar()
returns object that represents first drop bar.

getseconddropbar

ichartdropbar getseconddropbar()
returns object that represents second drop bar.

getpieseriesline

 getpieseriesline()
represents series line properties. ( for pie of pie or pie of bar chart types only. ) read only.


网站地图