public class GlobalOptions extends BaseOption
The GlobalOptions class maps directly to the Highcharts global options in the Highcharts API.
All Highchart global options will be set from this class.
Constructor and Description |
---|
GlobalOptions() |
Modifier and Type | Method and Description |
---|---|
Global |
getGlobal() |
Global |
global() |
GlobalOptions |
global(Global global) |
GlobalOptions |
setGlobal(Global global) |
set_hcNulledOption
public Global global()
public GlobalOptions global(Global global)
global
- the value for the global optionpublic Global getGlobal()
public GlobalOptions setGlobal(Global global)
global
- the value for the global optionCopyright © 2022. All rights reserved.