public interface IsDefaultScale
Modifier and Type | Method and Description |
---|---|
IsDefaultAngleLines |
getAngleLines()
Returns the angle lines default.
|
ScaleBounds |
getBounds()
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
|
Display |
getDisplay()
Returns how showing the axis.
|
ScaleDistribution |
getDistribution()
Returns the property controls the data distribution along the scale.
|
IsDefaultGridLines |
getGrideLines()
Returns the grid lines defaults.
|
IsDefaultPointLabels |
getPointLabels()
Returns the point labels defaults.
|
Position |
getPosition()
Position of the axis in the chart.
|
IsDefaultScaleLabel |
getScaleLabel()
Returns the scale label defaults
|
IsDefaultTicks |
getTicks()
Returns the ticks defaults.
|
IsDefaultTime |
getTime()
Returns the time defaults.
|
AxisType |
getType()
Returns the type of axis.
|
double |
getWeight()
The weight used to sort the axis.
|
boolean |
isOffset()
If true, extra space is added to the both edges and the axis is scaled to fit into the chart area.
|
boolean |
isStacked()
Returns if the axis are stacked or not.
|
IsDefaultScaleLabel getScaleLabel()
IsDefaultTicks getTicks()
IsDefaultGridLines getGrideLines()
IsDefaultAngleLines getAngleLines()
IsDefaultPointLabels getPointLabels()
IsDefaultTime getTime()
boolean isStacked()
AxisType getType()
double getWeight()
Display getDisplay()
boolean isOffset()
Position getPosition()
ScaleDistribution getDistribution()
ScaleBounds getBounds()