Excel.Interfaces.ChartPointData interface
An interface describing the data returned by calling chartPoint.toJSON()
.
Properties
format | Encapsulates the format properties chart point. |
value | Returns the value of a chart point. |
Property Details
format
Encapsulates the format properties chart point.
format?: Excel.Interfaces.ChartPointFormatData;
Property Value
Remarks
value
Returns the value of a chart point.
value?: any;
Property Value
any
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