Package | Description |
---|---|
com.hyjavacharts.model.highcharts | |
com.hyjavacharts.model.highcharts.yaxis |
Modifier and Type | Method and Description |
---|---|
PlotLines |
YAxis.getPlotLinesSingle()
An array of objects representing plot lines on the X axis
|
PlotLines |
YAxis.plotLinesSingle()
An array of objects representing plot lines on the X axis
|
Modifier and Type | Method and Description |
---|---|
List<PlotLines> |
YAxis.getPlotLines()
An array of objects representing plot lines on the X axis
|
List<PlotLines> |
YAxis.plotLines()
An array of objects representing plot lines on the X axis
|
Modifier and Type | Method and Description |
---|---|
YAxis |
YAxis.plotLines(List<PlotLines> plotLines)
An array of objects representing plot lines on the X axis
|
YAxis |
YAxis.setPlotLines(List<PlotLines> plotLines)
An array of objects representing plot lines on the X axis
|
Modifier and Type | Method and Description |
---|---|
PlotLines |
PlotLines.color(Color color)
The color of the line.
|
PlotLines |
PlotLines.setColor(Color color)
The color of the line.
|
PlotLines |
PlotLines.setValue(Number value)
The position of the line in axis units.
|
PlotLines |
PlotLines.setWidth(Number width)
The width or thickness of the plot line.
|
PlotLines |
PlotLines.value(Number value)
The position of the line in axis units.
|
PlotLines |
PlotLines.width(Number width)
The width or thickness of the plot line.
|
Copyright © 2022. All rights reserved.