public interface AxisAttributes
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Format for axis ticks (Date series only)
|
String |
getLabel()
Text shown next to axis.
|
String |
getMax()
Maximum value of the axis
|
String |
getMin()
Minimum value shown on the axis.
|
Double |
getPad()
It’s the fraction of margin that the scaling algorithm will add to avoid
that the outermost points ends up on the grid border.
|
String getFormat()
String getLabel()
String getMin()
String getMax()
Double getPad()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.