Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a collection of all the data labels on a chart point.
$all | Specifying |
format | Specifies the format of chart data labels, which includes fill and font formatting. |
position | Value that represents the position of the data label. See |
separator | String representing the separator used for the data labels on a chart. |
show |
Specifies if the data label bubble size is visible. |
show |
Specifies if the data label category name is visible. |
show |
Specifies if the data label legend key is visible. |
show |
Specifies if the data label percentage is visible. |
show |
Specifies if the data label series name is visible. |
show |
Specifies if the data label value is visible. |
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;
boolean
Specifies the format of chart data labels, which includes fill and font formatting.
format?: Excel.Interfaces.ChartDataLabelFormatLoadOptions;
Value that represents the position of the data label. See Excel.ChartDataLabelPosition
for details.
position?: boolean;
boolean
String representing the separator used for the data labels on a chart.
separator?: boolean;
boolean
Specifies if the data label bubble size is visible.
showBubbleSize?: boolean;
boolean
Specifies if the data label category name is visible.
showCategoryName?: boolean;
boolean
Specifies if the data label legend key is visible.
showLegendKey?: boolean;
boolean
Specifies if the data label percentage is visible.
showPercentage?: boolean;
boolean
Specifies if the data label series name is visible.
showSeriesName?: boolean;
boolean
Specifies if the data label value is visible.
showValue?: boolean;
boolean
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in