chart-ag凯发旗舰厅



com.spire.xls
class chart

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.shapes.xlsshape
          extended by com.spire.xls.core.spreadsheet.shapes.xlschartshape
              extended by com.spire.xls.chart
all implemented interfaces:
ichart, ichartshape, ishape

public class chart
extends xlschartshape

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.xlschartshape
deepclone, getautoscaling, getbottomrow, getcategoryaxistitle, getcharttitle, getcharttype, getcheckboxes, getcodename, getcomboboxes, getdepthpercent, getdisplayaxisfieldbuttons, getdisplayblanksas, getdisplayentirefieldbuttons, getdisplaylegendfieldbuttons, getdisplayvaluefieldbuttons, getelevation, getgapdepth, getheightfordouble, getheightpercent, getleftcolumn, getperspective, getpivotcharttype, getpivottable, getplotvisibleonly, getrightangleaxes, getrightcolumn, getrotation, getsecondarycategoryaxistitle, getsecondaryvalueaxistitle, getseriesaxistitle, getseriesdatafromrange, getshapes, getshowreportfilterfieldbuttons, getsizewithwindow, getsupportwallsandfloor, gettextboxes, gettoprow, getvalueaxistitle, getwallsandgridlines2d, getwidthfordouble, getxpos, getypos, haschartarea, haschartarea, hascharttitle, hasdatatable, hasdatatable, hasfloor, haslegend, haslegend, haspivottable, hasplotarea, hasplotarea, haswalls, isrighttoleft, isrighttoleft, setautoscaling, setbottomrow, setcategoryaxistitle, setcharttitle, setcharttype, setdatarange, setdepthpercent, setdisplayaxisfieldbuttons, setdisplayblanksas, setdisplayentirefieldbuttons, setdisplaylegendfieldbuttons, setdisplayvaluefieldbuttons, setelevation, setgapdepth, setheight, setheightpercent, setleftcolumn, setperspective, setpivotcharttype, setpivottable, setplotvisibleonly, setrightangleaxes, setrightcolumn, setrotation, setsecondarycategoryaxistitle, setsecondaryvalueaxistitle, setseriesaxistitle, setseriesdatafromrange, setshowreportfilterfieldbuttons, setsizewithwindow, settoprow, setvalueaxistitle, setwallsandgridlines2d, setwidth, setxpos, setypos
 
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

chart

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

getseries

public 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.
overrides:
getseries in class xlschartshape

getcharttitlearea

public charttextarea getcharttitlearea()
gets title text area. read-only.
overrides:
getcharttitlearea in class xlschartshape

getchartarea

public chartarea getchartarea()
returns a chart area object that represents the complete chart area for the chart
specified by:
getchartarea in interface ichart
overrides:
getchartarea in class xlschartshape

getdatarange

public cellrange getdatarange()
data range for the chart series.
specified by:
getdatarange in interface ichart
overrides:
getdatarange in class xlschartshape

setdatarange

public void setdatarange(cellrange datarange)
sets data range for the chart series.

getdatatable

public chartdatatable getdatatable()
returns a data table object that represents the chart data table.
specified by:
getdatatable in interface ichart
overrides:
getdatatable in class xlschartshape

getfloor

public chartwallorfloor getfloor()
returns a floor object that represents the floor of the 3-d chart.
specified by:
getfloor in interface ichart
overrides:
getfloor in class xlschartshape

getlegend

public chartlegend getlegend()
represents chart legend.
specified by:
getlegend in interface ichart
overrides:
getlegend in class xlschartshape

getpagesetup

public chartpagesetup getpagesetup()
page setup for the chart.
specified by:
getpagesetup in interface ichart
overrides:
getpagesetup in class xlschartshape

getplotarea

public chartplotarea getplotarea()
returns a plot area object that represents the plot area of a chart.
specified by:
getplotarea in interface ichart
overrides:
getplotarea in class xlschartshape

getprimarycategoryaxis

public chartcategoryaxis getprimarycategoryaxis()
returns primary category axis.
specified by:
getprimarycategoryaxis in interface ichart
overrides:
getprimarycategoryaxis in class xlschartshape

getprimaryvalueaxis

public chartvalueaxis getprimaryvalueaxis()
returns primary value axis.
specified by:
getprimaryvalueaxis in interface ichart
overrides:
getprimaryvalueaxis in class xlschartshape

getprimaryserieaxis

public chartseriesaxis getprimaryserieaxis()
returns primary series axis. read-only.
specified by:
getprimaryserieaxis in interface ichart
overrides:
getprimaryserieaxis in class xlschartshape

getsecondarycategoryaxis

public chartcategoryaxis getsecondarycategoryaxis()
returns secondary category axis.
specified by:
getsecondarycategoryaxis in interface ichart
overrides:
getsecondarycategoryaxis in class xlschartshape

getsecondaryvalueaxis

public chartvalueaxis getsecondaryvalueaxis()
returns secondary value axis. read-only.
specified by:
getsecondaryvalueaxis in interface ichart
overrides:
getsecondaryvalueaxis in class xlschartshape

getworkbook

public workbook getworkbook()
workbook contains the chart.

getwalls

public chartwallorfloor getwalls()
represents chart walls.
specified by:
getwalls in interface ichart
overrides:
getwalls in class xlschartshape

getsheet

public java.lang.object getsheet()
worksheet which contains the chart.


网站地图