Excel.Interfaces.ChartLegendEntryUpdateData interface
An interface for updating data on the ChartLegendEntry
object, for use in chartLegendEntry.set({ ... })
.
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