|
|||||||||
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.xlsworksheetbase
com.spire.xls.core.spreadsheet.charts.xlschart
public class xlschart
constructor summary | |
---|---|
xlschart(java.lang.object parent)
|
method summary | |
---|---|
boolean |
canchartbubblelabel()
returns true if chart can have bubble data labels. |
boolean |
cancharthaveserieslines()
returns true if chart can have series lines. |
boolean |
canchartpercentagelabel()
returns true if chart can have percentage data labels. |
boolean |
checkforsupportgridline()
chacks for existing gridlines in chart. |
xlschart |
deepclone(java.util.hashmap hashnewnames,
java.lang.object parent,
java.util.hashmap dicfontindexes)
clones current instance. |
java.lang.object |
deepclone(java.lang.object parent)
clones current instance. |
boolean |
getautoscaling()
true if microsoft excel scales a 3-d chart so that it's closer in size to the equivalent 2-d chart. |
java.lang.string |
getcategoryaxistitle()
title of the category axis. |
ichartframeformat |
getchartarea()
returns an object that represents the complete chart area for the chart. |
java.lang.string |
getchartstarttype()
returns start type of chart type. |
java.lang.string |
getcharttitle()
title of the chart. |
ifont |
getcharttitlefont()
returns object that describes chart title area. |
excelcharttype |
getcharttype()
type of the chart. |
ixlsrange |
getdatarange()
datarange for the chart series. |
ichartdatatable |
getdatatable()
represents charts datatable object. |
chartlinepatterntype |
getdefaultlinepattern()
returns default line pattern for the chart. |
int |
getdepthpercent()
returns or sets the depth of a 3-d chart as a percentage of the chart width (between 20 and 2000 percent). |
excelcharttype |
getdestinationtype()
gets chart type after type change. |
boolean |
getdisplayaxisfieldbuttons()
gets or sets a value indicating whether [show axis field buttons]. |
chartplotemptytype |
getdisplayblanksas()
represents the way that blank cells are plotted on a chart. |
boolean |
getdisplayentirefieldbuttons()
gets or sets a value indicating whether [show all field buttons]. |
boolean |
getdisplaylegendfieldbuttons()
gets or sets a value indicating whether [show legend field buttons]. |
boolean |
getdisplayvaluefieldbuttons()
gets or sets a value indicating whether [show value field buttons]. |
int |
getelevation()
returns or sets the elevation of the 3-d chart view, in degrees (?0 to 90 degrees). |
ichartwallorfloor |
getfloor()
represents chart floor. |
fontwrapper |
getfont()
gets font which used for displaying axis text . |
int |
getgapdepth()
returns or sets the distance between the data series in a 3-d chart, as a percentage of the marker width.( 0 - 500 ) |
double |
getheight()
height of the chart in points (1/72 inch). |
int |
getheightpercent()
returns or sets the height of a 3-d chart as a percentage of the chart width (between 5 and 500 percent). |
ichartlegend |
getlegend()
represents chart legend. |
boolean |
getneeddataformat()
returns true if chart needs data format to be saved. |
boolean |
getneeddropbar()
returns true if chart needs drop bars to be saved. |
boolean |
getneedmarkerformat()
returns true if chart needs marker format to be saved. |
boolean |
getnoplotarea()
returns true if chart has no plot area. |
ichartpagesetup |
getpagesetup()
page setup for the chart. |
int |
getperspective()
returns or sets the perspective for the 3-d chart view (0 to 100). |
excelcharttype |
getpivotcharttype()
gets or sets the type of the pivot chart. |
pivottable |
getpivottable()
gets or sets the pivot source. |
ichartframeformat |
getplotarea()
returns plot area frame format. |
boolean |
getplotvisibleonly()
true if only visible cells are plotted. |
ichartcategoryaxis |
getprimarycategoryaxis()
primary category axis. |
ichartseriesaxis |
getprimaryserieaxis()
primary serie axis. |
ichartvalueaxis |
getprimaryvalueaxis()
primary value axis. |
boolean |
getrightangleaxes()
true if the chart axes are at right angles, independent of chart rotation or elevation. |
int |
getrotation()
returns or sets the rotation of the 3-d chart view (the rotation of the plot area around the z-axis, in degrees).(0 to 360 degrees). |
ichartcategoryaxis |
getsecondarycategoryaxis()
secondary category axis. |
java.lang.string |
getsecondarycategoryaxistitle()
title of the secondary category axis. |
ichartvalueaxis |
getsecondaryvalueaxis()
secondary value axis. |
java.lang.string |
getsecondaryvalueaxistitle()
title of the secondary value axis. |
java.lang.string |
getseriesaxistitle()
title of the series axis. |
boolean |
getseriesdatafromrange()
true if series are in rows in datarange; false otherwise. |
boolean |
getshowreportfilterfieldbuttons()
gets or sets a value indicating whether [show report filter field buttons]. |
boolean |
getsizewithwindow()
true if microsoft excel resizes the chart to match the size of the chart sheet window. |
int |
getstyle()
style index for excel 2007 chart. |
boolean |
getsupportwallsandfloor()
indicates whether this chart supports walls and floor. |
java.lang.string |
getvalueaxistitle()
title of the value axis. |
ichartwallorfloor |
getwalls()
represents chart walls. |
boolean |
getwallsandgridlines2d()
true if gridlines are drawn two-dimensionally on a 3-d chart. |
double |
getwidth()
width of the chart in points (1/72 inch). |
double |
getxpos()
x coordinate of the upper-left corner of the chart in points (1/72 inch). |
double |
getypos()
y coordinate of the upper-left corner of the chart in points (1/72 inch). |
boolean |
getzoomtofit()
gets or sets zoomtofit value. |
boolean |
haschartarea()
indicates whether chart has chart area. |
void |
haschartarea(boolean value)
indicates whether chart has chart area. |
boolean |
hascharttitle()
indicates wheather the chart has title |
boolean |
hasdatatable()
true if the chart has a data table. |
void |
hasdatatable(boolean value)
true if the chart has a data table. |
boolean |
hasfloor()
gets value indicating whether floor object was created. |
boolean |
haslegend()
true if the chart has a legend object. |
void |
haslegend(boolean value)
true if the chart has a legend object. |
boolean |
haspivottable()
indicates whether contains pivot table. |
boolean |
hasplotarea()
indicates whether chart has plot area. |
void |
hasplotarea(boolean value)
indicates whether chart has plot area. |
boolean |
haswalls()
gets value indicating whether floor object was created. |
boolean |
iscategoryaxisavail()
indicates whether chart has a category axis. |
boolean |
ischart_100()
returns true if chart is 100%. |
boolean |
ischart3d()
returns true if chart is 3d. |
boolean |
ischartbar()
returns true if chart is a bar chart. |
boolean |
ischartbubble()
returns true if chart is a bubble chart. |
boolean |
ischartcone()
returns true if chart is a conical shape. |
boolean |
ischartcylinder()
returns true if chart is a cylinder shape. |
boolean |
ischartdoughnut()
returns true if chart is a doughnut chart. |
boolean |
ischartexploded()
returns true if chart is exploded. |
boolean |
ischartfloor()
returns true if chart has floor. |
boolean |
ischartline()
returns true if chart is line. |
boolean |
ischartpie()
returns true if chart is a pie chart. |
boolean |
ischartpyramid()
returns true if chart is a pyramid shape. |
boolean |
ischartradar()
returns true if chart is a radar chart. |
boolean |
ischartscatter()
returns true if chart is a scatter chart. |
boolean |
ischartsmoothedline()
returns true if chart has smoothed lines. |
boolean |
ischartstock()
returns true if this is a stock chart. |
boolean |
ischartverycolor()
returns true if chart should have a different color for each series value. |
boolean |
ischartvolume()
returns true if chart is a stock chart with volume. |
boolean |
ischartwalls()
returns true if chart has walls. |
boolean |
isclustered()
returns true if chart is a clustered chart. |
boolean |
isembeded()
gets value indicating whether chart is embeded into worksheet. |
boolean |
isperspective()
returns true if chart has perspective. |
boolean |
ispivot3dchart()
gets a value indicating whether this instance is pivot 3d chart . |
boolean |
issecondaryaxes()
returns true if at least one of the secondary axes is present. |
void |
issecondaryaxes(boolean value)
returns true if at least one of the secondary axes is present. |
boolean |
isserieslines()
returns true if chart has series lines. |
boolean |
isspecialdatalabels()
returns true if chart needs special data labels serialization. |
boolean |
isstacked()
returns true if chart is stacked. |
boolean |
isvalueaxisavail()
indicates whehter chart has a value axis. |
void |
setautoscaling(boolean value)
true if microsoft excel scales a 3-d chart so that it's closer in size to the equivalent 2-d chart. |
void |
setcategoryaxistitle(java.lang.string value)
title of the category axis. |
void |
setcharttitle(java.lang.string value)
title of the chart. |
void |
setcharttype(excelcharttype value)
type of the chart. |
void |
setdatarange(ixlsrange value)
datarange for the chart series. |
void |
setdepthpercent(int value)
returns or sets the depth of a 3-d chart as a percentage of the chart width (between 20 and 2000 percent). |
void |
setdestinationtype(excelcharttype value)
gets chart type after type change. |
void |
setdisplayaxisfieldbuttons(boolean value)
gets or sets a value indicating whether [show axis field buttons]. |
void |
setdisplayblanksas(chartplotemptytype value)
represents the way that blank cells are plotted on a chart. |
void |
setdisplayentirefieldbuttons(boolean value)
gets or sets a value indicating whether [show all field buttons]. |
void |
setdisplaylegendfieldbuttons(boolean value)
gets or sets a value indicating whether [show legend field buttons]. |
void |
setdisplayvaluefieldbuttons(boolean value)
gets or sets a value indicating whether [show value field buttons]. |
void |
setelevation(int value)
returns or sets the elevation of the 3-d chart view, in degrees (?0 to 90 degrees). |
void |
setgapdepth(int value)
returns or sets the distance between the data series in a 3-d chart, as a percentage of the marker width.( 0 - 500 ) |
void |
setheight(double value)
height of the chart in points (1/72 inch). |
void |
setheightpercent(int value)
returns or sets the height of a 3-d chart as a percentage of the chart width (between 5 and 500 percent). |
void |
setperspective(int value)
returns or sets the perspective for the 3-d chart view (0 to 100). |
void |
setpivotcharttype(excelcharttype value)
gets or sets the type of the pivot chart. |
void |
setpivottable(pivottable value)
gets or sets the pivot source. |
void |
setplotvisibleonly(boolean value)
true if only visible cells are plotted. |
void |
setrightangleaxes(boolean value)
true if the chart axes are at right angles, independent of chart rotation or elevation. |
void |
setrotation(int value)
returns or sets the rotation of the 3-d chart view (the rotation of the plot area around the z-axis, in degrees).(0 to 360 degrees). |
void |
setsecondarycategoryaxistitle(java.lang.string value)
title of the secondary category axis. |
void |
setsecondaryvalueaxistitle(java.lang.string value)
title of the secondary value axis. |
void |
setseriesaxistitle(java.lang.string value)
title of the series axis. |
void |
setseriesdatafromrange(boolean value)
true if series are in rows in datarange; false otherwise. |
void |
setshowreportfilterfieldbuttons(boolean value)
gets or sets a value indicating whether [show report filter field buttons]. |
void |
setsizewithwindow(boolean value)
true if microsoft excel resizes the chart to match the size of the chart sheet window. |
void |
setstyle(int value)
style index for excel 2007 chart. |
void |
settodefaultgridlines(excelcharttype type)
sets to default chart grid lines on chart type or serie type changing. |
void |
setvalueaxistitle(java.lang.string value)
title of the value axis. |
void |
setwallsandgridlines2d(boolean value)
true if gridlines are drawn two-dimensionally on a 3-d chart. |
void |
setwidth(double value)
width of the chart in points (1/72 inch). |
void |
setxpos(double value)
x coordinate of the upper-left corner of the chart in points (1/72 inch). |
void |
setypos(double value)
y coordinate of the upper-left corner of the chart in points (1/72 inch). |
void |
setzoomtofit(boolean value)
gets or sets zoomtofit value. |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
methods inherited from interface com.spire.xls.core.ichart |
---|
getheightfordouble, getname, getwidthfordouble |
constructor detail |
---|
public xlschart(java.lang.object parent)
method detail |
---|
public excelcharttype getcharttype()
getcharttype
in interface ichart
public void setcharttype(excelcharttype value)
setcharttype
in interface ichart
public ixlsrange getdatarange()
getdatarange
in interface ichart
public void setdatarange(ixlsrange value)
setdatarange
in interface ichart
public boolean getseriesdatafromrange()
getseriesdatafromrange
in interface ichart
public void setseriesdatafromrange(boolean value)
setseriesdatafromrange
in interface ichart
public ichartpagesetup getpagesetup()
getpagesetup
in interface ichart
public double getxpos()
getxpos
in interface ichart
public void setxpos(double value)
public double getypos()
getypos
in interface ichart
public void setypos(double value)
public double getwidth()
public void setwidth(double value)
public double getheight()
public void setheight(double value)
public ichartcategoryaxis getprimarycategoryaxis()
getprimarycategoryaxis
in interface ichart
public ichartvalueaxis getprimaryvalueaxis()
getprimaryvalueaxis
in interface ichart
public ichartseriesaxis getprimaryserieaxis()
getprimaryserieaxis
in interface ichart
public ichartcategoryaxis getsecondarycategoryaxis()
getsecondarycategoryaxis
in interface ichart
public ichartvalueaxis getsecondaryvalueaxis()
getsecondaryvalueaxis
in interface ichart
public ichartframeformat getchartarea()
getchartarea
in interface ichart
public ichartframeformat getplotarea()
getplotarea
in interface ichart
public ichartwallorfloor getwalls()
getwalls
in interface ichart
public ichartwallorfloor getfloor()
getfloor
in interface ichart
public ichartdatatable getdatatable()
getdatatable
in interface ichart
public boolean hasdatatable()
hasdatatable
in interface ichart
public void hasdatatable(boolean value)
hasdatatable
in interface ichart
public ichartlegend getlegend()
getlegend
in interface ichart
public boolean haslegend()
haslegend
in interface ichart
public void haslegend(boolean value)
haslegend
in interface ichart
public int getrotation()
getrotation
in interface ichart
public void setrotation(int value)
setrotation
in interface ichart
public int getelevation()
getelevation
in interface ichart
public void setelevation(int value)
setelevation
in interface ichart
public int getperspective()
getperspective
in interface ichart
public void setperspective(int value)
setperspective
in interface ichart
public int getheightpercent()
getheightpercent
in interface ichart
public void setheightpercent(int value)
setheightpercent
in interface ichart
public int getdepthpercent()
getdepthpercent
in interface ichart
public void setdepthpercent(int value)
setdepthpercent
in interface ichart
public excelcharttype getdestinationtype()
public void setdestinationtype(excelcharttype value)
public int getgapdepth()
getgapdepth
in interface ichart
public void setgapdepth(int value)
setgapdepth
in interface ichart
public boolean getrightangleaxes()
getrightangleaxes
in interface ichart
public void setrightangleaxes(boolean value)
setrightangleaxes
in interface ichart
public boolean getautoscaling()
getautoscaling
in interface ichart
public void setautoscaling(boolean value)
setautoscaling
in interface ichart
public boolean getwallsandgridlines2d()
getwallsandgridlines2d
in interface ichart
public void setwallsandgridlines2d(boolean value)
setwallsandgridlines2d
in interface ichart
public boolean hasplotarea()
hasplotarea
in interface ichart
public void hasplotarea(boolean value)
hasplotarea
in interface ichart
public chartplotemptytype getdisplayblanksas()
getdisplayblanksas
in interface ichart
public void setdisplayblanksas(chartplotemptytype value)
setdisplayblanksas
in interface ichart
public boolean getplotvisibleonly()
getplotvisibleonly
in interface ichart
public void setplotvisibleonly(boolean value)
setplotvisibleonly
in interface ichart
public boolean getsizewithwindow()
getsizewithwindow
in interface ichart
public void setsizewithwindow(boolean value)
setsizewithwindow
in interface ichart
public pivottable getpivottable()
getpivottable
in interface ichart
public void setpivottable(pivottable value)
setpivottable
in interface ichart
public excelcharttype getpivotcharttype()
getpivotcharttype
in interface ichart
public void setpivotcharttype(excelcharttype value)
setpivotcharttype
in interface ichart
public boolean getdisplayentirefieldbuttons()
getdisplayentirefieldbuttons
in interface ichart
public void setdisplayentirefieldbuttons(boolean value)
setdisplayentirefieldbuttons
in interface ichart
public boolean getdisplayvaluefieldbuttons()
getdisplayvaluefieldbuttons
in interface ichart
public void setdisplayvaluefieldbuttons(boolean value)
setdisplayvaluefieldbuttons
in interface ichart
public boolean getdisplayaxisfieldbuttons()
getdisplayaxisfieldbuttons
in interface ichart
public void setdisplayaxisfieldbuttons(boolean value)
setdisplayaxisfieldbuttons
in interface ichart
public boolean getdisplaylegendfieldbuttons()
getdisplaylegendfieldbuttons
in interface ichart
public void setdisplaylegendfieldbuttons(boolean value)
setdisplaylegendfieldbuttons
in interface ichart
public boolean getshowreportfilterfieldbuttons()
getshowreportfilterfieldbuttons
in interface ichart
public void setshowreportfilterfieldbuttons(boolean value)
setshowreportfilterfieldbuttons
in interface ichart
public boolean canchartbubblelabel()
public boolean cancharthaveserieslines()
public boolean canchartpercentagelabel()
public java.lang.string getcategoryaxistitle()
public void setcategoryaxistitle(java.lang.string value)
public java.lang.string getchartstarttype()
public java.lang.string getcharttitle()
public void setcharttitle(java.lang.string value)
public ifont getcharttitlefont()
public chartlinepatterntype getdefaultlinepattern()
public fontwrapper getfont()
public boolean iscategoryaxisavail()
public boolean ischart_100()
public boolean ischart3d()
public boolean ischartbar()
public boolean ischartbubble()
public boolean ischartcone()
public boolean ischartcylinder()
public boolean ischartdoughnut()
public boolean ischartexploded()
public boolean ischartfloor()
public boolean ischartline()
public boolean ischartpie()
public boolean ischartpyramid()
public boolean ischartradar()
public boolean ischartscatter()
public boolean ischartsmoothedline()
public boolean ischartstock()
public boolean ischartverycolor()
public boolean ischartvolume()
public boolean ischartwalls()
public boolean isclustered()
public boolean isembeded()
public boolean isperspective()
public boolean ispivot3dchart()
public boolean issecondaryaxes()
public void issecondaryaxes(boolean value)
public boolean isserieslines()
public boolean isspecialdatalabels()
public boolean isstacked()
public boolean isvalueaxisavail()
public boolean getneeddataformat()
public boolean getneeddropbar()
public boolean getneedmarkerformat()
public boolean getnoplotarea()
public int getstyle()
public void setstyle(int value)
public boolean getsupportwallsandfloor()
public boolean getzoomtofit()
public void setzoomtofit(boolean value)
public java.lang.string getsecondarycategoryaxistitle()
public void setsecondarycategoryaxistitle(java.lang.string value)
public java.lang.string getsecondaryvalueaxistitle()
public void setsecondaryvalueaxistitle(java.lang.string value)
public java.lang.string getseriesaxistitle()
public void setseriesaxistitle(java.lang.string value)
public java.lang.string getvalueaxistitle()
public void setvalueaxistitle(java.lang.string value)
public boolean haschartarea()
public void haschartarea(boolean value)
public boolean hascharttitle()
public boolean hasfloor()
public boolean haswalls()
public boolean haspivottable()
public boolean checkforsupportgridline()
public xlschart deepclone(java.util.hashmap hashnewnames, java.lang.object parent, java.util.hashmap dicfontindexes)
hashnewnames
- hash table with new worksheet names.parent
- parent object.dicfontindexes
- dictionary with new font indexes.
public java.lang.object deepclone(java.lang.object parent)
deepclone
in class xlsworksheetbase
parent
- parent object.
public void settodefaultgridlines(excelcharttype type)
type
- represents type to change.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |