public class Chart extends BaseOption
General options for the chart.
Copyright (c) 2024 Powerbuilt Systems. All rights reserved.Constructor and Description |
---|
Chart() |
Modifier and Type | Method and Description |
---|---|
ChartType |
getType()
The default series type for the chart.
|
Chart |
setType(ChartType type)
The default series type for the chart.
|
set_hcNulledOption
public static final Chart NULL
public ChartType getType()
The default series type for the chart. Can be any of the chart types listed under plotOptions and series or can be a series provided by an additional module.
In TypeScript this option has no effect in sense of typing and instead the type
option must always be set in the series.
public Chart setType(ChartType type)
The default series type for the chart. Can be any of the chart types listed under plotOptions and series or can be a series provided by an additional module.
In TypeScript this option has no effect in sense of typing and instead the type
option must always be set in the series.
type
- the value for the type optionCopyright © 2024. All rights reserved.