Excel.Interfaces.ChartLegendEntryData interface
An interface describing the data returned by calling chartLegendEntry.toJSON()
.
Properties
visible | Represents the visibility of a chart legend entry. |
Property Details
visible
Represents the visibility of a chart legend entry.
visible?: boolean;
Property Value
boolean