接口 IDataTable
public interface IDataTable
-
方法概要
修饰符和类型方法说明void
delete()
Deletes the object.getFont()
Returns theIFontFormat
object that represents the font of thespecified object.Returns theIChartFormat
object.boolean
Gets if the chart data table has horizontal cell borders.boolean
Gets if the chart data table has outline borders.boolean
Gets if the chart data table has vertical cell borders.Returns the parentIChart
of the data table.boolean
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.
-
方法详细资料
-
getFont
IFontFormat getFont()Returns theIFontFormat
object that represents the font of thespecified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormat
object. -
getParent
IChart getParent()Returns the parentIChart
of 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.
-