chart_data_labels {mschart} | R Documentation |
Modify data labels settings
Description
Data labels show details about data series. This function indicate that
data labels should be displayed. See chart_labels_text()
for modifying
text settings associated with labels.
Usage
chart_data_labels(
x,
num_fmt = "General",
position = "ctr",
show_legend_key = FALSE,
show_val = FALSE,
show_cat_name = FALSE,
show_serie_name = FALSE,
show_percent = FALSE,
separator = ", "
)
Arguments
x |
an |
num_fmt |
|
position |
|
show_legend_key |
show legend key if TRUE. |
show_val |
show values if TRUE. |
show_cat_name |
show categories if TRUE. |
show_serie_name |
show names of series if TRUE. |
show_percent |
show percentages if TRUE. |
separator |
separator for displayed labels. |