ZoomCharts Documentation

ZoomCharts.Configuration.NetChartBarSettingsToolbar

Inheritance hierarchy

This type inherits from BaseSettingsToolbar.

Methods

This type does not define any methods.

Properties

align: "left" | "right" | "top" | "bottom"
Inherited from: BaseSettingsToolbar

Toolbar align. Note that it can be overridden for individual items using item.align. Also Use 'top' or 'bottom' sides in conjunction with 'left', 'right' align or use 'left', 'right' sides with 'top', 'bottom'.

Valid values:
  • left
  • right
  • top
  • bottom
back: boolean
Inherited from: BaseSettingsToolbar

Whether to show back button in toolbar.

cssClass: string
Inherited from: BaseSettingsToolbar
Introduced in version 1.11.6.

CSS class name for the toolbar HTML panel.

enabled: boolean
Inherited from: BaseSettingsToolbar

Show/hide toolbar.

export: boolean
Inherited from: BaseSettingsToolbar

Whether to show export dropdown in toolbar.

exportOptions: Array<"png" | "jpg" | "pdf" | "csv" | "xlsx">
Inherited from: BaseSettingsToolbar
Introduced in version 1.15.6.

Specifies what options will be provided for the user in the Export dropdown. Specifying null here will enable all options.

Note that some charts do not support XLSX or CSV option so enabling it here will not have any effect.

Currently the order of the types given in this array are ignored.

Inherited from: BaseSettingsToolbar

A list of user defined items to show in toolbar. These are displayed in addition to the items collection (which includes the default buttons).

See also
fit: boolean

Whether to show the fit button on the toolbar.

freeze: boolean

Whether to show the freeze button on the toolbar.

fullscreen: boolean
Inherited from: BaseSettingsToolbar
Introduced in version 1.16.0.

Whether to show the fullscreen button on the toolbar.

isSticky: boolean
Inherited from: BaseSettingsToolbar

Whether the toolbar will "stick" at the edge when scrolling

Inherited from: BaseSettingsToolbar

A list of toolbar items. If this is specified, it overrides all the default buttons.

Use extraItems to specify items that should be displayed in addition to the defaults.

See also
limitDropdownHeight: boolean
Inherited from: BaseSettingsToolbar

Whether to limit dropdown menu height to the height of the chart

location: "auto" | "inside" | "outside"
Inherited from: BaseSettingsToolbar

Toolbar location inside chart.

Valid values:
  • auto - Picks the best based on other configuration settings. Specifically, this will pick outside if horizontal is enabled, inside otherwise.
  • inside - Inside chart area
  • outside - Outside of chart area
rearrange: boolean

Whether to show the rearrange button on the toolbar.

showLabels: boolean
Inherited from: BaseSettingsToolbar

Whether to show or hide labels next to toolbar items by default. Note that it can be overridden for individual items using item.showLabels.

side: "left" | "right" | "top" | "bottom"
Inherited from: BaseSettingsToolbar

Toolbar placement side. Note that it can be overridden for individual items using item.side.

Valid values:
  • left
  • right
  • top
  • bottom
zoomControl: boolean
Introduced in version 1.9.0.

Whether to show the zoom slider control.

zoomOut: boolean
Inherited from: BaseSettingsToolbar

Whether to show the zoom out button.

X