ichartserie-ag凯发旗舰厅



com.spire.xls.core
interface ichartserie

all known implementing classes:
chartserie, xlschartserie

public interface ichartserie

method summary
 icharterrorbars errorbar(boolean bisy)
          creates error bar object.
 icharterrorbars errorbar(boolean bisy,  include)
          creates error bar object.
 icharterrorbars errorbar(boolean bisy,  include,  type)
          creates error bar object.
 icharterrorbars errorbar(boolean bisy,  include,  type, double numbervalue)
          creates error bar object.
 icharterrorbars errorbar(boolean bisy, ixlsrange plusrange, ixlsrange minusrange)
          sets custom error bar type.
 ixlsrange getbubbles()
          bubble sizes for the series.
 ixlsrange getcategorylabels()
          category labels for the series.
 ichartdatapoints getdatapoints()
          returns collection of data points.
 java.lang.object[] getentereddirectlybubbles()
          represents bubble values as entered directly.
 java.lang.object[] getentereddirectlycategorylabels()
          represents category values as entered directly.
 java.lang.object[] getentereddirectlyvalues()
          represents value as entered directly.
 icharterrorbars geterrorbarsx()
          represents x error bars.
 icharterrorbars geterrorbarsy()
          represents y error bars.
 ichartseriedataformat getformat()
          returns format of current serie.
 java.lang.string getname()
          name of the series.
 cellrange getnamedrange()
          series name range for the series.
 excelcharttype getserietype()
          represents serie type.
 icharttrendlines gettrendlines()
          represents serie trend lines collection.
 boolean getuseprimaryaxis()
          indicates whether to use primary axis for series drawing.
 ixlsrange getvalues()
          values range for the series.
 boolean haserrorbarsx()
          indicates if serie contains x error bars.
 void haserrorbarsx(boolean value)
          indicates if serie contains x error bars.
 boolean haserrorbarsy()
          indicates if serie contains y error bars.
 void haserrorbarsy(boolean value)
          indicates if serie contains y error bars.
 void setbubbles(ixlsrange value)
          bubble sizes for the series.
 void setentereddirectlybubbles(java.lang.object[] value)
          represents bubble values as entered directly.
 void setentereddirectlycategorylabels(java.lang.object[] value)
          represents category values as entered directly.
 void setentereddirectlyvalues(java.lang.object[] value)
          represents value as entered directly.
 void setserietype(excelcharttype value)
          represents serie type.
 void setuseprimaryaxis(boolean value)
          indicates whether to use primary axis for series drawing.
 void setvalues(ixlsrange value)
          values range for the series.
 
method detail

getvalues

ixlsrange getvalues()
values range for the series.

setvalues

void setvalues(ixlsrange value)
values range for the series.

getcategorylabels

ixlsrange getcategorylabels()
category labels for the series.

getbubbles

ixlsrange getbubbles()
bubble sizes for the series.

setbubbles

void setbubbles(ixlsrange value)
bubble sizes for the series.

getname

java.lang.string getname()
name of the series.

getnamedrange

cellrange getnamedrange()
series name range for the series.

getuseprimaryaxis

boolean getuseprimaryaxis()
indicates whether to use primary axis for series drawing.

setuseprimaryaxis

void setuseprimaryaxis(boolean value)
indicates whether to use primary axis for series drawing.

getdatapoints

ichartdatapoints getdatapoints()
returns collection of data points. read-only.

getformat

ichartseriedataformat getformat()
returns format of current serie.

getserietype

excelcharttype getserietype()
represents serie type.

setserietype

void setserietype(excelcharttype value)
represents serie type.

getentereddirectlyvalues

java.lang.object[] getentereddirectlyvalues()
represents value as entered directly.

setentereddirectlyvalues

void setentereddirectlyvalues(java.lang.object[] value)
represents value as entered directly.

getentereddirectlycategorylabels

java.lang.object[] getentereddirectlycategorylabels()
represents category values as entered directly.

setentereddirectlycategorylabels

void setentereddirectlycategorylabels(java.lang.object[] value)
represents category values as entered directly.

getentereddirectlybubbles

java.lang.object[] getentereddirectlybubbles()
represents bubble values as entered directly.

setentereddirectlybubbles

void setentereddirectlybubbles(java.lang.object[] value)
represents bubble values as entered directly.

geterrorbarsy

icharterrorbars geterrorbarsy()
represents y error bars. read only.

haserrorbarsy

boolean haserrorbarsy()
indicates if serie contains y error bars.

haserrorbarsy

void haserrorbarsy(boolean value)
indicates if serie contains y error bars.

geterrorbarsx

icharterrorbars geterrorbarsx()
represents x error bars. read only.

haserrorbarsx

boolean haserrorbarsx()
indicates if serie contains x error bars.

haserrorbarsx

void haserrorbarsx(boolean value)
indicates if serie contains x error bars.

gettrendlines

icharttrendlines gettrendlines()
represents serie trend lines collection. read only.

errorbar

icharterrorbars errorbar(boolean bisy)
creates error bar object.
parameters:
bisy - if true - on y axis; otherwise on x axis.
returns:
return error bar objcet.

errorbar

icharterrorbars errorbar(boolean bisy,
                          include)
creates error bar object.
parameters:
bisy - if true - on y axis; otherwise on x axis.
include - represents include type.
returns:
return error bar objcet.

errorbar

icharterrorbars errorbar(boolean bisy,
                          include,
                          type)
creates error bar object.
parameters:
bisy - if true - on y axis; otherwise on x axis.
include - represents include type.
type - represents error bar type.
returns:
return error bar objcet.

errorbar

icharterrorbars errorbar(boolean bisy,
                          include,
                          type,
                         double numbervalue)
creates error bar object.
parameters:
bisy - if true - on y axis; otherwise on x axis.
include - represents include type.
type - represents error bar type.
numbervalue - represents number value.
returns:
return error bar objcet.

errorbar

icharterrorbars errorbar(boolean bisy,
                         ixlsrange plusrange,
                         ixlsrange minusrange)
sets custom error bar type.
parameters:
bisy - if true - on y axis; otherwise on x axis.
plusrange - represents plus range.
minusrange - represents minus range.
returns:
returns error bar object.


网站地图