ichartseriedataformat-ag凯发旗舰厅



com.spire.xls.core
interface ichartseriedataformat

all superinterfaces:
ichartfillborder
all known implementing classes:
chartseriedataformat, xlschartseriedataformat

public interface ichartseriedataformat
extends ichartfillborder

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

getareaproperties

ichartinterior getareaproperties()
returns object, that represents aera properties. read only.

getbartype

baseformattype getbartype()
represents the base data format.

setbartype

void setbartype(baseformattype value)
represents the base data format.

getbartoptype

topformattype getbartoptype()
represents the top data format.

setbartoptype

void setbartoptype(topformattype value)
represents the top data format.

getmarkerbackgroundcolor

java.awt.color getmarkerbackgroundcolor()
foreground color: rgb value (high byte = 0).

setmarkerbackgroundcolor

void setmarkerbackgroundcolor(java.awt.color value)
foreground color: rgb value (high byte = 0).

getmarkerforegroundcolor

java.awt.color getmarkerforegroundcolor()
background color: rgb value (high byte = 0).

setmarkerforegroundcolor

void setmarkerforegroundcolor(java.awt.color value)
background color: rgb value (high byte = 0).

getmarkerstyle

chartmarkertype getmarkerstyle()
type of marker.

setmarkerstyle

void setmarkerstyle(chartmarkertype value)
type of marker.

getmarkerforegroundknowncolor

excelcolors getmarkerforegroundknowncolor()
index to color of marker border.

setmarkerforegroundknowncolor

void setmarkerforegroundknowncolor(excelcolors value)
index to color of marker border.

getmarkerbackgroundknowncolor

excelcolors getmarkerbackgroundknowncolor()
index to color of marker xlsfill.

setmarkerbackgroundknowncolor

void setmarkerbackgroundknowncolor(excelcolors value)
index to color of marker xlsfill.

getmarkersize

int getmarkersize()
size of line markers.

setmarkersize

void setmarkersize(int value)
size of line markers.

isautomarker

boolean isautomarker()
automatic color.

isautomarker

void isautomarker(boolean value)
automatic color.

getpercent

int getpercent()
distance of pie slice from center of pie.

setpercent

void setpercent(int value)
distance of pie slice from center of pie.

getis3dbubbles

boolean getis3dbubbles()
true to draw bubbles with 3d effects.

setis3dbubbles

void setis3dbubbles(boolean value)
true to draw bubbles with 3d effects.

getoptions

ichartformat getoptions()
gets common serie options. read-only.

ismarkersupported

boolean ismarkersupported()
indicates whether marker is supported by this chart/series.


网站地图