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() |
@Option public AlignHorizontal align
@Option(convertTo=org.fujion.ancillary.JavaScript.class) public String formatter
@Option public String overflow
@Option public Integer staggerLines
@Option public Integer step
@Option public final StyleOptions style
color: '#6D869F',
fontWeight: 'bold'
@Option public Integer x
Copyright © 2018 Fujion Framework. All rights reserved.