Edit

Share via


Excel.Interfaces.ChartDataLabelAnchorUpdateData interface

An interface for updating data on the ChartDataLabelAnchor object, for use in chartDataLabelAnchor.set({ ... }).

Properties

left

Represents the distance, in points, from the anchor to the left edge of the chart data label. Note that when getting the value, it may differ slightly from the set value.

top

Represents the distance, in points, from the anchor to the top edge of the chart data label. Note that when getting the value, it may differ slightly from the set value.

Property Details

left

Represents the distance, in points, from the anchor to the left edge of the chart data label. Note that when getting the value, it may differ slightly from the set value.

left?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.19 ]

top

Represents the distance, in points, from the anchor to the top edge of the chart data label. Note that when getting the value, it may differ slightly from the set value.

top?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.19 ]