Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.Interfaces.ChartDataLabelAnchorData interface

Package:
excel

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

Properties

left

Specifies 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

Specifies 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

Specifies 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

Specifies 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


Feedback

Was this page helpful?