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

[ API set: ExcelApi 1.1 ]

value

Returns the value of a chart point.

value?: any;

Property Value

any

Remarks

[ API set: ExcelApi 1.1 ]