Interface IDataTable
public interface IDataTable
-
Method Summary
void
Returns the
IFontFormat
object that represents the font of thespecified 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 parent
IChart
of the data table.
boolean
Gets if the data label legend key is visible.
void
Sets if the chart data table has horizontal cell borders.
void
Sets if the chart data table has outline borders.
void
Sets if the chart data table has vertical cell borders.
void
Sets if the data label legend key is visible.
-
Method Details
-
getFont
Returns the
IFontFormat
object that represents the font of thespecified object.
-
-
getParent
Returns the parent
IChart
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.