public class Title extends BaseOption
The chart's main title.
Copyright (c) 2018 Powerbuilt Systems. All rights reserved.Constructor and Description |
---|
Title() |
Modifier and Type | Method and Description |
---|---|
String |
getText()
The title of the chart.
|
Title |
setText(String text)
The title of the chart.
|
String |
text()
The title of the chart.
|
Title |
text(String text)
The title of the chart.
|
set_hcNulledOption
public String text()
The title of the chart. To disable the title, set the text
to undefined
.
public Title text(String text)
The title of the chart. To disable the title, set the text
to undefined
.
text
- the value for the text optionpublic String getText()
The title of the chart. To disable the title, set the text
to undefined
.
Copyright © 2022. All rights reserved.