ZoomCharts Documentation

Version: 1.21.19 (2026-08-03)
Switch to Version 2.0 (BETA)

TimeChart.settings.series.style.comments.shape

This section is defined by the type LinearChartSettingsCommentShape.

Optional shape drawn in the chart area using relative start/end points.

Properties

arrowSize: number
Default value: 8

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

fromDecoration: "circle" | "open arrow" | "hollow arrow" | "arrow"
Default value: null

Decoration rendered at the start of an arrow shape.

View section details

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

View section details

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

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

Decoration rendered at the end of an arrow shape.

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