chartdatatable-ag凯发旗舰厅



com.spire.presentation.charts.entity
class chartdatatable

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

public class chartdatatable
extends java.lang.object

represents data table format.


constructor summary
chartdatatable( 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.
 ichartgridline getline()
          gets line style properties of a chart.
 boolean getshowlegendkey()
          indicates that the data label has legend key.
 itextframeproperties gettext()
          gets text used for a datatable.
 boolean hasborders()
          true if data table has borders.
 void hasborders(boolean value)
          true if data table has borders.
 boolean hashorzborder()
          true if data table has horizontal border.
 void hashorzborder(boolean value)
          true if data table has horizontal border.
 boolean hasvertborder()
          true if data table has vertical border.
 void hasvertborder(boolean value)
          true if data table has vertical border.
 void setshowlegendkey(boolean value)
          indicates that the data label has legend key.
 
constructor detail

chartdatatable

public chartdatatable( 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:

gettext

public itextframeproperties gettext()
gets text used for a datatable. read-only .
returns:

geteffect3d

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

hashorzborder

public boolean hashorzborder()
true if data table has horizontal border.
returns:

hashorzborder

public void hashorzborder(boolean value)
true if data table has horizontal border.
parameters:
value -

hasborders

public boolean hasborders()
true if data table has borders.
returns:

hasborders

public void hasborders(boolean value)
true if data table has borders.
parameters:
value -

hasvertborder

public boolean hasvertborder()
true if data table has vertical border.
returns:

hasvertborder

public void hasvertborder(boolean value)
true if data table has vertical border.
parameters:
value -

getshowlegendkey

public boolean getshowlegendkey()
indicates that the data label has legend key.
returns:

setshowlegendkey

public void setshowlegendkey(boolean value)
indicates that the data label has legend key.
parameters:
value -


网站地图