Excel.Interfaces.ChartLineFormatData interface
An interface describing the data returned by calling chartLineFormat.toJSON()
.
color | HTML color code representing the color of lines in the chart. |
line |
Represents the line style. See |
weight | Represents weight of the line, in points. |
HTML color code representing the color of lines in the chart.
color?: string;
Property Value
string
Remarks
Represents the line style. 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
Represents weight of the line, in points.
weight?: number;
Property Value
number
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: