Excel.Interfaces.ChartDataTableFormatData interface
An interface describing the data returned by calling chartDataTableFormat.toJSON()
.
Properties
border | Represents the border format of chart data table, which includes color, line style, and weight. |
font | Represents the font attributes (such as font name, font size, and color) for the current object. |
Property Details
border
Represents the border format of chart data table, which includes color, line style, and weight.
border?: Excel.Interfaces.ChartBorderData;
Property Value
Remarks
font
Represents the font attributes (such as font name, font size, and color) for the current object.
font?: Excel.Interfaces.ChartFontData;