public class ChartTitle extends Object
Constructor and Description |
---|
ChartTitle() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getText()
Get or sets the text.
|
int |
hashCode() |
ChartTitle |
hasTitle(Boolean hasTitle) |
Boolean |
isHasTitle()
Get or sets value determines visibility of title
|
void |
setHasTitle(Boolean hasTitle) |
void |
setText(String text) |
ChartTitle |
text(String text) |
String |
toString() |
public ChartTitle text(String text)
public String getText()
public void setText(String text)
public ChartTitle hasTitle(Boolean hasTitle)
public Boolean isHasTitle()
public void setHasTitle(Boolean hasTitle)
Copyright © 2021. All rights reserved.