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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins