xlschartseriedataformat-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.charts
class xlschartseriedataformat

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.charts.xlschartseriedataformat
all implemented interfaces:
ichartfillborder, ichartseriedataformat
direct known subclasses:
chartseriedataformat

public class xlschartseriedataformat
extends xlsobject
implements ichartseriedataformat

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

xlschartseriedataformat

public xlschartseriedataformat(java.lang.object parent)
method detail

getmarkerbackcolorobject

public ocolor getmarkerbackcolorobject()
gets object that holds marker background color.

getmarkerforecolorobject

public ocolor getmarkerforecolorobject()
gets object that holds marker foreground color.

getareaproperties

public ichartinterior getareaproperties()
returns object, that represents aera properties. read only.
specified by:
getareaproperties in interface ichartseriedataformat

getbartype

public baseformattype getbartype()
represents the base data format.
specified by:
getbartype in interface ichartseriedataformat

setbartype

public void setbartype(baseformattype value)
represents the base data format.
specified by:
setbartype in interface ichartseriedataformat

getbartoptype

public topformattype getbartoptype()
represents the top data format.
specified by:
getbartoptype in interface ichartseriedataformat

setbartoptype

public void setbartoptype(topformattype value)
represents the top data format.
specified by:
setbartoptype in interface ichartseriedataformat

getmarkerbackgroundcolor

public java.awt.color getmarkerbackgroundcolor()
foreground color: rgb value (high byte = 0).
specified by:
getmarkerbackgroundcolor in interface ichartseriedataformat

setmarkerbackgroundcolor

public void setmarkerbackgroundcolor(java.awt.color value)
foreground color: rgb value (high byte = 0).
specified by:
setmarkerbackgroundcolor in interface ichartseriedataformat

getmarkerforegroundcolor

public java.awt.color getmarkerforegroundcolor()
background color: rgb value (high byte = 0).
specified by:
getmarkerforegroundcolor in interface ichartseriedataformat

setmarkerforegroundcolor

public void setmarkerforegroundcolor(java.awt.color value)
background color: rgb value (high byte = 0).
specified by:
setmarkerforegroundcolor in interface ichartseriedataformat

getmarkerstyle

public chartmarkertype getmarkerstyle()
type of marker.
specified by:
getmarkerstyle in interface ichartseriedataformat

setmarkerstyle

public void setmarkerstyle(chartmarkertype markerstyle)
sets type of marker.
specified by:
setmarkerstyle in interface ichartseriedataformat

getmarkerforegroundknowncolor

public excelcolors getmarkerforegroundknowncolor()
index to color of marker border.
specified by:
getmarkerforegroundknowncolor in interface ichartseriedataformat

setmarkerforegroundknowncolor

public void setmarkerforegroundknowncolor(excelcolors value)
index to color of marker border.
specified by:
setmarkerforegroundknowncolor in interface ichartseriedataformat

getmarkerbackgroundknowncolor

public excelcolors getmarkerbackgroundknowncolor()
index to color of marker xlsfill.
specified by:
getmarkerbackgroundknowncolor in interface ichartseriedataformat

setmarkerbackgroundknowncolor

public void setmarkerbackgroundknowncolor(excelcolors value)
index to color of marker xlsfill.
specified by:
setmarkerbackgroundknowncolor in interface ichartseriedataformat

getmarkersize

public int getmarkersize()
size of line markers.
specified by:
getmarkersize in interface ichartseriedataformat

setmarkersize

public void setmarkersize(int value)
size of line markers.
specified by:
setmarkersize in interface ichartseriedataformat

isautomarker

public boolean isautomarker()
automatic color.
specified by:
isautomarker in interface ichartseriedataformat

isautomarker

public void isautomarker(boolean value)
automatic color.
specified by:
isautomarker in interface ichartseriedataformat

getpercent

public int getpercent()
distance of pie slice from center of pie.
specified by:
getpercent in interface ichartseriedataformat

setpercent

public void setpercent(int value)
distance of pie slice from center of pie.
specified by:
setpercent in interface ichartseriedataformat

getis3dbubbles

public boolean getis3dbubbles()
true to draw bubbles with 3d effects.
specified by:
getis3dbubbles in interface ichartseriedataformat

setis3dbubbles

public void setis3dbubbles(boolean value)
true to draw bubbles with 3d effects.
specified by:
setis3dbubbles in interface ichartseriedataformat

getoptions

public ichartformat getoptions()
gets common serie options. read-only.
specified by:
getoptions in interface ichartseriedataformat

ismarkersupported

public boolean ismarkersupported()
indicates whether marker is supported by this chart/series.
specified by:
ismarkersupported in interface ichartseriedataformat

isshowbackground

public boolean isshowbackground()
true = "background = none".

isshowforeground

public boolean isshowforeground()
true = "foreground = none".

issmoothed

public boolean issmoothed()
if true - format has smothed line; otherwise false. read-only.

issupportfill

public boolean issupportfill()
indicats whether chart supports transparency.

hasinterior

public boolean hasinterior()
this property indicates whether interior object was created. read-only.
specified by:
hasinterior in interface ichartfillborder

haslineproperties

public boolean haslineproperties()
this property indicates whether line formatting object was created. read-only.
specified by:
haslineproperties in interface ichartfillborder

hasformat3d

public boolean hasformat3d()
gets a value indicating whether [has3d properties].
specified by:
hasformat3d in interface ichartfillborder

hasshadow

public boolean hasshadow()
gets a value indicating whether this instance has shadow properties.
specified by:
hasshadow in interface ichartfillborder

getlineproperties

public chartborder getlineproperties()
returns object, that represents line properties. read-only.
specified by:
getlineproperties in interface ichartfillborder

getinterior

public ichartinterior getinterior()
returns object, that represents area properties. read-only.
specified by:
getinterior in interface ichartfillborder

getfill

public ishapefill getfill()
represents xls fill options. read-only.
specified by:
getfill in interface ichartfillborder

getformat3d

public format3d getformat3d()
gets the chart3 d properties.
specified by:
getformat3d in interface ichartfillborder

getshadow

public chartshadow getshadow()
gets the shadow properties.
specified by:
getshadow in interface ichartfillborder

getforegroundcolor

public java.awt.color getforegroundcolor()
represents foreground color.

setforegroundcolor

public void setforegroundcolor(java.awt.color color)
represents foreground color.

getforegroundknowncolor

public excelcolors getforegroundknowncolor()
represents foreground color.

setforegroundknowncolor

public void setforegroundknowncolor(excelcolors value)
represents foreground color.

getmarkertransparencyvalue

public double getmarkertransparencyvalue()
gets or sets the transparency of the line marker.

setmarkertransparencyvalue

public void setmarkertransparencyvalue(double value)
gets or sets the transparency of the line marker.

getforegroundcolorobject

public ocolor getforegroundcolorobject()
represents foreground color object.

getbackgroundknowncolor

public excelcolors getbackgroundknowncolor()
represents background excel color.

setbackgroundknowncolor

public void setbackgroundknowncolor(excelcolors value)
represents background excel color.

getbackgroundcolor

public java.awt.color getbackgroundcolor()
represents background color.

getbackgroundinnercolor

public com.spire.ms.system.drawing.color getbackgroundinnercolor()
represents background color.

setbackgroundcolor

public void setbackgroundcolor(java.awt.color color)
represents background color.

getbackgroundcolorobject

public ocolor getbackgroundcolorobject()
represents background color.

getpattern

public excelpatterntype getpattern()
represents pattern.

setpattern

public void setpattern(excelpatterntype value)
represents pattern.

isautomaticformat

public boolean isautomaticformat()
indicates, if automatic format is used.

isautomaticformat

public void isautomaticformat(boolean value)
indicates, if automatic format is used.

getvisible

public boolean getvisible()
represents visiblity.

setvisible

public void setvisible(boolean value)
represents visiblity.

getshowactivevalue

public boolean getshowactivevalue()
indicates whether chart show active value.

setshowactivevalue

public void setshowactivevalue(boolean value)
indicates whether chart show active value.

gethas_dptpieexplosion

public boolean gethas_dptpieexplosion()
indicates whether dataformat has pieexplosion.

sethas_dptpieexplosion

public void sethas_dptpieexplosion(boolean value)
indicates whether dataformat has pieexplosion.

hasborder

public boolean hasborder()
indicates whether chart has border.

hasborderline

public boolean hasborderline()
indicates whethers chart has border line.

isformatted

public boolean isformatted()
indicate if data format is formatted.

ismarker

public boolean ismarker()
if true - format has marker; otherwise false. read-only.

getparentserie

public xlschartserie getparentserie()
returns parent serie. read-only.


网站地图