ZoomCharts Documentation

Version: 1.21.8 (2025-09-01)
Switch to Version 2.0 (BETA)

ZoomCharts.Configuration.ItemsChartItemsLayerLinkLabel

Inheritance hierarchy

This type inherits from ItemsChartItemsLayerNodeLabel. Through this type it also inherits members from BaseLabel.

This type is implemented by ItemsChartItemsLayerLinkItem.

Methods

fitInRect: (layout: BaseLabelLayoutBase, g: CanvasRenderingContext2D, locationFromHeight: BaseLabelLocationDelegate, storePosition?: boolean): number
Inherited from: BaseLabel
Parameters
locationFromHeight: BaseLabelLocationDelegate
storePosition: boolean
Return value
Data type: number
isMultiline: (): boolean
Inherited from: BaseLabel
Return value
Data type: boolean
paint: (labelRenderer: BaseLabelRenderer, g: CanvasRenderingContext2D, x: number, y: number, scale: number): void
Inherited from: BaseLabel
Parameters
setAlign: (align: "center" | "right" | "left"): void
Inherited from: BaseLabel
Parameters
align: "center" | "right" | "left"

Properties

hheight: number
Inherited from: BaseLabel
hwidth: number
Inherited from: BaseLabel
Inherited from: BaseLabel

The style settings used to render this label.

text: string
Inherited from: BaseLabel

The text the label renders. This property overrides the text specified in the style settings.

visible: boolean
Inherited from: BaseLabel
X