|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.charts.xlschartseriedataformat
public class xlschartseriedataformat
constructor summary | |
---|---|
xlschartseriedataformat(java.lang.object parent)
|
method summary | |
---|---|
ichartinterior |
getareaproperties()
returns object, that represents aera properties. |
java.awt.color |
getbackgroundcolor()
represents background color. |
ocolor |
getbackgroundcolorobject()
represents background color. |
com.spire.ms.system.drawing.color |
getbackgroundinnercolor()
represents background color. |
excelcolors |
getbackgroundknowncolor()
represents background excel color. |
topformattype |
getbartoptype()
represents the top data format. |
baseformattype |
getbartype()
represents the base data format. |
ishapefill |
getfill()
represents xls fill options. |
java.awt.color |
getforegroundcolor()
represents foreground color. |
ocolor |
getforegroundcolorobject()
represents foreground color object. |
excelcolors |
getforegroundknowncolor()
represents foreground color. |
format3d |
getformat3d()
gets the chart3 d properties. |
boolean |
gethas_dptpieexplosion()
indicates whether dataformat has pieexplosion. |
ichartinterior |
getinterior()
returns object, that represents area properties. |
boolean |
getis3dbubbles()
true to draw bubbles with 3d effects. |
chartborder |
getlineproperties()
returns object, that represents line properties. |
ocolor |
getmarkerbackcolorobject()
gets object that holds marker background color. |
java.awt.color |
getmarkerbackgroundcolor()
foreground color: rgb value (high byte = 0). |
excelcolors |
getmarkerbackgroundknowncolor()
index to color of marker xlsfill. |
ocolor |
getmarkerforecolorobject()
gets object that holds marker foreground color. |
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. |
double |
getmarkertransparencyvalue()
gets or sets the transparency of the line marker. |
ichartformat |
getoptions()
gets common serie options. |
xlschartserie |
getparentserie()
returns parent serie. |
excelpatterntype |
getpattern()
represents pattern. |
int |
getpercent()
distance of pie slice from center of pie. |
chartshadow |
getshadow()
gets the shadow properties. |
boolean |
getshowactivevalue()
indicates whether chart show active value. |
boolean |
getvisible()
represents visiblity. |
boolean |
hasborder()
indicates whether chart has border. |
boolean |
hasborderline()
indicates whethers chart has border line. |
boolean |
hasformat3d()
gets a value indicating whether [has3d properties]. |
boolean |
hasinterior()
this property indicates whether interior object was created. |
boolean |
haslineproperties()
this property indicates whether line formatting object was created. |
boolean |
hasshadow()
gets a value indicating whether this instance has shadow properties. |
boolean |
isautomarker()
automatic color. |
void |
isautomarker(boolean value)
automatic color. |
boolean |
isautomaticformat()
indicates, if automatic format is used. |
void |
isautomaticformat(boolean value)
indicates, if automatic format is used. |
boolean |
isformatted()
indicate if data format is formatted. |
boolean |
ismarker()
if true - format has marker; otherwise false. |
boolean |
ismarkersupported()
indicates whether marker is supported by this chart/series. |
boolean |
isshowbackground()
true = "background = none". |
boolean |
isshowforeground()
true = "foreground = none". |
boolean |
issmoothed()
if true - format has smothed line; otherwise false. |
boolean |
issupportfill()
indicats whether chart supports transparency. |
void |
setbackgroundcolor(java.awt.color color)
represents background color. |
void |
setbackgroundknowncolor(excelcolors value)
represents background excel color. |
void |
setbartoptype(topformattype value)
represents the top data format. |
void |
setbartype(baseformattype value)
represents the base data format. |
void |
setforegroundcolor(java.awt.color color)
represents foreground color. |
void |
setforegroundknowncolor(excelcolors value)
represents foreground color. |
void |
sethas_dptpieexplosion(boolean value)
indicates whether dataformat has pieexplosion. |
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 markerstyle)
sets type of marker. |
void |
setmarkertransparencyvalue(double value)
gets or sets the transparency of the line marker. |
void |
setpattern(excelpatterntype value)
represents pattern. |
void |
setpercent(int value)
distance of pie slice from center of pie. |
void |
setshowactivevalue(boolean value)
indicates whether chart show active value. |
void |
setvisible(boolean value)
represents visiblity. |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
constructor detail |
---|
public xlschartseriedataformat(java.lang.object parent)
method detail |
---|
public ocolor getmarkerbackcolorobject()
public ocolor getmarkerforecolorobject()
public ichartinterior getareaproperties()
getareaproperties
in interface ichartseriedataformat
public baseformattype getbartype()
getbartype
in interface ichartseriedataformat
public void setbartype(baseformattype value)
setbartype
in interface ichartseriedataformat
public topformattype getbartoptype()
getbartoptype
in interface ichartseriedataformat
public void setbartoptype(topformattype value)
setbartoptype
in interface ichartseriedataformat
public java.awt.color getmarkerbackgroundcolor()
getmarkerbackgroundcolor
in interface ichartseriedataformat
public void setmarkerbackgroundcolor(java.awt.color value)
setmarkerbackgroundcolor
in interface ichartseriedataformat
public java.awt.color getmarkerforegroundcolor()
getmarkerforegroundcolor
in interface ichartseriedataformat
public void setmarkerforegroundcolor(java.awt.color value)
setmarkerforegroundcolor
in interface ichartseriedataformat
public chartmarkertype getmarkerstyle()
getmarkerstyle
in interface ichartseriedataformat
public void setmarkerstyle(chartmarkertype markerstyle)
setmarkerstyle
in interface ichartseriedataformat
public excelcolors getmarkerforegroundknowncolor()
getmarkerforegroundknowncolor
in interface ichartseriedataformat
public void setmarkerforegroundknowncolor(excelcolors value)
setmarkerforegroundknowncolor
in interface ichartseriedataformat
public excelcolors getmarkerbackgroundknowncolor()
getmarkerbackgroundknowncolor
in interface ichartseriedataformat
public void setmarkerbackgroundknowncolor(excelcolors value)
setmarkerbackgroundknowncolor
in interface ichartseriedataformat
public int getmarkersize()
getmarkersize
in interface ichartseriedataformat
public void setmarkersize(int value)
setmarkersize
in interface ichartseriedataformat
public boolean isautomarker()
isautomarker
in interface ichartseriedataformat
public void isautomarker(boolean value)
isautomarker
in interface ichartseriedataformat
public int getpercent()
getpercent
in interface ichartseriedataformat
public void setpercent(int value)
setpercent
in interface ichartseriedataformat
public boolean getis3dbubbles()
getis3dbubbles
in interface ichartseriedataformat
public void setis3dbubbles(boolean value)
setis3dbubbles
in interface ichartseriedataformat
public ichartformat getoptions()
getoptions
in interface ichartseriedataformat
public boolean ismarkersupported()
ismarkersupported
in interface ichartseriedataformat
public boolean isshowbackground()
public boolean isshowforeground()
public boolean issmoothed()
public boolean issupportfill()
public boolean hasinterior()
hasinterior
in interface ichartfillborder
public boolean haslineproperties()
haslineproperties
in interface ichartfillborder
public boolean hasformat3d()
hasformat3d
in interface ichartfillborder
public boolean hasshadow()
hasshadow
in interface ichartfillborder
public chartborder getlineproperties()
getlineproperties
in interface ichartfillborder
public ichartinterior getinterior()
getinterior
in interface ichartfillborder
public ishapefill getfill()
getfill
in interface ichartfillborder
public format3d getformat3d()
getformat3d
in interface ichartfillborder
public chartshadow getshadow()
getshadow
in interface ichartfillborder
public java.awt.color getforegroundcolor()
public void setforegroundcolor(java.awt.color color)
public excelcolors getforegroundknowncolor()
public void setforegroundknowncolor(excelcolors value)
public double getmarkertransparencyvalue()
public void setmarkertransparencyvalue(double value)
public ocolor getforegroundcolorobject()
public excelcolors getbackgroundknowncolor()
public void setbackgroundknowncolor(excelcolors value)
public java.awt.color getbackgroundcolor()
public com.spire.ms.system.drawing.color getbackgroundinnercolor()
public void setbackgroundcolor(java.awt.color color)
public ocolor getbackgroundcolorobject()
public excelpatterntype getpattern()
public void setpattern(excelpatterntype value)
public boolean isautomaticformat()
public void isautomaticformat(boolean value)
public boolean getvisible()
public void setvisible(boolean value)
public boolean getshowactivevalue()
public void setshowactivevalue(boolean value)
public boolean gethas_dptpieexplosion()
public void sethas_dptpieexplosion(boolean value)
public boolean hasborder()
public boolean hasborderline()
public boolean isformatted()
public boolean ismarker()
public xlschartserie getparentserie()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |