public class Title extends BaseOption
The axis title, showing next to the axis line.
Copyright (c) 2018 Powerbuilt Systems. All rights reserved.Constructor and Description |
---|
Title() |
Modifier and Type | Method and Description |
---|---|
String |
getText()
The actual text of the axis title.
|
Title |
setText(String text)
The actual text of the axis title.
|
String |
text()
The actual text of the axis title.
|
Title |
text(String text)
The actual text of the axis title.
|
set_hcNulledOption
public String text()
The actual text of the axis title. Horizontal texts can contain HTML, but rotated texts are painted using vector techniques and must be clean text. The Y axis title is disabled by setting the text
option to undefined
.
public Title text(String text)
The actual text of the axis title. Horizontal texts can contain HTML, but rotated texts are painted using vector techniques and must be clean text. The Y axis title is disabled by setting the text
option to undefined
.
text
- the value for the text optionpublic String getText()
The actual text of the axis title. Horizontal texts can contain HTML, but rotated texts are painted using vector techniques and must be clean text. The Y axis title is disabled by setting the text
option to undefined
.
public Title setText(String text)
The actual text of the axis title. Horizontal texts can contain HTML, but rotated texts are painted using vector techniques and must be clean text. The Y axis title is disabled by setting the text
option to undefined
.
text
- the value for the text optionCopyright © 2022. All rights reserved.