ZoomCharts Documentation

Version: 1.21.1 (2024-11-08)

ZoomCharts.Configuration.BaseSettingsToolbarItemBase

Inheritance hierarchy

This type is implemented by BaseSettingsToolbarItem.

Methods

This type does not define any methods.

Properties

cssClass: string

CSS class name.

enabled: boolean
Introduced in version 1.15.0.

Determines if the toolbar item is rendered as disabled. Disabled item do not fire the onClick handler when clicked.

image: string

Item image, URL to image.

label: string

Item label

onClick: (event: MouseEvent, chart: BaseApi) => void

Function to execute on item click.

Parameters
event: MouseEvent
chart: BaseApi
title: string

Item title, shown on hover.

X