#GlobalOptions
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Color[] | Colors | An array containing the default colors for the chart's series. When all colors are used, new colors are pulled from the start again. Defaults to: colors: ['#4572A7', '#AA4643', '#89A54E', '#80699B', '#3D96AE', '#DB843D', '#92A8CD', '#A47D7C', '#B5CA92']
|
null |
| Global | Global | Global options that don't apply to each chart. These options, like the lang options, must be set using the Highcharts.setOptions method. | null |
| Lang | Lang | Language object. The language object is global and it can't be set on each chart initiation. Instead, use Highcharts.setOptions to set it before any chart is initiated. | null |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
