public class ChartTitle<T> extends Title<ChartTitle<T>,T>
| Constructor and Description |
|---|
ChartTitle(T parent) |
| Modifier and Type | Method and Description |
|---|---|
protected ChartTitle<T> |
self() |
ChartTitle<T> |
setFloating(Boolean floating)
When the title is floating, the plot area will not move to make space for it.
|
ChartTitle<T> |
setUseHTML(Boolean useHTML)
Whether to use HTML to render the text.
|
ChartTitle<T> |
setVerticalAlign(VerticalAlignment verticalAlign)
The vertical alignment of the title.
|
build, getStyle, setAlign, setText, setX, setYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneededModulespublic ChartTitle(T parent)
public ChartTitle<T> setFloating(Boolean floating)
Default: false.
public ChartTitle<T> setUseHTML(Boolean useHTML)
Default: false.
public ChartTitle<T> setVerticalAlign(VerticalAlignment verticalAlign)
protected ChartTitle<T> self()
self in class Title<ChartTitle<T>,T>Copyright © 2019 Jong Soft. All rights reserved.