ZoomCharts Documentation
Version: 1.21.19 (2026-08-03)
Switch to Version 2.0 (BETA)
Switch to Version 2.0 (BETA)
ZoomCharts.Configuration.LinearChartCommentEditEventArguments
Describes the base properties shared between all events raised by the different charts.
Inheritance hierarchy
This type inherits from BaseChartEventArguments.
Methods
This type does not define any methods.
Properties
added: boolean
True when this event creates a new comment rather than editing an existing one.
chart: BaseApi
Inherited from: BaseChartEventArguments
The chart object for which the event has been raised.
clickCredits: boolean
Inherited from: BaseChartEventArguments
comment: LinearChartSettingsComment
commentId: string
context: any
credits: anonymous type
deleted: boolean
True when the delete button was clicked.
origin: string
Inherited from: BaseChartEventArguments
panelIndex: number
placement: LinearChartCommentPlacementInfo
When {@link added} is true, describes where the user placed the comment. Null for edit/delete of existing comments.
settings: LinearChartCommentEditSettings
Updated label settings, or null when deleted is true.