Excel.Interfaces.ChartSeriesFormatUpdateData interface
An interface for updating data on the ChartSeriesFormat
object, for use in chartSeriesFormat.set({ ... })
.
Properties
line | Represents line formatting. |
Property Details
line
Represents line formatting.
line?: Excel.Interfaces.ChartLineFormatUpdateData;