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.
getBackground()
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.NOTE: This member is now obsolete. Instead, please use ChartDataTable.BackgroundMode property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.
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
setAutoScaleFont()
True if the text in the object changes font size when the object size changes. The default value is True.
setBackground()
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.NOTE: This member is now obsolete. Instead, please use ChartDataTable.BackgroundMode property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.
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
setShowLegendKey()
True if the data label legend key is visible.