|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ichartseriedataformat
method summary | |
---|---|
ichartinterior |
getareaproperties()
returns object, that represents aera properties. |
topformattype |
getbartoptype()
represents the top data format. |
baseformattype |
getbartype()
represents the base data format. |
boolean |
getis3dbubbles()
true to draw bubbles with 3d effects. |
java.awt.color |
getmarkerbackgroundcolor()
foreground color: rgb value (high byte = 0). |
excelcolors |
getmarkerbackgroundknowncolor()
index to color of marker xlsfill. |
java.awt.color |
getmarkerforegroundcolor()
background color: rgb value (high byte = 0). |
excelcolors |
getmarkerforegroundknowncolor()
index to color of marker border. |
int |
getmarkersize()
size of line markers. |
chartmarkertype |
getmarkerstyle()
type of marker. |
ichartformat |
getoptions()
gets common serie options. |
int |
getpercent()
distance of pie slice from center of pie. |
boolean |
isautomarker()
automatic color. |
void |
isautomarker(boolean value)
automatic color. |
boolean |
ismarkersupported()
indicates whether marker is supported by this chart/series. |
void |
setbartoptype(topformattype value)
represents the top data format. |
void |
setbartype(baseformattype value)
represents the base data format. |
void |
setis3dbubbles(boolean value)
true to draw bubbles with 3d effects. |
void |
setmarkerbackgroundcolor(java.awt.color value)
foreground color: rgb value (high byte = 0). |
void |
setmarkerbackgroundknowncolor(excelcolors value)
index to color of marker xlsfill. |
void |
setmarkerforegroundcolor(java.awt.color value)
background color: rgb value (high byte = 0). |
void |
setmarkerforegroundknowncolor(excelcolors value)
index to color of marker border. |
void |
setmarkersize(int value)
size of line markers. |
void |
setmarkerstyle(chartmarkertype value)
type of marker. |
void |
setpercent(int value)
distance of pie slice from center of pie. |
methods inherited from interface com.spire.xls.core.ichartfillborder |
---|
getfill, getformat3d, getinterior, getlineproperties, getshadow, hasformat3d, hasinterior, haslineproperties, hasshadow |
method detail |
---|
ichartinterior getareaproperties()
baseformattype getbartype()
void setbartype(baseformattype value)
topformattype getbartoptype()
void setbartoptype(topformattype value)
java.awt.color getmarkerbackgroundcolor()
void setmarkerbackgroundcolor(java.awt.color value)
java.awt.color getmarkerforegroundcolor()
void setmarkerforegroundcolor(java.awt.color value)
chartmarkertype getmarkerstyle()
void setmarkerstyle(chartmarkertype value)
excelcolors getmarkerforegroundknowncolor()
void setmarkerforegroundknowncolor(excelcolors value)
excelcolors getmarkerbackgroundknowncolor()
void setmarkerbackgroundknowncolor(excelcolors value)
int getmarkersize()
void setmarkersize(int value)
boolean isautomarker()
void isautomarker(boolean value)
int getpercent()
void setpercent(int value)
boolean getis3dbubbles()
void setis3dbubbles(boolean value)
ichartformat getoptions()
boolean ismarkersupported()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |