Excel.Interfaces.ChartBorderUpdateData interface
An interface for updating data on the ChartBorder
object, for use in chartBorder.set({ ... })
.
Properties
color | HTML color code representing the color of borders in the chart. |
line |
Represents the line style of the border. See |
weight | Represents weight of the border, in points. |
Property Details
color
HTML color code representing the color of borders in the chart.
color?: string;
Property Value
string
Remarks
lineStyle
Represents the line style of the border. See Excel.ChartLineStyle
for details.
lineStyle?: Excel.ChartLineStyle | "None" | "Continuous" | "Dash" | "DashDot" | "DashDotDot" | "Dot" | "Grey25" | "Grey50" | "Grey75" | "Automatic" | "RoundDot";
Property Value
Excel.ChartLineStyle | "None" | "Continuous" | "Dash" | "DashDot" | "DashDotDot" | "Dot" | "Grey25" | "Grey50" | "Grey75" | "Automatic" | "RoundDot"
Remarks
weight
Represents weight of the border, in points.
weight?: number;
Property Value
number
Remarks
Office Add-ins