ZoomCharts Documentation

Version: 1.21.20 (2026-09-08)
Switch to Version 2.0 (BETA)

ZoomCharts.Configuration.LinearChartSettingsCommentShape

Methods

This type does not define any methods.

Properties

arrowSize: number

Arrow head size in pixels; used only when type === "arrow".

borderRadius: number

Corner radius for rectangle shapes (pixels). Ignored for oval/arrow.

fromDecoration: "circle" | "open arrow" | "hollow arrow" | "arrow"

Decoration rendered at the start of an arrow shape.

interactive: boolean

When false, the shape is visual-only in the chart: it does not participate in click/selection, context menu targeting, or shape-handle editing. Comment markers and the side panel still select/edit the comment as usual. Multi-item range highlight bands are also treated as non-interactive even when this is left at the default.

Additional style applied on top of {@link style} when this comment is selected.

Shared fill/stroke settings (fillColor, lineColor, lineWidth, lineDash, shadow*).

toDecoration: "circle" | "open arrow" | "hollow arrow" | "arrow"

Decoration rendered at the end of an arrow shape.

type: "rectangle" | "arrow" | "oval"
X