Interface | Description |
---|---|
ModelEnum |
Interface for all chart option enums.
|
Class | Description |
---|---|
AnimationOptions |
Maps to the Highcharts.AnimationOptionsObject data type.
Example: chart.animation ref: https://api.highcharts.com/highcharts/chart.animation |
BaseOption |
Base option for all Highcharts global and chart options.
|
Color |
Maps to the Highcharts Color, Highcharts.ColorString, Highcharts.GradientColorObject, Highcharts.PatternOptionsObject data types.
|
CSSObject |
Maps to the Highcharts CSSObject and Highcharts.CSSObject data types.
|
Function |
Maps to the Highcharts Function, highcharts.*callbackfunction data types.
|
General |
The general option data type to handle the case where a Javascript value is needed.
|
LinearGradient |
Linear color gradients.
|
NullOption |
Convenience class to enable easily setting charts options to null in the case where there are overloaded methods.
|
PatternOptions |
Maps to the Highcharts.PatternOptionsObject data type.
Example: chart.style ref: https://api.highcharts.com/class-reference/Highcharts.PatternOptionsObject |
RadialGradient |
Radial color gradients.
|
Stop |
The stops is an array of tuples, where the first item is a float between 0 and 1 assigning the relative position
in the gradient, and the second item is the color.
|
SVGAttributes |
Maps to the Highcharts.SVGAttributes data type.
Example: series.area.states.hover.halo.attributes ref: https://api.highcharts.com/highcharts/series.area.states.hover.halo.attributes |
Copyright © 2022. All rights reserved.