ChartDataTable

ChartDataTable class

Represents a chart data table.

Properties

NameTypeDescription
FontFontGets a Font object which represents the font setting of the specified chart data table.
AutoScaleFontbooleanTrue if the text in the object changes font size when the object size changes. The default value is True.
BackgroundModeintGets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
HasBorderHorizontalbooleanTrue if the chart data table has horizontal cell borders NOTE: This property is now obsolete. Instead, please use ChartD
HasHorizontalBorderbooleanTrue if the chart data table has horizontal cell borders
HasBorderVerticalbooleanTrue if the chart data table has vertical cell borders NOTE: This property is now obsolete. Instead, please use ChartDat
HasVerticalBorderbooleanTrue if the chart data table has vertical cell borders
HasBorderOutlinebooleanTrue if the chart data table has outline borders NOTE: This property is now obsolete. Instead, please use ChartDataTable
HasOutlineBorderbooleanTrue if the chart data table has outline borders
ShowLegendKeybooleanTrue if the data label legend key is visible.
BorderLineReturns a Border object that represents the border of the object

ChartDataTable.Font property

Gets a Font object which represents the font setting of the specified chart data table.

Type: Font

ChartDataTable.AutoScaleFont property

True if the text in the object changes font size when the object size changes. The default value is True.

Type: boolean

ChartDataTable.BackgroundMode property

Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.

Type: int

ChartDataTable.HasBorderHorizontal property

True if the chart data table has horizontal cell borders NOTE: This property is now obsolete. Instead, please use ChartDataTable.HasHorizontalBorder property. This property will be removed 12 months later since June 2024. Aspose apologizes for any inconvenience you may have experienced.

Type: boolean

ChartDataTable.HasHorizontalBorder property

True if the chart data table has horizontal cell borders

Type: boolean

ChartDataTable.HasBorderVertical property

True if the chart data table has vertical cell borders NOTE: This property is now obsolete. Instead, please use ChartDataTable.HasVerticalBorder property. This property will be removed 12 months later since June 2024. Aspose apologizes for any inconvenience you may have experienced.

Type: boolean

ChartDataTable.HasVerticalBorder property

True if the chart data table has vertical cell borders

Type: boolean

ChartDataTable.HasBorderOutline property

True if the chart data table has outline borders NOTE: This property is now obsolete. Instead, please use ChartDataTable.HasOutlineBorder property. This property will be removed 12 months later since June 2024. Aspose apologizes for any inconvenience you may have experienced.

Type: boolean

ChartDataTable.HasOutlineBorder property

True if the chart data table has outline borders

Type: boolean

ChartDataTable.ShowLegendKey property

True if the data label legend key is visible.

Type: boolean

ChartDataTable.Border property

Returns a Border object that represents the border of the object

Type: Line