# Type alias SeriesLabels

SeriesLabels: object

Options that define series labels - titles/names identifying data series in a chart.

# Type declaration

# enabled

enabled: boolean

Boolean flag that defines if series labels should be shown on the chart


# rotation

rotation?: number

Rotation of series labels (in degrees)


# showPercentage

showPercentage?: boolean

Boolean flag that defines if percentage should be shown in series labels (only applicable for subtypes that support percentage, like "stacked100")


# showValue

showValue?: boolean

Boolean flag that defines if value should be shown in series labels (if not specified, value will be shown by default)