Package | Description |
---|---|
com.hyjavacharts.model.highcharts |
Modifier and Type | Method and Description |
---|---|
YAxis |
ChartOptions.getYAxisSingle()
The Y axis or value axis.
|
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
|
YAxis |
YAxis.setTitle(Title title)
The axis title, showing next to the axis line.
|
YAxis |
YAxis.title(Title title)
The axis title, showing next to the axis line.
|
YAxis |
ChartOptions.yAxisSingle()
The Y axis or value axis.
|
Modifier and Type | Method and Description |
---|---|
List<YAxis> |
ChartOptions.getYAxis()
The Y axis or value axis.
|
List<YAxis> |
ChartOptions.yAxis()
The Y axis or value axis.
|
Modifier and Type | Method and Description |
---|---|
ChartOptions |
ChartOptions.setYAxis(List<YAxis> yAxis)
The Y axis or value axis.
|
ChartOptions |
ChartOptions.yAxis(List<YAxis> yAxis)
The Y axis or value axis.
|
Copyright © 2022. All rights reserved.