Edit

Share via


Excel.Interfaces.ChartDataLabelAnchorLoadOptions interface

Represents the chart data label anchor.

Remarks

[ API set: ExcelApi 1.19 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

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

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

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?: boolean;

Property Value

boolean

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?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.19 ]