ichart-ag凯发旗舰厅



com.spire.presentation.charts
interface ichart

all superinterfaces:
ishape

public interface ichart
extends ishape

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

getplotareawidthofcalculated

float getplotareawidthofcalculated()
gets the plotareawidth of the chart after calculated. read/write .
returns:

getplotvisiblecellsonly

boolean getplotvisiblecellsonly()
indicates whether the only visible cells are plotted. false to plot both visible and hidden cells.
returns:

setplotvisiblecellsonly

void setplotvisiblecellsonly(boolean value)
sets whether the only visible cells are plotted. false to plot both visible and hidden cells.
parameters:
value -

getgapdepth

int getgapdepth()
gets or sets the distance, as a percentage of the marker width, between the data series in a 3d chart.
returns:

setgapdepth

void setgapdepth(int value)
gets or sets the distance, as a percentage of the marker width, between the data series in a 3d chart.
parameters:
value -

getgapwidth

int getgapwidth()
gets or sets the space between bar or column clusters, as a percentage of the bar or column width.
returns:

setgapwidth

void setgapwidth(int value)
gets or sets the space between bar or column clusters, as a percentage of the bar or column width.
parameters:
value -

getoverlap

int getoverlap()
gets or sets how much bars and columns shall overlap on 2-d charts, between -100 and 100.
returns:

setoverlap

void setoverlap(int value)
gets or sets how much bars and columns shall overlap on 2-d charts, between -100 and 100.
parameters:
value -

getgridline

ichartgridline getgridline()
gets line style properties of a chart.
returns:

geteffect

effectdag geteffect()
gets effects used for a chart. read-only .
returns:

geteffect3d

formatthreed geteffect3d()
gets 3d format of a chart. read-only .
returns:

getdisplayblanksas

displayblanksastype getdisplayblanksas()
gets or sets the way to plot blank cells on a chart. read/write .
returns:

setdisplayblanksas

void setdisplayblanksas(displayblanksastype value)
gets or sets the way to plot blank cells on a chart. read/write .
parameters:
value -

getseries

chartseriesformatcollection getseries()
gets chart's series.
returns:
throws:
java.lang.exception

getcategories

chartcategorycollection getcategories()
gets chart's categories.
returns:
throws:
java.lang.exception

hastitle

boolean hastitle()
indicates whether a chart has a visible title. read/write .
returns:

hastitle

void hastitle(boolean value)
sets whether a chart has a visible title. read/write .
parameters:
value -

isdataprotect

boolean isdataprotect()
indicates whether data of chart is protected. read/write .
returns:
throws:
java.lang.exception

isdataprotect

void isdataprotect(boolean value)
indicates whether data of chart is protected. read/write .
parameters:
value -
throws:
java.lang.exception

getcharttitle

charttextarea getcharttitle()
gets or sets a chart title
returns:

getchartdata

chartdata getchartdata()
data associated with a chart.
returns:
throws:
java.lang.exception

hasdatatable

boolean hasdatatable()
indicates whether a chart has a data table. read/write .
returns:

hasdatatable

void hasdatatable(boolean value)
sets whether a chart has a data table. read/write .
parameters:
value -

haslegend

boolean haslegend()
indicates whether a chart has a legend. read/write .
returns:

haslegend

void haslegend(boolean value)
sets whether a chart has a legend. read/write .
parameters:
value -

getbubblescale

int getbubblescale()
gets or sets the bubblescale. the range of bubblescale is 0 to 300. read/write .
returns:

setbubblescale

void setbubblescale(int value)
gets or sets the bubblescale. the range of bubblescale is 0 to 300. read/write .
parameters:
value -

getchartlegend

chartlegend getchartlegend()
gets or sets a legend for a chart. read/write .
returns:

setchartlegend

void setchartlegend(chartlegend value)
gets or sets a legend for a chart. read/write .
parameters:
value -

getchartdatatable

chartdatatable getchartdatatable()
gets a data table of a chart. read-only .
returns:

getchartstyle

chartstyle getchartstyle()
gets or sets the chart style. read/write .
returns:

setchartstyle

void setchartstyle(chartstyle value)
gets or sets the chart style. read/write .
parameters:
value -

gettype

charttype gettype()
gets or sets the chart type. read/write .
returns:

settype

void settype(charttype value)
gets or sets the chart type. read/write .
parameters:
value -
throws:
java.lang.exception

getplotarea

chartplotarea getplotarea()
represents the plot area of a chart. read-only .
returns:

getrotationthreed

chartrotationthreed getrotationthreed()
gets a 3d rotation of a chart. read-only .
returns:

getbackwall

chartwallsorfloor getbackwall()
gets the back wall of a 3d chart. read-only .
returns:

getsidewall

chartwallsorfloor getsidewall()
gets the side wall of a 3d chart. read-only .
returns:

getfloor

chartwallsorfloor getfloor()
gets the floor of a 3d chart. read-only .
returns:

getprimarycategoryaxis

ichartaxis getprimarycategoryaxis()
gets the chart's category axis
returns:

getsecondarycategoryaxis

ichartaxis getsecondarycategoryaxis()
gets the chart's second category axis.
returns:

getprimaryvalueaxis

ichartaxis getprimaryvalueaxis()
gets the chart's value axis.
returns:

getsecondaryvalueaxis

ichartaxis getsecondaryvalueaxis()
gets the chart's second value axis.
returns:

getshapelocking

graphicalnodelocking getshapelocking()
gets lock type of shape. read-only .
returns:

isplaceholder

boolean isplaceholder()
indicates whether the shape is placeholder. read-only .
specified by:
isplaceholder in interface ishape
returns:

getplaceholder

placeholderex getplaceholder()
gets the placeholder for a shape. read-only .
specified by:
getplaceholder in interface ishape
returns:

gettagslist

tagcollection gettagslist()
gets the shape's tags collection. read-only .
specified by:
gettagslist in interface ishape
returns:

getframe

graphicframe getframe()
gets or sets the shape frame's properties. read/write .
specified by:
getframe in interface ishape
returns:

setframe

void setframe(graphicframe value)
description copied from interface: ishape
sets the shape frame's properties. read/write .
specified by:
setframe in interface ishape

getline

textlineformat getline()
gets the lineformat object that contains line formatting properties for a shape. read-only . note: can return null for certain types of shapes which don't have line properties.
specified by:
getline in interface ishape
returns:

getthreed

formatthreed getthreed()
gets the threedformat object that 3d effect properties for a shape. read-only . note: can return null for certain types of shapes which don't have 3d properties.
specified by:
getthreed in interface ishape
returns:

geteffectdag

effectdag geteffectdag()
gets the effectformat object which contains pixel effects applied to a shape. read-only note: can return null for certain types of shapes which don't have effect properties.
specified by:
geteffectdag in interface ishape
returns:

getfill

fillformat getfill()
gets the fillformat object that contains fill formatting properties for a shape. read-only . note: can return null for certain types of shapes which don't have fill properties.
specified by:
getfill in interface ishape
returns:

getclick

clickhyperlink getclick()
gets or sets the hyperlink defined for mouse click. read/write .
specified by:
getclick in interface ishape
returns:

setclick

void setclick(clickhyperlink value)
gets or sets the hyperlink defined for mouse click. read/write .
specified by:
setclick in interface ishape
parameters:
value -

getmouseover

clickhyperlink getmouseover()
gets or sets the hyperlink defined for mouse over. read/write .
specified by:
getmouseover in interface ishape
returns:

setmouseover

void setmouseover(clickhyperlink value)
gets or sets the hyperlink defined for mouse over. read/write .
specified by:
setmouseover in interface ishape
parameters:
value -

ishidden

boolean ishidden()
indicates whether the shape is hidden. read/write .
specified by:
ishidden in interface ishape
returns:

ishidden

void ishidden(boolean value)
sets whether the shape is hidden. read/write .
specified by:
ishidden in interface ishape
parameters:
value -

getparent

activeslide getparent()
gets the parent slide of a shape. read-only .
specified by:
getparent in interface ishape
returns:

getzorderposition

int getzorderposition()
gets the position of a shape in the z-order. shapes[0] returns the shape at the back of the z-order, and shapes[shapes.count - 1] returns the shape at the front of the z-order. read-only .
specified by:
getzorderposition in interface ishape
returns:

setzorderposition

void setzorderposition(int zorderposition)
sets the position of a shape in the z-order.
specified by:
setzorderposition in interface ishape
parameters:
zorderposition -

getrotation

float getrotation()
gets or sets the number of degrees the specified shape is rotated around the z-axis. a positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. read/write .
specified by:
getrotation in interface ishape
returns:

setrotation

void setrotation(float value)
gets or sets the number of degrees the specified shape is rotated around the z-axis. a positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. read/write .
specified by:
setrotation in interface ishape
parameters:
value -

getleft

float getleft()
gets or sets the x-coordinate of the upper-left corner of the shape. read/write .
specified by:
getleft in interface ishape
returns:

setleft

void setleft(double value)
gets or sets the x-coordinate of the upper-left corner of the shape. read/write .
specified by:
setleft in interface ishape
parameters:
value -

gettop

float gettop()
gets or sets the y-coordinate of the upper-left corner of the shape. read/write .
specified by:
gettop in interface ishape
returns:

settop

void settop(double value)
gets or sets the y-coordinate of the upper-left corner of the shape. read/write .
specified by:
settop in interface ishape
parameters:
value -

getwidth

float getwidth()
gets or sets the width of the shape. read/write .
specified by:
getwidth in interface ishape
returns:

setwidth

void setwidth(float value)
gets or sets the width of the shape. read/write .
specified by:
setwidth in interface ishape
parameters:
value -

getheight

float getheight()
gets or sets the height of the shape. read/write .
specified by:
getheight in interface ishape
returns:

setheight

void setheight(float value)
gets or sets the height of the shape. read/write .
specified by:
setheight in interface ishape
parameters:
value -

getalternativetext

java.lang.string getalternativetext()
gets or sets the alternative text associated with a shape. read/write .
specified by:
getalternativetext in interface ishape
returns:

setalternativetext

void setalternativetext(java.lang.string value)
gets or sets the alternative text associated with a shape. read/write .
specified by:
setalternativetext in interface ishape
parameters:
value -

getname

java.lang.string getname()
gets or sets the name of a shape. read/write .
specified by:
getname in interface ishape
returns:

setname

void setname(java.lang.string value)
gets or sets the name of a shape. read/write .
specified by:
setname in interface ishape
parameters:
value -

getslide

activeslide getslide()
gets the parent slide of a shape. read-only .
specified by:
getslide in interface ishape
returns:

getpresentation

presentation getpresentation()
gets the parent slide of a shape. read-only .
specified by:
getpresentation in interface ishape
returns:

removeplaceholder

void removeplaceholder()
removes placeholder from the shape.
specified by:
removeplaceholder in interface ishape

dispose

void dispose()
dispose object and free resources.
specified by:
dispose in interface ishape


网站地图