public class AxisLabelOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
AlignHorizontal |
align
What part of the string the given position is anchored to.
|
Boolean |
enabled
Enable or disable the axis labels.
|
String |
formatter
Callback JavaScript function to format the label.
|
String |
overflow
How to handle overflowing labels on horizontal axis.
|
Integer |
rotation
Rotation of the labels in degrees.
|
Integer |
staggerLines
Horizontal axes only.
|
Integer |
step
To show only every n'th label on the axis, set the step to n.
|
StyleOptions |
style
CSS styles for the label.
|
Integer |
x
The x position offset of the label relative to the tick position on the axis.
|
Integer |
y
The y position offset of the label relative to the tick position on the axis.
|
| Constructor and Description |
|---|
AxisLabelOptions() |
public AlignHorizontal align
public Boolean enabled
@JavaScript public String formatter
public String overflow
public Integer rotation
public Integer staggerLines
public Integer step
public final StyleOptions style
color: '#6D869F',
fontWeight: 'bold'
public Integer x
public Integer y
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.