|
|||||||||
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.shapes.xlsshape
com.spire.xls.core.spreadsheet.shapes.xlschartshape
com.spire.xls.chart
public class chart
constructor summary | |
---|---|
chart(java.lang.object parent)
|
method summary | |
---|---|
chartarea |
getchartarea()
returns a chart area object that represents the complete chart area for the chart |
charttextarea |
getcharttitlearea()
gets title text area. |
cellrange |
getdatarange()
data range for the chart series. |
chartdatatable |
getdatatable()
returns a data table object that represents the chart data table. |
chartwallorfloor |
getfloor()
returns a floor object that represents the floor of the 3-d chart. |
chartlegend |
getlegend()
represents chart legend. |
chartpagesetup |
getpagesetup()
page setup for the chart. |
chartplotarea |
getplotarea()
returns a plot area object that represents the plot area of a chart. |
chartcategoryaxis |
getprimarycategoryaxis()
returns primary category axis. |
chartseriesaxis |
getprimaryserieaxis()
returns primary series axis. |
chartvalueaxis |
getprimaryvalueaxis()
returns primary value axis. |
chartcategoryaxis |
getsecondarycategoryaxis()
returns secondary category axis. |
chartvalueaxis |
getsecondaryvalueaxis()
returns secondary value axis. |
chartseries |
getseries()
returns an object that represents either a single series (a series object) or a collection of all the series (a series collection collection) in the chart or chart group. |
java.lang.object |
getsheet()
worksheet which contains the chart. |
chartwallorfloor |
getwalls()
represents chart walls. |
workbook |
getworkbook()
workbook contains the chart. |
void |
setdatarange(cellrange datarange)
sets data range for the chart series. |
methods inherited from class com.spire.xls.core.spreadsheet.shapes.xlsshape |
---|
deepclone, getalternativetext, getalternativetexttitle, getautosize, getbottomrowoffset, getfill, getheight, gethtmlstring, getid, getleft, getleftcolumnoffset, getline, getname, getonaction, getresizebehave, getrightcolumnoffset, getshadow, getshapeid, getshapetype, getthreed, gettop, gettoprowoffset, getupdatepositions, getvisible, getvmlshape, getwidth, hasfill, hasfill, haslineformat, haslineformat, isfliph, isfliph, isflipv, isflipv, isgroup, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, isrelative, isrelative, remove, scale, setalternativetext, setalternativetexttitle, setautosize, setbottomrowoffset, setheight, sethtmlstring, setleft, setleftcolumnoffset, setname, setonaction, setresizebehave, setrightcolumnoffset, setshapetype, settop, settoprowoffset, setupdatepositions, setvisible, setwidth |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
methods inherited from interface com.spire.xls.core.ishape |
---|
getalternativetext, getfill, getheight, gethtmlstring, getid, getleft, getname, getonaction, getresizebehave, getshadow, getshapetype, getthreed, gettop, getvisible, getwidth, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, remove, scale, setheight, sethtmlstring, setname, setonaction, setresizebehave, settop, setvisible, setwidth |
methods inherited from interface com.spire.xls.core.ichart |
---|
getname |
constructor detail |
---|
public chart(java.lang.object parent)
method detail |
---|
public chartseries getseries()
getseries
in class xlschartshape
public charttextarea getcharttitlearea()
getcharttitlearea
in class xlschartshape
public chartarea getchartarea()
getchartarea
in interface ichart
getchartarea
in class xlschartshape
public cellrange getdatarange()
getdatarange
in interface ichart
getdatarange
in class xlschartshape
public void setdatarange(cellrange datarange)
public chartdatatable getdatatable()
getdatatable
in interface ichart
getdatatable
in class xlschartshape
public chartwallorfloor getfloor()
getfloor
in interface ichart
getfloor
in class xlschartshape
public chartlegend getlegend()
getlegend
in interface ichart
getlegend
in class xlschartshape
public chartpagesetup getpagesetup()
getpagesetup
in interface ichart
getpagesetup
in class xlschartshape
public chartplotarea getplotarea()
getplotarea
in interface ichart
getplotarea
in class xlschartshape
public chartcategoryaxis getprimarycategoryaxis()
getprimarycategoryaxis
in interface ichart
getprimarycategoryaxis
in class xlschartshape
public chartvalueaxis getprimaryvalueaxis()
getprimaryvalueaxis
in interface ichart
getprimaryvalueaxis
in class xlschartshape
public chartseriesaxis getprimaryserieaxis()
getprimaryserieaxis
in interface ichart
getprimaryserieaxis
in class xlschartshape
public chartcategoryaxis getsecondarycategoryaxis()
getsecondarycategoryaxis
in interface ichart
getsecondarycategoryaxis
in class xlschartshape
public chartvalueaxis getsecondaryvalueaxis()
getsecondaryvalueaxis
in interface ichart
getsecondaryvalueaxis
in class xlschartshape
public workbook getworkbook()
public chartwallorfloor getwalls()
getwalls
in interface ichart
getwalls
in class xlschartshape
public java.lang.object getsheet()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |