chartdatapoint-ag凯发旗舰厅



com.spire.presentation.charts.entity
class chartdatapoint

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

public class chartdatapoint
extends pptobject

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

chartdatapoint

public chartdatapoint(chartseriesdataformat parent,
                       datapoint)

chartdatapoint

public chartdatapoint(chartseriesdataformat parent)
method detail

getindex

public int getindex()
this index of collection. read/write .
returns:

setindex

public void setindex(int value)
this index of collection. read/write .
parameters:
value -

isbubble3d

public boolean isbubble3d()
specifies that the bubbles have a 3-d effect applied to them.
returns:

isbubble3d

public void isbubble3d(boolean value)
specifies that the bubbles have a 3-d effect applied to them.
parameters:
value -

getdistance

public int getdistance()
specifies the distance from the center of the pie.
returns:

setdistance

public void setdistance(int value)
specifies the distance from the center of the pie.
parameters:
value -

getinvertifnegative

public boolean getinvertifnegative()
indicates whether invert its colors if the value is negative.
returns:

setinvertifnegative

public void setinvertifnegative(boolean value)
indicates whether invert its colors if the value is negative.
parameters:
value -

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:

getmarkerfill

public charteffectformat getmarkerfill()
represents the formatting properties for marker. a chart with bubble type or bubble3d type does not support this property.
returns:

getmarkersize

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

setmarkersize

public void setmarkersize(int size)
represents the marker size in a line chart, scatter chart, or radar chart.

getmarkerstyle

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

setmarkerstyle

public void setmarkerstyle(chartmarkertype type)
represents the marker style in a line chart, scatter chart, or radar chart.


网站地图