|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.charts.entity.chartdatatable
public class chartdatatable
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 |
---|
public chartdatatable( elem, parent)
method detail |
---|
public fillformat getfill()
public ichartgridline getline()
public effectdag geteffect()
public itextframeproperties gettext()
public formatthreed geteffect3d()
public boolean hashorzborder()
public void hashorzborder(boolean value)
value
- public boolean hasborders()
public void hasborders(boolean value)
value
- public boolean hasvertborder()
public void hasvertborder(boolean value)
value
- public boolean getshowlegendkey()
public void setshowlegendkey(boolean value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |