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.
Modifier and Type | Field and Description |
---|---|
static GlobalOptions |
NULL |
Constructor and Description |
---|
GlobalOptions() |
Modifier and Type | Method and Description |
---|---|
Global |
getGlobal() |
GlobalOptions |
setGlobal(Global global) |
set_hcNulledOption
public static final GlobalOptions NULL
public Global getGlobal()
public GlobalOptions setGlobal(Global global)
global
- the value for the global optionCopyright © 2022. All rights reserved.