|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ichart
represents a ichart.
method summary | |
---|---|
void |
dispose()
dispose object and free resources. |
java.lang.string |
getalternativetext()
gets or sets the alternative text associated with a shape. |
chartwallsorfloor |
getbackwall()
gets the back wall of a 3d chart. |
int |
getbubblescale()
gets or sets the bubblescale. |
chartcategorycollection |
getcategories()
gets chart's categories. |
chartdata |
getchartdata()
data associated with a chart. |
chartdatatable |
getchartdatatable()
gets a data table of a chart. |
chartlegend |
getchartlegend()
gets or sets a legend for a chart. |
chartstyle |
getchartstyle()
gets or sets the chart style. |
charttextarea |
getcharttitle()
gets or sets a chart title |
clickhyperlink |
getclick()
gets or sets the hyperlink defined for mouse click. |
displayblanksastype |
getdisplayblanksas()
gets or sets the way to plot blank cells on a chart. |
effectdag |
geteffect()
gets effects used for a chart. |
formatthreed |
geteffect3d()
gets 3d format of a chart. |
effectdag |
geteffectdag()
gets the effectformat object which contains pixel effects applied to a shape. |
fillformat |
getfill()
gets the fillformat object that contains fill formatting properties for a shape. |
chartwallsorfloor |
getfloor()
gets the floor of a 3d chart. |
graphicframe |
getframe()
gets or sets the shape frame's properties. |
int |
getgapdepth()
gets or sets the distance, as a percentage of the marker width, between the data series in a 3d chart. |
int |
getgapwidth()
gets or sets the space between bar or column clusters, as a percentage of the bar or column width. |
ichartgridline |
getgridline()
gets line style properties of a chart. |
float |
getheight()
gets or sets the height of the shape. |
float |
getleft()
gets or sets the x-coordinate of the upper-left corner of the shape. |
textlineformat |
getline()
gets the lineformat object that contains line formatting properties for a shape. |
clickhyperlink |
getmouseover()
gets or sets the hyperlink defined for mouse over. |
java.lang.string |
getname()
gets or sets the name of a shape. |
int |
getoverlap()
gets or sets how much bars and columns shall overlap on 2-d charts, between -100 and 100. |
activeslide |
getparent()
gets the parent slide of a shape. |
placeholderex |
getplaceholder()
gets the placeholder for a shape. |
chartplotarea |
getplotarea()
represents the plot area of a chart. |
float |
getplotareawidthofcalculated()
gets the plotareawidth of the chart after calculated. |
boolean |
getplotvisiblecellsonly()
indicates whether the only visible cells are plotted. |
presentation |
getpresentation()
gets the parent slide of a shape. |
ichartaxis |
getprimarycategoryaxis()
gets the chart's category axis |
ichartaxis |
getprimaryvalueaxis()
gets the chart's value axis. |
float |
getrotation()
gets or sets the number of degrees the specified shape is rotated around the z-axis. |
chartrotationthreed |
getrotationthreed()
gets a 3d rotation of a chart. |
ichartaxis |
getsecondarycategoryaxis()
gets the chart's second category axis. |
ichartaxis |
getsecondaryvalueaxis()
gets the chart's second value axis. |
chartseriesformatcollection |
getseries()
gets chart's series. |
graphicalnodelocking |
getshapelocking()
gets lock type of shape. |
chartwallsorfloor |
getsidewall()
gets the side wall of a 3d chart. |
activeslide |
getslide()
gets the parent slide of a shape. |
tagcollection |
gettagslist()
gets the shape's tags collection. |
formatthreed |
getthreed()
gets the threedformat object that 3d effect properties for a shape. |
float |
gettop()
gets or sets the y-coordinate of the upper-left corner of the shape. |
charttype |
gettype()
gets or sets the chart type. |
float |
getwidth()
gets or sets the width of the shape. |
int |
getzorderposition()
gets the position of a shape in the z-order. |
boolean |
hasdatatable()
indicates whether a chart has a data table. |
void |
hasdatatable(boolean value)
sets whether a chart has a data table. |
boolean |
haslegend()
indicates whether a chart has a legend. |
void |
haslegend(boolean value)
sets whether a chart has a legend. |
boolean |
hastitle()
indicates whether a chart has a visible title. |
void |
hastitle(boolean value)
sets whether a chart has a visible title. |
boolean |
isdataprotect()
indicates whether data of chart is protected. |
void |
isdataprotect(boolean value)
indicates whether data of chart is protected. |
boolean |
ishidden()
indicates whether the shape is hidden. |
void |
ishidden(boolean value)
sets whether the shape is hidden. |
boolean |
isplaceholder()
indicates whether the shape is placeholder. |
void |
removeplaceholder()
removes placeholder from the shape. |
void |
setalternativetext(java.lang.string value)
gets or sets the alternative text associated with a shape. |
void |
setbubblescale(int value)
gets or sets the bubblescale. |
void |
setchartlegend(chartlegend value)
gets or sets a legend for a chart. |
void |
setchartstyle(chartstyle value)
gets or sets the chart style. |
void |
setclick(clickhyperlink value)
gets or sets the hyperlink defined for mouse click. |
void |
setdisplayblanksas(displayblanksastype value)
gets or sets the way to plot blank cells on a chart. |
void |
setframe(graphicframe value)
sets the shape frame's properties. |
void |
setgapdepth(int value)
gets or sets the distance, as a percentage of the marker width, between the data series in a 3d chart. |
void |
setgapwidth(int value)
gets or sets the space between bar or column clusters, as a percentage of the bar or column width. |
void |
setheight(float value)
gets or sets the height of the shape. |
void |
setleft(double value)
gets or sets the x-coordinate of the upper-left corner of the shape. |
void |
setmouseover(clickhyperlink value)
gets or sets the hyperlink defined for mouse over. |
void |
setname(java.lang.string value)
gets or sets the name of a shape. |
void |
setoverlap(int value)
gets or sets how much bars and columns shall overlap on 2-d charts, between -100 and 100. |
void |
setplotvisiblecellsonly(boolean value)
sets whether the only visible cells are plotted. |
void |
setrotation(float value)
gets or sets the number of degrees the specified shape is rotated around the z-axis. |
void |
settop(double value)
gets or sets the y-coordinate of the upper-left corner of the shape. |
void |
settype(charttype value)
gets or sets the chart type. |
void |
setwidth(float value)
gets or sets the width of the shape. |
void |
setzorderposition(int zorderposition)
sets the position of a shape in the z-order. |
methods inherited from interface com.spire.presentation.ishape |
---|
getalternativetitle, getid, getlayoutprototype, insertchart, insertpicture, insertsmartart, inserttable, insertvideo, istextbox, setalternativetitle, setshapealignment, setshapearrange |
method detail |
---|
float getplotareawidthofcalculated()
boolean getplotvisiblecellsonly()
void setplotvisiblecellsonly(boolean value)
value
- int getgapdepth()
void setgapdepth(int value)
value
- int getgapwidth()
void setgapwidth(int value)
value
- int getoverlap()
void setoverlap(int value)
value
- ichartgridline getgridline()
effectdag geteffect()
formatthreed geteffect3d()
displayblanksastype getdisplayblanksas()
void setdisplayblanksas(displayblanksastype value)
value
- chartseriesformatcollection getseries()
java.lang.exception
chartcategorycollection getcategories()
java.lang.exception
boolean hastitle()
void hastitle(boolean value)
value
- boolean isdataprotect()
java.lang.exception
void isdataprotect(boolean value)
value
-
java.lang.exception
charttextarea getcharttitle()
chartdata getchartdata()
java.lang.exception
boolean hasdatatable()
void hasdatatable(boolean value)
value
- boolean haslegend()
void haslegend(boolean value)
value
- int getbubblescale()
void setbubblescale(int value)
value
- chartlegend getchartlegend()
void setchartlegend(chartlegend value)
value
- chartdatatable getchartdatatable()
chartstyle getchartstyle()
void setchartstyle(chartstyle value)
value
- charttype gettype()
void settype(charttype value)
value
-
java.lang.exception
chartplotarea getplotarea()
chartrotationthreed getrotationthreed()
chartwallsorfloor getbackwall()
chartwallsorfloor getsidewall()
chartwallsorfloor getfloor()
ichartaxis getprimarycategoryaxis()
ichartaxis getsecondarycategoryaxis()
ichartaxis getprimaryvalueaxis()
ichartaxis getsecondaryvalueaxis()
graphicalnodelocking getshapelocking()
boolean isplaceholder()
isplaceholder
in interface ishape
placeholderex getplaceholder()
getplaceholder
in interface ishape
tagcollection gettagslist()
gettagslist
in interface ishape
graphicframe getframe()
getframe
in interface ishape
void setframe(graphicframe value)
ishape
setframe
in interface ishape
textlineformat getline()
getline
in interface ishape
formatthreed getthreed()
getthreed
in interface ishape
effectdag geteffectdag()
geteffectdag
in interface ishape
fillformat getfill()
getfill
in interface ishape
clickhyperlink getclick()
getclick
in interface ishape
void setclick(clickhyperlink value)
setclick
in interface ishape
value
- clickhyperlink getmouseover()
getmouseover
in interface ishape
void setmouseover(clickhyperlink value)
setmouseover
in interface ishape
value
- boolean ishidden()
ishidden
in interface ishape
void ishidden(boolean value)
ishidden
in interface ishape
value
- activeslide getparent()
getparent
in interface ishape
int getzorderposition()
getzorderposition
in interface ishape
void setzorderposition(int zorderposition)
setzorderposition
in interface ishape
zorderposition
- float getrotation()
getrotation
in interface ishape
void setrotation(float value)
setrotation
in interface ishape
value
- float getleft()
getleft
in interface ishape
void setleft(double value)
setleft
in interface ishape
value
- float gettop()
gettop
in interface ishape
void settop(double value)
settop
in interface ishape
value
- float getwidth()
getwidth
in interface ishape
void setwidth(float value)
setwidth
in interface ishape
value
- float getheight()
getheight
in interface ishape
void setheight(float value)
setheight
in interface ishape
value
- java.lang.string getalternativetext()
getalternativetext
in interface ishape
void setalternativetext(java.lang.string value)
setalternativetext
in interface ishape
value
- java.lang.string getname()
getname
in interface ishape
void setname(java.lang.string value)
setname
in interface ishape
value
- activeslide getslide()
getslide
in interface ishape
presentation getpresentation()
getpresentation
in interface ishape
void removeplaceholder()
removeplaceholder
in interface ishape
void dispose()
dispose
in interface ishape
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |