Interface | Description |
---|---|
ModelEnum |
Interface for all chart option enums.
|
Class | Description |
---|---|
AnimationOptions |
Maps to the Highcharts.AnimationOptionsObject data type.
|
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.
|
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.
|
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.
|
Copyright © 2024. All rights reserved.