Package | Description |
---|---|
com.hyjavacharts.model.highcharts |
Modifier and Type | Method and Description |
---|---|
XAxis |
ChartOptions.getXAxisSingle()
The X axis or category axis.
|
XAxis |
XAxis.setTickPixelInterval(Number tickPixelInterval)
If tickInterval is
null this option sets the approximate pixel interval of the tick marks. |
XAxis |
XAxis.setType(AxisType type)
The type of axis.
|
XAxis |
XAxis.tickPixelInterval(Number tickPixelInterval)
If tickInterval is
null this option sets the approximate pixel interval of the tick marks. |
XAxis |
XAxis.type(AxisType type)
The type of axis.
|
XAxis |
ChartOptions.xAxisSingle()
The X axis or category axis.
|
Modifier and Type | Method and Description |
---|---|
List<XAxis> |
ChartOptions.getXAxis()
The X axis or category axis.
|
List<XAxis> |
ChartOptions.xAxis()
The X axis or category axis.
|
Modifier and Type | Method and Description |
---|---|
ChartOptions |
ChartOptions.setXAxis(List<XAxis> xAxis)
The X axis or category axis.
|
ChartOptions |
ChartOptions.xAxis(List<XAxis> xAxis)
The X axis or category axis.
|
Copyright © 2022. All rights reserved.