|
|||||||||
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.chartdatapoint
public class chartdatapoint
represents a data point on the chart.
constructor summary | |
---|---|
chartdatapoint(chartseriesdataformat parent)
|
|
chartdatapoint(chartseriesdataformat parent,
datapoint)
|
method summary | |
---|---|
int |
getdistance()
specifies the distance from the center of the pie. |
effectdag |
geteffect()
gets effects used for a chart. |
formatthreed |
geteffect3d()
gets 3d format of a chart. |
fillformat |
getfill()
gets fill style properties of a chart. |
int |
getindex()
this index of collection. |
boolean |
getinvertifnegative()
indicates whether invert its colors if the value is negative. |
ichartgridline |
getline()
gets line style properties of a chart. |
charteffectformat |
getmarkerfill()
represents the formatting properties for marker. |
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. |
boolean |
isbubble3d()
specifies that the bubbles have a 3-d effect applied to them. |
void |
isbubble3d(boolean value)
specifies that the bubbles have a 3-d effect applied to them. |
void |
setdistance(int value)
specifies the distance from the center of the pie. |
void |
setindex(int value)
this index of collection. |
void |
setinvertifnegative(boolean value)
indicates whether invert its colors if the value is negative. |
void |
setmarkersize(int size)
represents the marker size in a line chart, scatter chart, or radar chart. |
void |
setmarkerstyle(chartmarkertype type)
represents the marker style in a line chart, scatter chart, or radar chart. |
methods inherited from class com.spire.presentation.pptobject |
---|
checkdisposed, getparent |
constructor detail |
---|
public chartdatapoint(chartseriesdataformat parent, datapoint)
public chartdatapoint(chartseriesdataformat parent)
method detail |
---|
public int getindex()
public void setindex(int value)
value
- public boolean isbubble3d()
public void isbubble3d(boolean value)
value
- public int getdistance()
public void setdistance(int value)
value
- public boolean getinvertifnegative()
public void setinvertifnegative(boolean value)
value
- public fillformat getfill()
public ichartgridline getline()
public effectdag geteffect()
public formatthreed geteffect3d()
public charteffectformat getmarkerfill()
public int getmarkersize()
public void setmarkersize(int size)
public chartmarkertype getmarkerstyle()
public void setmarkerstyle(chartmarkertype type)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |