# Type alias SeriesLabels
SeriesLabels:
SeriesLabelsBase&SeriesLabelsAligning& {showPercentage:boolean;showPercentDecimals:boolean;showValue:boolean; }
Options that define series labels - titles/names identifying data series in a chart.
#
SeriesLabels.showPercentageshowPercentage?:
booleanBoolean flag that defines if percentage should be shown in series labels (only applicable for subtypes that support percentage, like "stacked100")
#
SeriesLabels.showPercentDecimalsshowPercentDecimals?:
booleanBoolean flag that defines if percentage should be shown with decimals (will work only if
showPercentageistrue)#
SeriesLabels.showValueshowValue?:
booleanBoolean flag that defines if value should be shown in series labels (if not specified, default is determined by chart type)