HighchartsStockToolsGuiDefinitionsOptions constructor

An options object of the buttons definitions. Each name refers to unique key from buttons array.

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

Implementation

HighchartsStockToolsGuiDefinitionsOptions(
    {this.advanced,
    this.crookedLines,
    this.currentPriceIndicator,
    this.flags,
    this.fullScreen,
    this.indicators,
    this.lines,
    this.measure,
    this.saveChart,
    this.separator,
    this.simpleShapes,
    this.toggleAnnotations,
    this.typeChange,
    this.verticalLabels,
    this.zoomChange});