|
|||||||||
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.xlschartserie
public class xlschartserie
constructor summary | |
---|---|
xlschartserie(java.lang.object parent)
|
method summary | |
---|---|
xlschartserie |
deepclone(java.lang.object parent,
java.util.hashmap newnames,
java.util.hashmap fontindexes)
clone current instance. |
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. |
int |
getchartgroup()
index of the chart group. |
xlschartformat |
getcommonserieformat()
gets common serie format. |
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. |
int |
getindex()
represents index of the series. |
java.lang.boolean |
getinvertnegacolor()
indicates wheter to invert its colors if the value is negative. |
java.lang.string |
getname()
gets name of the series. |
cellrange |
getnamedrange()
series name range for the series. |
java.lang.string |
getnameorformula()
gets series name or formula value (not actual string value). |
int |
getnumber()
number of the series. |
xlschartseries |
getparentseries()
gets parent serie collection. |
int |
getpointnumber()
returns number of points in the series. |
int |
getrealindex()
synonym for index property. |
ixlsrange |
getserienamerange()
gets serie name range. |
excelcharttype |
getserietype()
represents serie type. |
java.lang.string |
getstarttype()
returns serie start 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 |
setcategorylabels(ixlsrange value)
category labels for the series. |
void |
setdefaultname(java.lang.string defaultname)
sets default serie name. |
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 |
setinvertnegacolor(java.lang.boolean value)
indicates wheter to invert its colors if the value is negative. |
void |
setname(java.lang.string name)
sets name of the series. |
void |
setserietype(excelcharttype serietype)
sets serie type. |
void |
setuseprimaryaxis(boolean useprimaryaxis)
indicates whether to use primary axis for series drawing. |
void |
setvalues(ixlsrange value)
values range for the series. |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
constructor detail |
---|
public xlschartserie(java.lang.object parent)
method detail |
---|
public int getchartgroup()
public ixlsrange getvalues()
getvalues
in interface ichartserie
public void setvalues(ixlsrange value)
setvalues
in interface ichartserie
public ixlsrange getcategorylabels()
getcategorylabels
in interface ichartserie
public void setcategorylabels(ixlsrange value)
public ixlsrange getbubbles()
getbubbles
in interface ichartserie
public void setbubbles(ixlsrange value)
setbubbles
in interface ichartserie
public java.lang.string getname()
getname
in interface ichartserie
public void setname(java.lang.string name)
public cellrange getnamedrange()
getnamedrange
in interface ichartserie
public java.lang.string getnameorformula()
public int getnumber()
public xlschartseries getparentseries()
public boolean getuseprimaryaxis()
getuseprimaryaxis
in interface ichartserie
public void setuseprimaryaxis(boolean useprimaryaxis)
setuseprimaryaxis
in interface ichartserie
public ichartdatapoints getdatapoints()
getdatapoints
in interface ichartserie
public int getpointnumber()
public int getrealindex()
public ichartseriedataformat getformat()
getformat
in interface ichartserie
public excelcharttype getserietype()
getserietype
in interface ichartserie
public void setserietype(excelcharttype serietype)
setserietype
in interface ichartserie
public java.lang.string getstarttype()
public java.lang.object[] getentereddirectlyvalues()
getentereddirectlyvalues
in interface ichartserie
public void setentereddirectlyvalues(java.lang.object[] value)
setentereddirectlyvalues
in interface ichartserie
public java.lang.object[] getentereddirectlycategorylabels()
getentereddirectlycategorylabels
in interface ichartserie
public void setentereddirectlycategorylabels(java.lang.object[] value)
setentereddirectlycategorylabels
in interface ichartserie
public java.lang.object[] getentereddirectlybubbles()
getentereddirectlybubbles
in interface ichartserie
public void setentereddirectlybubbles(java.lang.object[] value)
setentereddirectlybubbles
in interface ichartserie
public icharterrorbars geterrorbarsy()
geterrorbarsy
in interface ichartserie
public boolean haserrorbarsy()
haserrorbarsy
in interface ichartserie
public void haserrorbarsy(boolean value)
haserrorbarsy
in interface ichartserie
public icharterrorbars geterrorbarsx()
geterrorbarsx
in interface ichartserie
public boolean haserrorbarsx()
haserrorbarsx
in interface ichartserie
public void haserrorbarsx(boolean value)
haserrorbarsx
in interface ichartserie
public icharttrendlines gettrendlines()
gettrendlines
in interface ichartserie
public java.lang.boolean getinvertnegacolor()
public void setinvertnegacolor(java.lang.boolean value)
public int getindex()
public xlschartserie deepclone(java.lang.object parent, java.util.hashmap newnames, java.util.hashmap fontindexes)
parent
- parent object.newnames
- hash table with new worksheet names.fontindexes
- dictionary with new font indexes.
public icharterrorbars errorbar(boolean bisy)
errorbar
in interface ichartserie
bisy
- if true - on y axis; otherwise on x axis.
public icharterrorbars errorbar(boolean bisy, include)
errorbar
in interface ichartserie
bisy
- if true - on y axis; otherwise on x axis.include
- represents include type.
public icharterrorbars errorbar(boolean bisy, include, type)
errorbar
in interface ichartserie
bisy
- if true - on y axis; otherwise on x axis.include
- represents include type.type
- represents error bar type.
public icharterrorbars errorbar(boolean bisy, include, type, double numbervalue)
errorbar
in interface ichartserie
bisy
- if true - on y axis; otherwise on x axis.include
- represents include type.type
- represents error bar type.numbervalue
- represents number value.
public icharterrorbars errorbar(boolean bisy, ixlsrange plusrange, ixlsrange minusrange)
errorbar
in interface ichartserie
bisy
- if true - on y axis; otherwise on x axis.plusrange
- represents plus range.minusrange
- represents minus range.
public xlschartformat getcommonserieformat()
public ixlsrange getserienamerange()
public void setdefaultname(java.lang.string defaultname)
defaultname
- represents serie name.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |