Circular3DDataLabelSettings

23 Sep 20251 minute to read

Configures the data label settings for circular 3D chart.

Properties

angle number

Specifies angle for data label.

Defaults to 0

border BorderModel

Options for customizing the border lines.

connectorStyle Circular3DConnectorModel

Options for customize the connector line in series.

enableRotation boolean

Specifies whether rotation is enabled for data labels.

Defaults to false

fill string

The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.

Defaults to ‘transparent’

font Circular3DDataLabelFontModel

Options for customizing the data label text.

format string

Used to format the data label that accepts any global string format like ‘C’, ‘n1’, ‘P’ etc.
It also accepts placeholder like ‘{value}°C’ in which value represent the data label, e.g, 20°C.

Defaults to ’’

name string

The DataSource field which contains the data label value.

Defaults to null

position Circular3DLabelPosition

Specifies the position of data label. They are.

  • Outside - Places label outside the point.
  • Inside - Places label inside the point.

Defaults to ‘Inside’

template string|Function

Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder
text to display the corresponding data point.

Defaults to null

visible boolean

If set true, data label for series gets render.

Defaults to false