Search results

CircularChart3DDataLabelSettingsModel API in React Circularchart3d API component

Interface for a class CircularChart3DDataLabelSettings

Properties

angle

number

Specifies angle for data label.

border

BorderModel

Options for customizing the border lines.

connectorStyle

CircularChart3DConnectorModel

Options for customize the connector line in series.

enableRotation

boolean

Specifies whether rotation is enabled for data labels.

fill

string

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

font

CircularChart3DDataLabelFontModel

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.

name

string

The DataSource field which contains the data label value.

position

CircularChart3DLabelPosition

Specifies the position of data label. They are.

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

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.

visible

boolean

If set true, data label for series gets render.