ZoomCharts Documentation
Version: 1.21.17 (2026-06-01)
Switch to Version 2.0 (BETA)
Switch to Version 2.0 (BETA)
TimeChart.settings.seriesLabels
This section is defined by the type LinearChartSettingsSeriesLabels.
Properties
connectorLength: number
Default value: 12
Horizontal connector length before the label.
connectorStyle: BaseSettingsLineStyle
connectorStyleFunction: (connectorStyle: BaseSettingsLineStyle, series: LinearChartSettingsSeries) => void
Default value: null
Parameters
connectorStyle: BaseSettingsLineStyle
series: LinearChartSettingsSeries
enabled: boolean
Default value: false
labelSpacing: number
Default value: 2
Extra vertical gap between adjacent labels after layout.
labelStyle: BaseSettingsLabelStyle
markerStyleFunction: (markerStyle: BaseSettingsGeneralBackgroundStyle, series: LinearChartSettingsSeries) => void
Default value: null
Parameters
markerStyle: BaseSettingsGeneralBackgroundStyle
series: LinearChartSettingsSeries
maxDisplacement: number
Default value: null
Omit labels displaced farther than this from their desired Y. null keeps all labels.
width: number
Default value: 120
Fixed panel width in pixels.