ChartDataTable

ChartDataTable

Overview

ChartDataTable is a class in Aspose.Words FOSS for .NET. Inherits from: IChartItemTextProperties, IChartFormatSource.

Allows to specify properties of a chart data table.

Properties: Font, Format, HasHorizontalBorder, HasLegendKeys, HasOutlineBorder, HasVerticalBorder, and 1 more.

Properties

NameTypeAccessDescription
ShowboolRead/WriteGets or sets a flag indicating whether the data table will be shown for the chart.
HasLegendKeysboolRead/WriteGets or sets a flag indicating whether legend keys are displayed in the data table.
HasHorizontalBorderboolRead/WriteGets or sets a flag indicating whether a horizontal border of the data table is displayed.
HasVerticalBorderboolRead/WriteGets or sets a flag indicating whether a vertical border of the data table is displayed.
HasOutlineBorderboolRead/WriteGets or sets a flag indicating whether an outline border, that is, a border around series and category names, is displayed.
FontFontReadProvides access to font formatting of the data table.
FormatChartFormatReadProvides access to fill of text background and border formatting of the data table.

See Also