ZoomCharts Documentation
Version: 1.21.20 (2026-09-08)
Switch to Version 2.0 (BETA)
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
applyEllipsis: (layout: BaseLabelLayoutBase, g: CanvasRenderingContext2D, locationFromHeight: BaseLabelLocationDelegate, left: number, right: number): void
Inherited from: BaseLabel
Parameters
layout: BaseLabelLayoutBase
g: CanvasRenderingContext2D
locationFromHeight: BaseLabelLocationDelegate
left: number
right: number
applyMinimumSize: (): void
Inherited from: BaseLabel
Floors measured half-sizes so the background is at least {@link SettingsLabelBaseStyle.minWidth} × {@link SettingsLabelBaseStyle.minHeight} when those are set.
fitInRect: (layout: BaseLabelLayoutBase, g: CanvasRenderingContext2D, locationFromHeight: BaseLabelLocationDelegate, storePosition?: boolean): number
Inherited from: BaseLabel
Parameters
layout: BaseLabelLayoutBase
g: CanvasRenderingContext2D
locationFromHeight: BaseLabelLocationDelegate
storePosition: boolean
Return value
Data type: number
paint: (labelRenderer: BaseLabelRenderer, g: CanvasRenderingContext2D, x: number, y: number, scale: number): void
Inherited from: BaseLabel
Parameters
setAlign: (align: "center" | "right" | "left"): void