Search results

ILabelRenderingEventArgs API in Vue Maps API component

Specifies the event argument for label rendering event in maps.

Properties

border

BorderModel

Defines the color and width of the border for the data-label in event argument.

cancel

boolean

Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

datalabel

DataLabelSettingsModel

Defines the instance of the data-label in event argument.

fill

string

Defines the color for the data-label in event argument.

maps

Maps

Defines the maps instance event argument.

name

string

Defines the name of the event.

offsetX

number

Defines the right and left position of text for the data-label in event argument.

offsetY

number

Defines the top and bottom position of text for the data-label in event argument.

template

string

Defines the template for the data-label.

text

string

Defines the text for the data-label in event argument.