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) 2019 Powerbuilt Systems. All rights reserved.Constructor and Description |
---|
YAxis() |
Modifier and Type | Method and Description |
---|---|
Title |
getTitle()
The axis title, showing next to the axis line.
|
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 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.