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;