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
| Name | Type | Access | Description |
|---|---|---|---|
Show | bool | Read/Write | Gets or sets a flag indicating whether the data table will be shown for the chart. |
HasLegendKeys | bool | Read/Write | Gets or sets a flag indicating whether legend keys are displayed in the data table. |
HasHorizontalBorder | bool | Read/Write | Gets or sets a flag indicating whether a horizontal border of the data table is displayed. |
HasVerticalBorder | bool | Read/Write | Gets or sets a flag indicating whether a vertical border of the data table is displayed. |
HasOutlineBorder | bool | Read/Write | Gets or sets a flag indicating whether an outline border, that is, a border around series and category names, is displayed. |
Font | Font | Read | Provides access to font formatting of the data table. |
Format | ChartFormat | Read | Provides access to fill of text background and border formatting of the data table. |