chartseriesdataformat-ag凯发旗舰厅



com.spire.presentation.charts.entity
class chartseriesdataformat

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.charts.entity.chartseriesdataformat

public class chartseriesdataformat
extends pptobject

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

chartseriesdataformat

public chartseriesdataformat( parent,
                              ser,
                             charttype type)
method detail

getmarkerfill

public icharteffectformat getmarkerfill()
gets or sets the marker fill
returns:

getdistance

public int getdistance()
the distance from the center of the pie chart is expressed as a percentage of the pie.
returns:

setdistance

public void setdistance(int value)
the distance from the center of the pie chart is expressed as a percentage of the pie.
parameters:
value -

issmooth

public tristate issmooth()
represents curve smoothing.
returns:

issmooth

public void issmooth(tristate value)
set curve smoothing.
parameters:
value -

getmarkersize

public int getmarkersize()
represents the marker size in a line chart, scatter chart, or radar chart.
returns:

setmarkersize

public void setmarkersize(int value)
set the marker size in a line chart, scatter chart, or radar chart.
parameters:
value -

getmarkerstyle

public chartmarkertype getmarkerstyle()
represents the marker style in a line chart, scatter chart, or radar chart.
returns:

setmarkerstyle

public void setmarkerstyle(chartmarkertype value)
set the marker style in a line chart, scatter chart, or radar chart.
parameters:
value -

getnamedrange

public cellranges getnamedrange()
gets collection of cells with series names. read-only .
returns:

getxvalues

public cellranges getxvalues()
gets collection of cells with xvalues. read-only .
returns:

setxvalues

public void setxvalues(cellranges value)
sets collection of cells with xvalues. read-only .
parameters:
value -

geterrorbarsxformat

public ierrorbarsformat geterrorbarsxformat()
gets x-errorbar of a series. read-only .
returns:
throws:
java.lang.exception

geterrorbarsyformat

public ierrorbarsformat geterrorbarsyformat()
gets y-errorbar of a series. read-only .
returns:
throws:
java.lang.exception

getyvalues

public cellranges getyvalues()
gets collection of cells with yvalues. read-only .
returns:

setyvalues

public void setyvalues(cellranges value)
sets collection of cells with yvalues. read-only .
parameters:
value -

getbubbles

public cellranges getbubbles()
gets collection of cells with bubblesize. read-only .
returns:

setbubbles

public void setbubbles(cellranges value)
sets collection of cells with bubblesize. read-only .
parameters:
value -

getvalues

public cellranges getvalues()
gets collection of cells with bubblesize. read-only .
returns:

setvalues

public void setvalues(cellranges value)
sets collection of cells with bubblesize. read-only .
parameters:
value -

gettype

public charttype gettype()
get chart type.
returns:

settype

public void settype(charttype value)
set chart type.
parameters:
value -
throws:
java.lang.exception

getfill

public fillformat getfill()
gets fill style properties of a chart. read-only .
returns:

getline

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

geteffect

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

geteffect3d

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

getindex

public int getindex()
gets the index of a series.
returns:

setindex

public void setindex(int value)
sets the index of a series.
parameters:
value -

getdatalabels

public chartdatalabelcollection getdatalabels()
gets the labels of a series. read-only .
returns:

gettrendlines

public java.lang.object[] gettrendlines()
get trendlines
returns:

addtrendline

public itrendlines addtrendline(trendlinesimpletype type)
add trendline
parameters:
type -
returns:

getusesecondaxis

public boolean getusesecondaxis()
indicates whether this series use second value axis or not.
returns:

setusesecondaxis

public void setusesecondaxis(boolean value)
set usesecondaxis
parameters:
value -
throws:
java.lang.exception

getdatapoints

public chartdatapointcollection getdatapoints()
gets the points collection of a series. read-only .
returns:

isvarycolor

public boolean isvarycolor()
indicates that color of point is varied.
returns:

isvarycolor

public void isvarycolor(boolean value)
set color of point is varied
parameters:
value -
throws:
java.lang.exception

hasserieslines

public boolean hasserieslines()
indicates that chart has series lines.
returns:

hasserieslines

public void hasserieslines(boolean value)
set chart has series lines.
parameters:
value -
throws:
java.lang.exception

getfirstsliceangleinpiechart

public int getfirstsliceangleinpiechart()
gets or sets the angle of the pie-chart in degrees
returns:

setfirstsliceangleinpiechart

public void setfirstsliceangleinpiechart(int value)
gets or sets the angle of the pie-chart in degrees
parameters:
value -
throws:
java.lang.exception

getdoughnutholesize

public int getdoughnutholesize()
returns or sets the size of the hole in a doughnut chart. the hole size is expressed as percentage of the of chart size , between 10 and 90 percent.
returns:
throws:
java.lang.exception

setdoughnutholesize

public void setdoughnutholesize(int value)
returns or sets the size of the hole in a doughnut chart. the hole size is expressed as percentage of the of chart size , between 10 and 90 percent.
parameters:
value -
throws:
java.lang.exception

getinvertifnegative

public boolean getinvertifnegative()
specifies invert colors if the value is negative
returns:

setinvertifnegative

public void setinvertifnegative(boolean value)
set invert colors if the value is negative
parameters:
value -

ishidden

public boolean ishidden()
specifies whether the series is hidden.
returns:

ishidden

public void ishidden(boolean value)
set whether the series is hidden.
parameters:
value -


网站地图