ChartDataTable
ChartDataTable class
Represents a chart data table.
Properties
| Name | Type | Description |
|---|---|---|
| Font | Font | Gets a Font object which represents the font setting of the specified chart data table. |
| AutoScaleFont | boolean | True if the text in the object changes font size when the object size changes. The default value is True. |
| BackgroundMode | int | Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. |
| HasBorderHorizontal | boolean | True if the chart data table has horizontal cell borders NOTE: This property is now obsolete. Instead, please use ChartD |
| HasHorizontalBorder | boolean | True if the chart data table has horizontal cell borders |
| HasBorderVertical | boolean | True if the chart data table has vertical cell borders NOTE: This property is now obsolete. Instead, please use ChartDat |
| HasVerticalBorder | boolean | True if the chart data table has vertical cell borders |
| HasBorderOutline | boolean | True if the chart data table has outline borders NOTE: This property is now obsolete. Instead, please use ChartDataTable |
| HasOutlineBorder | boolean | True if the chart data table has outline borders |
| ShowLegendKey | boolean | True if the data label legend key is visible. |
| Border | Line | Returns 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