charttextarea-ag凯发旗舰厅



com.spire.presentation.charts.entity
class charttextarea

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

public class charttextarea
extends java.lang.object

represents chart text area properties.


constructor summary
charttextarea( 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()
          gets or sets the height of a legend in points.
 float getleft()
          gets or sets the x coordinate of a legend in points.
 ichartgridline getline()
          gets line style properties of a chart.
 itextframeproperties gettextproperties()
          gets text frame of a chart title.
 float gettop()
          gets or sets the y coordinate of a legend in points.
 float getwidth()
          gets or sets the width of a legend in points.
 boolean isoverlay()
          indicates whether allowed to overlap title.
 void isoverlay(boolean value)
          set whether allowed to overlap title.
 void setheight(float value)
          gets or sets the height of a legend in points.
 void setleft(float value)
          gets or sets the x coordinate of a legend in points.
 void settop(float value)
          gets or sets the y coordinate of a legend in points.
 void setwidth(float value)
          gets or sets the width of a legend in points.
 
constructor detail

charttextarea

public charttextarea( elem,
                      parent)
method detail

getleft

public float getleft()
gets or sets the x coordinate of a legend in points. read/write .
returns:

setleft

public void setleft(float value)
gets or sets the x coordinate of a legend in points. read/write .
parameters:
value -

gettop

public float gettop()
gets or sets the y coordinate of a legend in points. read/write .
returns:

settop

public void settop(float value)
gets or sets the y coordinate of a legend in points. read/write .
parameters:
value -

getwidth

public float getwidth()
gets or sets the width of a legend in points. read/write .
returns:

setwidth

public void setwidth(float value)
gets or sets the width of a legend in points. read/write .
parameters:
value -

getheight

public float getheight()
gets or sets the height of a legend in points. read/write .
returns:

setheight

public void setheight(float value)
gets or sets the height of a legend in points. read/write .
parameters:
value -

isoverlay

public boolean isoverlay()
indicates whether allowed to overlap title. read/write .
returns:

isoverlay

public void isoverlay(boolean value)
set whether allowed to overlap title. read/write .
parameters:
value -

gettextproperties

public itextframeproperties gettextproperties()
gets text frame of a chart title.
returns:

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:


网站地图