Excel.Interfaces.ChartLeaderLinesData interface
An interface describing the data returned by calling chartLeaderLines.toJSON()
.
Properties
format | Represents the formatting of leader lines of data labels in a series. |
Property Details
format
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.
Represents the formatting of leader lines of data labels in a series.
format?: Excel.Interfaces.ChartLeaderLinesFormatData;