Modifier and Type | Class and Description |
---|---|
class |
AnimationOptions
Maps to the Highcharts.AnimationOptionsObject data type.
|
class |
Color
Maps to the Highcharts Color, Highcharts.ColorString, Highcharts.GradientColorObject, Highcharts.PatternOptionsObject data types.
|
class |
CSSObject
Maps to the Highcharts CSSObject and Highcharts.CSSObject data types.
|
class |
Function
Maps to the Highcharts Function, highcharts.
|
class |
General
The general option data type to handle the case where a Javascript value is needed.
|
class |
LinearGradient
Linear color gradients.
|
class |
PatternOptions
Maps to the Highcharts.PatternOptionsObject data type.
|
class |
RadialGradient
Radial color gradients.
|
class |
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.
|
class |
SVGAttributes
Maps to the Highcharts.SVGAttributes data type.
|
Modifier and Type | Class and Description |
---|---|
class |
Chart
General options for the chart.
|
class |
ChartOptions
The ChartOptions class maps directly to the Highcharts chart options in the Highcharts API.
|
class |
Global
Copyright (c) 2024 Powerbuilt Systems.
|
class |
GlobalOptions
The GlobalOptions class maps directly to the Highcharts global options in the Highcharts API.
|
class |
Legend
The legend is a box containing a symbol and name for each series item or point item in the chart.
|
class |
PlotOptions
The plotOptions is a wrapper object for config objects for each series type.
|
class |
Responsive
Allows setting a set of rules to apply for different screen or chart sizes.
|
class |
Series
Series options for specific data and the data itself.
|
class |
Subtitle
The chart's subtitle.
|
class |
Title
The chart's main title.
|
class |
Tooltip
Options for the tooltip that appears when the user hovers over a series or point.
|
class |
XAxis
The X axis or category axis.
|
class |
YAxis
The Y axis or value axis.
|
Modifier and Type | Class and Description |
---|---|
class |
DataLabels
Options for the series data labels, appearing next to each data point.
|
class |
Label
Series labels are placed as close to the series as possible in a natural way, seeking to avoid other series.
|
Modifier and Type | Class and Description |
---|---|
class |
Filter
A declarative filter to control of which data labels to display.
|
Modifier and Type | Class and Description |
---|---|
class |
Rules
A set of rules for responsive settings.
|
Modifier and Type | Class and Description |
---|---|
class |
Condition
Under which conditions the rule applies.
|
Modifier and Type | Class and Description |
---|---|
class |
SeriesLine
A
line series. |
class |
SeriesPie
A
pie series. |
Modifier and Type | Class and Description |
---|---|
class |
Data
An array of data points for the series.
|
Modifier and Type | Class and Description |
---|---|
class |
Accessibility
Accessibility options for an axis.
|
Copyright © 2024. All rights reserved.