Excel.Interfaces.ChartAreaFormatData interface
An interface describing the data returned by calling chartAreaFormat.toJSON()
.
Properties
border | Represents the border format of chart area, which includes color, linestyle, and weight. |
color |
Specifies the color scheme of the chart. |
font | Represents the font attributes (font name, font size, color, etc.) for the current object. |
rounded |
Specifies if the chart area of the chart has rounded corners. |
Property Details
border
Represents the border format of chart area, which includes color, linestyle, and weight.
border?: Excel.Interfaces.ChartBorderData;
Property Value
Remarks
colorScheme
Specifies the color scheme of the chart.
colorScheme?: Excel.ChartColorScheme | "ColorfulPalette1" | "ColorfulPalette2" | "ColorfulPalette3" | "ColorfulPalette4" | "MonochromaticPalette1" | "MonochromaticPalette2" | "MonochromaticPalette3" | "MonochromaticPalette4" | "MonochromaticPalette5" | "MonochromaticPalette6" | "MonochromaticPalette7" | "MonochromaticPalette8" | "MonochromaticPalette9" | "MonochromaticPalette10" | "MonochromaticPalette11" | "MonochromaticPalette12" | "MonochromaticPalette13";
Property Value
Excel.ChartColorScheme | "ColorfulPalette1" | "ColorfulPalette2" | "ColorfulPalette3" | "ColorfulPalette4" | "MonochromaticPalette1" | "MonochromaticPalette2" | "MonochromaticPalette3" | "MonochromaticPalette4" | "MonochromaticPalette5" | "MonochromaticPalette6" | "MonochromaticPalette7" | "MonochromaticPalette8" | "MonochromaticPalette9" | "MonochromaticPalette10" | "MonochromaticPalette11" | "MonochromaticPalette12" | "MonochromaticPalette13"
Remarks
font
Represents the font attributes (font name, font size, color, etc.) for the current object.
font?: Excel.Interfaces.ChartFontData;
Property Value
Remarks
roundedCorners
Specifies if the chart area of the chart has rounded corners.
roundedCorners?: boolean;
Property Value
boolean
Remarks
Office Add-ins