Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.Interfaces.ChartAreaFormatUpdateData interface

Package:
excel

An interface for updating data on the ChartAreaFormat object, for use in chartAreaFormat.set({ ... }).

Remarks

Used by

Properties

border

Represents the border format of chart area, which includes color, linestyle, and weight.

colorScheme

Specifies the color scheme of the chart.

font

Represents the font attributes (font name, font size, color, etc.) for the current object.

roundedCorners

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.ChartBorderUpdateData;

Property Value

Remarks

API set: ExcelApi 1.7

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

API set: ExcelApi 1.9

font

Represents the font attributes (font name, font size, color, etc.) for the current object.

font?: Excel.Interfaces.ChartFontUpdateData;

Property Value

Remarks

API set: ExcelApi 1.1

roundedCorners

Specifies if the chart area of the chart has rounded corners.

roundedCorners?: boolean;

Property Value

boolean

Remarks

API set: ExcelApi 1.9


Feedback

Was this page helpful?