Class DataTable
java.lang.Object
com.independentsoft.office.charts.DataTable
The Class DataTable.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the text properties.booleanChecks if is show horizontal border.booleanChecks if is show legend keys.booleanChecks if is show outline border.booleanChecks if is show vertical border.voidsetShowHorizontalBorder(boolean showHorizontalBorder)Sets the show horizontal border.voidsetShowLegendKeys(boolean showLegendKeys)Sets the show legend keys.voidsetShowOutlineBorder(boolean showOutlineBorder)Sets the show outline border.voidsetShowVerticalBorder(boolean showVerticalBorder)Sets the show vertical border.toString()
-
Constructor Details
-
DataTable
public DataTable()Instantiates a new data table.
-
-
Method Details
-
clone
-
toString
-
isShowHorizontalBorder
public boolean isShowHorizontalBorder()Checks if is show horizontal border.- Returns:
- true, if is show horizontal border
-
setShowHorizontalBorder
public void setShowHorizontalBorder(boolean showHorizontalBorder)Sets the show horizontal border.- Parameters:
showHorizontalBorder- the new show horizontal border
-
isShowLegendKeys
public boolean isShowLegendKeys()Checks if is show legend keys.- Returns:
- true, if is show legend keys
-
setShowLegendKeys
public void setShowLegendKeys(boolean showLegendKeys)Sets the show legend keys.- Parameters:
showLegendKeys- the new show legend keys
-
isShowOutlineBorder
public boolean isShowOutlineBorder()Checks if is show outline border.- Returns:
- true, if is show outline border
-
setShowOutlineBorder
public void setShowOutlineBorder(boolean showOutlineBorder)Sets the show outline border.- Parameters:
showOutlineBorder- the new show outline border
-
isShowVerticalBorder
public boolean isShowVerticalBorder()Checks if is show vertical border.- Returns:
- true, if is show vertical border
-
setShowVerticalBorder
public void setShowVerticalBorder(boolean showVerticalBorder)Sets the show vertical border.- Parameters:
showVerticalBorder- the new show vertical border
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getTextProperties
Gets the text properties.- Returns:
- the text properties
-