public class AxisTitleOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
String |
align
Alignment of the title relative to the axis values.
|
Integer |
margin
The pixel distance between the axis labels or line and the title.
|
Integer |
offset
The distance of the axis title from the axis line.
|
Integer |
rotation
The rotation of the text in degrees.
|
StyleOptions |
style
CSS styles for the title.
|
String |
text
The actual text of the axis title.
|
| Constructor and Description |
|---|
AxisTitleOptions() |
@Option public String align
@Option public Integer margin
@Option public Integer offset
@Option public Integer rotation
@Option public final StyleOptions style
color: '#6D869F'
fontWeight: 'bold'
Copyright © 2018 Fujion Framework. All rights reserved.