ChartDataLabel Properties |
The ChartDataLabel type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Index |
Specifies the index of the containing element.
This index shall determine which of the parent's children collection this element applies to.
Default value is 0.
|
![]() ![]() | IsVisible |
Returns true if this data label has something to display.
|
![]() ![]() | NumberFormat |
Returns number format of the parent element.
|
![]() ![]() | Separator |
Gets or sets string separator used for the data labels on a chart.
The default is a comma, except for pie charts showing only category name and percentage, when a line break
shall be used instead.
|
![]() ![]() | ShowBubbleSize |
Allows to specify if bubble size is to be displayed for the data labels on a chart.
Applies only to Bubble charts.
Default value is false.
|
![]() ![]() | ShowCategoryName |
Allows to specify if category name is to be displayed for the data labels on a chart.
Default value is false.
|
![]() ![]() | ShowDataLabelsRange |
Allows to specify if values from data labels range to be displayed in the data labels.
Default value is false.
|
![]() ![]() | ShowLeaderLines |
Allows to specify if data label leader lines need be shown.
Default value is false.
|
![]() ![]() | ShowLegendKey |
Allows to specify if legend key is to be displayed for the data labels on a chart.
Default value is false.
|
![]() ![]() | ShowPercentage |
Allows to specify if percentage value is to be displayed for the data labels on a chart.
Default value is false.
|
![]() ![]() | ShowSeriesName |
Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart.
True to show the series name. False to hide. By default false.
|
![]() ![]() | ShowValue |
Allows to specify if values are to be displayed in the data labels.
Default value is false.
|