Interface IDataTable
public interface IDataTable
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deletes the object.getFont()Returns theIFontFormatobject that represents the font of thespecified object.Returns theIChartFormatobject.booleanGets if the chart data table has horizontal cell borders.booleanGets if the chart data table has outline borders.booleanGets if the chart data table has vertical cell borders.Returns the parentIChartof the data table.booleanGets if the data label legend key is visible.voidsetHasBorderHorizontal(boolean value) Sets if the chart data table has horizontal cell borders.voidsetHasBorderOutline(boolean value) Sets if the chart data table has outline borders.voidsetHasBorderVertical(boolean value) Sets if the chart data table has vertical cell borders.voidsetShowLegendKey(boolean value) Sets if the data label legend key is visible.
-
Method Details
-
getFont
IFontFormat getFont()Returns theIFontFormatobject that represents the font of thespecified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormatobject. -
getParent
IChart getParent()Returns the parentIChartof the data table. -
getShowLegendKey
boolean getShowLegendKey()Gets if the data label legend key is visible. The default value is true. -
setShowLegendKey
void setShowLegendKey(boolean value) Sets if the data label legend key is visible. -
getHasBorderHorizontal
boolean getHasBorderHorizontal()Gets if the chart data table has horizontal cell borders. The default value is true. -
setHasBorderHorizontal
void setHasBorderHorizontal(boolean value) Sets if the chart data table has horizontal cell borders. -
getHasBorderVertical
boolean getHasBorderVertical()Gets if the chart data table has vertical cell borders. The default value is true. -
setHasBorderVertical
void setHasBorderVertical(boolean value) Sets if the chart data table has vertical cell borders. -
getHasBorderOutline
boolean getHasBorderOutline()Gets if the chart data table has outline borders. The default value is true. -
setHasBorderOutline
void setHasBorderOutline(boolean value) Sets if the chart data table has outline borders. -
delete
void delete()Deletes the object.
-