chartplotarea-ag凯发旗舰厅



com.spire.presentation.charts.entity
class chartplotarea

java.lang.object
  extended by com.spire.presentation.charts.entity.chartplotarea

public class chartplotarea
extends java.lang.object

represents rectangle where chart should be plotted.


constructor summary
chartplotarea( elem,  parent)
           
 
method summary
 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.
 float getheight()
          get the height of plot area.
 float getleft()
          gets the upper left corner of plot area bounding box in range from 0 to 1 of chart area.
 ichartgridline getline()
          gets line style properties of a chart.
 float gettop()
          gets top corner of plot area bounding box in range from 0 to 1 of chart area.
 float getwidth()
          get the width of plot area.
 void setheight(float value)
          sets the height of plot area.
 void setleft(float value)
          sets the upper left corner of plot area bounding box in range from 0 to 1 of chart area.
 void settop(float value)
          sets top corner of plot area bounding box in range from 0 to 1 of chart area.
 void setwidth(float value)
          sets the width of plot area.
 
constructor detail

chartplotarea

public chartplotarea( elem,
                      parent)
method detail

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:

getleft

public float getleft()
gets the upper left corner of plot area bounding box in range from 0 to 1 of chart area. read/write .
returns:

setleft

public void setleft(float value)
sets the upper left corner of plot area bounding box in range from 0 to 1 of chart area. read/write .

gettop

public float gettop()
gets top corner of plot area bounding box in range from 0 to 1 of chart area. read/write .
returns:

settop

public void settop(float value)
sets top corner of plot area bounding box in range from 0 to 1 of chart area. read/write .

getwidth

public float getwidth()
get the width of plot area. read/write .
returns:

setwidth

public void setwidth(float value)
sets the width of plot area. read/write .

getheight

public float getheight()
get the height of plot area. read/write .
returns:

setheight

public void setheight(float value)
sets the height of plot area. read/write .


网站地图