ChartDataTable
Source: aspose.
Represents a chart data table.
Methods
Methods
getAutoScaleFont()
True if the text in the object changes font size when the object size changes. The default value is True.
getBackgroundMode()
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
getBorder()
Returns a Border object that represents the border of the object
getFont()
Gets a Font object which represents the font setting of the specified chart data table.
getShowLegendKey()
True if the data label legend key is visible.
hasBorderHorizontal()
True if the chart data table has horizontal cell borders
hasBorderOutline()
True if the chart data table has outline borders
hasBorderVertical()
True if the chart data table has vertical cell borders
hasHorizontalBorder()
hasOutlineBorder()
hasVerticalBorder()
setAutoScaleFont()
True if the text in the object changes font size when the object size changes. The default value is True.
setBackgroundMode()
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
setHasBorderHorizontal()
True if the chart data table has horizontal cell borders
setHasBorderOutline()
True if the chart data table has outline borders
setHasBorderVertical()
True if the chart data table has vertical cell borders
setHasHorizontalBorder()
setHasOutlineBorder()
setHasVerticalBorder()
setShowLegendKey()
True if the data label legend key is visible.