Search results

DataLabelSettingsModel API in React Maps API component

Interface for a class DataLabelSettings

Properties

border

BorderModel

Sets and gets the options for customizing the color and width of the border for the data-labels.

fill

string

Sets and gets the color for the data-labels in maps.

intersectionAction

IntersectAction

Sets and gets the intersection action for the data-labels in maps.

labelPath

string

Sets and gets the path from the data source based on which the data-labels gets rendered.

opacity

number

Sets and gets the opacity for the color of the data-labels in maps.

rx

number

Sets and gets the x position for the data-labels.

ry

number

Sets and gets the y position for the data-labels in maps.

smartLabelMode

SmartLabelMode

Sets and gets the label mode for the data-labels.

template

string

Sets and gets the template for the data-labels in maps.

textStyle

FontModel

Sets and gets the options for customizing the styles of the text in data-labels.

visible

boolean

Enables or disables the visibility of data-labels in maps.