Excel.Interfaces.ChartData interface

Warning

This API is now deprecated.

An interface describing the data returned by calling chart.toJSON().

Properties

axes

Represents chart axes.

dataLabels

Represents the data labels on the chart.

format

Encapsulates the format properties for the chart area.

height

Specifies the height, in points, of the chart object.

left

The distance, in points, from the left side of the chart to the worksheet origin.

legend

Represents the legend for the chart.

name

Specifies the name of a chart object.

series

Represents either a single series or collection of series in the chart.

title

Represents the title of the specified chart, including the text, visibility, position, and formatting of the title.

top

Specifies the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).

width

Specifies the width, in points, of the chart object.

Property Details

axes

Warning

This API is now deprecated.

Represents chart axes.

axes?: Excel.Interfaces.ChartAxesData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

dataLabels

Warning

This API is now deprecated.

Represents the data labels on the chart.

dataLabels?: Excel.Interfaces.ChartDataLabelsData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

format

Warning

This API is now deprecated.

Encapsulates the format properties for the chart area.

format?: Excel.Interfaces.ChartAreaFormatData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

height

Warning

This API is now deprecated.

Specifies the height, in points, of the chart object.

height?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.1 ]

left

Warning

This API is now deprecated.

The distance, in points, from the left side of the chart to the worksheet origin.

left?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.1 ]

legend

Warning

This API is now deprecated.

Represents the legend for the chart.

legend?: Excel.Interfaces.ChartLegendData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

name

Warning

This API is now deprecated.

Specifies the name of a chart object.

name?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.1 ]

series

Warning

This API is now deprecated.

Represents either a single series or collection of series in the chart.

series?: Excel.Interfaces.ChartSeriesData[];

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

title

Warning

This API is now deprecated.

Represents the title of the specified chart, including the text, visibility, position, and formatting of the title.

title?: Excel.Interfaces.ChartTitleData;

Property Value

Remarks

[ API set: ExcelApi 1.1 ]

top

Warning

This API is now deprecated.

Specifies the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).

top?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.1 ]

width

Warning

This API is now deprecated.

Specifies the width, in points, of the chart object.

width?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.1 ]