Package | Description |
---|---|
com.hyjavastock.model.common | |
com.hyjavastock.model.highstock | |
com.hyjavastock.model.highstock.series | |
com.hyjavastock.model.highstock.series.seriescolumn |
Modifier and Type | Class and Description |
---|---|
class |
AnimationOptions
Maps to the Highcharts.AnimationOptionsObject data type.
Example: chart.animation ref: https://api.highcharts.com/highcharts/chart.animation |
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.*callbackfunction data types.
|
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.
Example: chart.style ref: https://api.highcharts.com/class-reference/Highcharts.PatternOptionsObject |
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.
Example: series.area.states.hover.halo.attributes ref: https://api.highcharts.com/highcharts/series.area.states.hover.halo.attributes |
class |
Unit
Datetime axis only.
|
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.
All Highchart chart options will be set from this class. |
class |
Global
Copyright (c) 2022 Powerbuilt Systems.
|
class |
GlobalOptions
The GlobalOptions class maps directly to the Highcharts global options in the Highcharts API.
All Highchart global options will be set from this class. |
class |
RangeSelector
The range selector is a tool for selecting ranges to display within the chart.
|
class |
Series
Series options for specific data and the data itself.
|
class |
Title
The chart's main title.
|
Modifier and Type | Class and Description |
---|---|
class |
SeriesColumn
A
column series. |
Modifier and Type | Class and Description |
---|---|
class |
Data
An array of data points for the series.
|
class |
DataGrouping
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
|
Copyright © 2023. All rights reserved.