|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.pptobject
com.spire.presentation.charts.entity.chartseriesdataformat
public class chartseriesdataformat
represents a chart series.
constructor summary | |
---|---|
( parent,
ser,
charttype type)
|
method summary | |
---|---|
itrendlines |
addtrendline(trendlinesimpletype type)
add trendline |
cellranges |
getbubbles()
gets collection of cells with bubblesize. |
chartdatalabelcollection |
getdatalabels()
gets the labels of a series. |
chartdatapointcollection |
getdatapoints()
gets the points collection of a series. |
int |
getdistance()
the distance from the center of the pie chart is expressed as a percentage of the pie. |
int |
getdoughnutholesize()
returns or sets the size of the hole in a doughnut chart. |
effectdag |
geteffect()
gets effects used for a chart. |
formatthreed |
geteffect3d()
gets 3d format of a chart. |
ierrorbarsformat |
geterrorbarsxformat()
gets x-errorbar of a series. |
ierrorbarsformat |
geterrorbarsyformat()
gets y-errorbar of a series. |
fillformat |
getfill()
gets fill style properties of a chart. |
int |
getfirstsliceangleinpiechart()
gets or sets the angle of the pie-chart in degrees |
int |
getindex()
gets the index of a series. |
boolean |
getinvertifnegative()
specifies invert colors if the value is negative |
ichartgridline |
getline()
gets line style properties of a chart. |
icharteffectformat |
getmarkerfill()
gets or sets the marker fill |
int |
getmarkersize()
represents the marker size in a line chart, scatter chart, or radar chart. |
chartmarkertype |
getmarkerstyle()
represents the marker style in a line chart, scatter chart, or radar chart. |
cellranges |
getnamedrange()
gets collection of cells with series names. |
java.lang.object[] |
gettrendlines()
get trendlines |
charttype |
gettype()
get chart type. |
boolean |
getusesecondaxis()
indicates whether this series use second value axis or not. |
cellranges |
getvalues()
gets collection of cells with bubblesize. |
cellranges |
getxvalues()
gets collection of cells with xvalues. |
cellranges |
getyvalues()
gets collection of cells with yvalues. |
boolean |
hasserieslines()
indicates that chart has series lines. |
void |
hasserieslines(boolean value)
set chart has series lines. |
boolean |
ishidden()
specifies whether the series is hidden. |
void |
ishidden(boolean value)
set whether the series is hidden. |
tristate |
issmooth()
represents curve smoothing. |
void |
issmooth(tristate value)
set curve smoothing. |
boolean |
isvarycolor()
indicates that color of point is varied. |
void |
isvarycolor(boolean value)
set color of point is varied |
void |
setbubbles(cellranges value)
sets collection of cells with bubblesize. |
void |
setdistance(int value)
the distance from the center of the pie chart is expressed as a percentage of the pie. |
void |
setdoughnutholesize(int value)
returns or sets the size of the hole in a doughnut chart. |
void |
setfirstsliceangleinpiechart(int value)
gets or sets the angle of the pie-chart in degrees |
void |
setindex(int value)
sets the index of a series. |
void |
setinvertifnegative(boolean value)
set invert colors if the value is negative |
void |
setmarkersize(int value)
set the marker size in a line chart, scatter chart, or radar chart. |
void |
setmarkerstyle(chartmarkertype value)
set the marker style in a line chart, scatter chart, or radar chart. |
void |
settype(charttype value)
set chart type. |
void |
setusesecondaxis(boolean value)
set usesecondaxis |
void |
setvalues(cellranges value)
sets collection of cells with bubblesize. |
void |
setxvalues(cellranges value)
sets collection of cells with xvalues. |
void |
setyvalues(cellranges value)
sets collection of cells with yvalues. |
methods inherited from class com.spire.presentation.pptobject |
---|
checkdisposed, getparent |
constructor detail |
---|
public chartseriesdataformat( parent, ser, charttype type)
method detail |
---|
public icharteffectformat getmarkerfill()
public int getdistance()
public void setdistance(int value)
value
- public tristate issmooth()
public void issmooth(tristate value)
value
- public int getmarkersize()
public void setmarkersize(int value)
value
- public chartmarkertype getmarkerstyle()
public void setmarkerstyle(chartmarkertype value)
value
- public cellranges getnamedrange()
public cellranges getxvalues()
public void setxvalues(cellranges value)
value
- public ierrorbarsformat geterrorbarsxformat()
java.lang.exception
public ierrorbarsformat geterrorbarsyformat()
java.lang.exception
public cellranges getyvalues()
public void setyvalues(cellranges value)
value
- public cellranges getbubbles()
public void setbubbles(cellranges value)
value
- public cellranges getvalues()
public void setvalues(cellranges value)
value
- public charttype gettype()
public void settype(charttype value)
value
-
java.lang.exception
public fillformat getfill()
public ichartgridline getline()
public effectdag geteffect()
public formatthreed geteffect3d()
public int getindex()
public void setindex(int value)
value
- public chartdatalabelcollection getdatalabels()
public java.lang.object[] gettrendlines()
public itrendlines addtrendline(trendlinesimpletype type)
type
-
public boolean getusesecondaxis()
public void setusesecondaxis(boolean value)
value
-
java.lang.exception
public chartdatapointcollection getdatapoints()
public boolean isvarycolor()
public void isvarycolor(boolean value)
value
-
java.lang.exception
public boolean hasserieslines()
public void hasserieslines(boolean value)
value
-
java.lang.exception
public int getfirstsliceangleinpiechart()
public void setfirstsliceangleinpiechart(int value)
value
-
java.lang.exception
public int getdoughnutholesize()
java.lang.exception
public void setdoughnutholesize(int value)
value
-
java.lang.exception
public boolean getinvertifnegative()
public void setinvertifnegative(boolean value)
value
- public boolean ishidden()
public void ishidden(boolean value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |