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() |
public AlignHorizontal align
public Boolean floating
public Integer margin
public final StyleOptions style
color: '#3E576F'
fontSize: '16px' (title only)
public String text
public AlignVertical verticalAlign
public Integer x
public Integer y
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.