Excel.Interfaces.ChartLeaderLinesFormatUpdateData interface
An interface for updating data on the ChartLeaderLinesFormat
object, for use in chartLeaderLinesFormat.set({ ... })
.
Properties
line | Gets an object that represents the line formatting of chart leader lines. |
Property Details
line
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets an object that represents the line formatting of chart leader lines.
line?: Excel.Interfaces.ChartLineFormatUpdateData;