Excel.Interfaces.ChartLeaderLinesFormatData interface
An interface describing the data returned by calling chartLeaderLinesFormat.toJSON()
.
Properties
line | Gets an object that represents the line formatting of chart leader lines. |
Property Details
line
Gets an object that represents the line formatting of chart leader lines.
line?: Excel.Interfaces.ChartLineFormatData;