public class TitleOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
AlignHorizontal |
align
The horizontal alignment of the title or subtitle.
|
Boolean |
floating
When the title or subtitle is floating, the plot area will not move to make space for it.
|
Integer |
margin
The margin between the title and the plot area, or if a subtitle is present, the margin
between the subtitle and the plot area.
|
StyleOptions |
style
CSS styles for the title or subtitle.
|
String |
text
The title or subtitle of the chart.
|
AlignVertical |
verticalAlign
The vertical alignment of the title or subtitle.
|
Integer |
x
The x position of the title or subtitle relative to the alignment within chart.spacingLeft
and chart.spacingRight.
|
Integer |
y
The y position of the subtitle relative to the alignment within chart.spacingTop and
chart.spacingBottom.
|
| Constructor and Description |
|---|
TitleOptions() |
@Option public AlignHorizontal align
@Option public Boolean floating
@Option public Integer margin
@Option public final StyleOptions style
color: '#3E576F'
fontSize: '16px' (title only)
@Option public String text
@Option public AlignVertical verticalAlign
@Option public Integer x
Copyright © 2018 Fujion Framework. All rights reserved.