Excel.Interfaces.ChartPointUpdateData interface
An interface for updating data on the ChartPoint
object, for use in chartPoint.set({ ... })
.
Properties
format | Encapsulates the format properties chart point. |
Property Details
format
Encapsulates the format properties chart point.
format?: Excel.Interfaces.ChartPointFormatUpdateData;
Property Value
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