public class YAxis extends BaseOption
The Y axis or value axis. Normally this is the vertical axis, though if the chart is inverted this is the horizontal axis. In case of multiple axes, the yAxis node is an array of configuration objects.
See the Axis object for programmatic access to the axis.
Copyright (c) 2018 Powerbuilt Systems. All rights reserved.Constructor and Description |
---|
YAxis() |
Modifier and Type | Method and Description |
---|---|
List<PlotLines> |
getPlotLines()
An array of objects representing plot lines on the X axis
|
PlotLines |
getPlotLinesSingle()
An array of objects representing plot lines on the X axis
|
Title |
getTitle()
The axis title, showing next to the axis line.
|
List<PlotLines> |
plotLines()
An array of objects representing plot lines on the X axis
|
YAxis |
plotLines(List<PlotLines> plotLines)
An array of objects representing plot lines on the X axis
|
PlotLines |
plotLinesSingle()
An array of objects representing plot lines on the X axis
|
YAxis |
setPlotLines(List<PlotLines> plotLines)
An array of objects representing plot lines on the X axis
|
YAxis |
setTitle(Title title)
The axis title, showing next to the axis line.
|
Title |
title()
The axis title, showing next to the axis line.
|
YAxis |
title(Title title)
The axis title, showing next to the axis line.
|
set_hcNulledOption
public PlotLines plotLinesSingle()
An array of objects representing plot lines on the X axis
public List<PlotLines> plotLines()
An array of objects representing plot lines on the X axis
public YAxis plotLines(List<PlotLines> plotLines)
An array of objects representing plot lines on the X axis
plotLines
- the value for the plotLines optionpublic PlotLines getPlotLinesSingle()
An array of objects representing plot lines on the X axis
public List<PlotLines> getPlotLines()
An array of objects representing plot lines on the X axis
public YAxis setPlotLines(List<PlotLines> plotLines)
An array of objects representing plot lines on the X axis
plotLines
- the value for the plotLines optionpublic Title title()
The axis title, showing next to the axis line.
public YAxis title(Title title)
The axis title, showing next to the axis line.
title
- the value for the title optionpublic Title getTitle()
The axis title, showing next to the axis line.
Copyright © 2022. All rights reserved.