HighchartsStockToolsGuiOptions class

Definitions of buttons in Stock Tools GUI.

API Docs: https://api.highcharts.com/highcharts/stockTools.gui

Inheritance

Constructors

HighchartsStockToolsGuiOptions.new({List<String>? buttons, String? className, HighchartsStockToolsGuiDefinitionsOptions? definitions, bool? enabled, dynamic iconsURL, String? toolbarClassName, bool? visible})
Definitions of buttons in Stock Tools GUI.

Properties

buttons List<String>?
A collection of strings pointing to config options for the toolbar items. Each name refers to a unique key from the definitions object.
getter/setter pair
className String?
A CSS class name to apply to the stocktools' div, allowing unique CSS styling for each chart.
getter/setter pair
definitions HighchartsStockToolsGuiDefinitionsOptions?
An options object of the buttons definitions. Each name refers to unique key from buttons array.
getter/setter pair
enabled bool?
Enable or disable the stockTools gui.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconsURL ↔ dynamic
Path where Highcharts will look for icons. Change this to use icons from a different server.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toolbarClassName String?
A CSS class name to apply to the container of buttons, allowing unique CSS styling for each chart.
getter/setter pair
visible bool?
Whether the stock tools toolbar is visible.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited