public interface IDataTable
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the object.
|
IFontFormat |
getFont()
Returns the
IFontFormat object that represents the font of the
specified object. |
IChartFormat |
getFormat()
Returns the
IChartFormat object. |
boolean |
getHasBorderHorizontal()
Gets if the chart data table has horizontal cell borders.
|
boolean |
getHasBorderOutline()
Gets if the chart data table has outline borders.
|
boolean |
getHasBorderVertical()
Gets if the chart data table has vertical cell borders.
|
IChart |
getParent()
Returns the parent
IChart of the data table. |
boolean |
getShowLegendKey()
Gets if the data label legend key is visible.
|
void |
setHasBorderHorizontal(boolean value)
Sets if the chart data table has horizontal cell borders.
|
void |
setHasBorderOutline(boolean value)
Sets if the chart data table has outline borders.
|
void |
setHasBorderVertical(boolean value)
Sets if the chart data table has vertical cell borders.
|
void |
setShowLegendKey(boolean value)
Sets if the data label legend key is visible.
|
IFontFormat getFont()
IFontFormat object that represents the font of the
specified object.IChartFormat getFormat()
IChartFormat object.boolean getShowLegendKey()
void setShowLegendKey(boolean value)
boolean getHasBorderHorizontal()
void setHasBorderHorizontal(boolean value)
boolean getHasBorderVertical()
void setHasBorderVertical(boolean value)
boolean getHasBorderOutline()
void setHasBorderOutline(boolean value)
void delete()