public final class DefaultChartScale extends Object implements IsDefaultScale
Constructor and Description |
---|
DefaultChartScale(Scale scale)
Creates the object by scale option element instance.
|
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.
|
public DefaultChartScale(Scale scale)
scale
- scale option element instance.public IsDefaultScaleLabel getScaleLabel()
IsDefaultScale
getScaleLabel
in interface IsDefaultScale
public IsDefaultTicks getTicks()
IsDefaultScale
getTicks
in interface IsDefaultScale
public IsDefaultGridLines getGrideLines()
IsDefaultScale
getGrideLines
in interface IsDefaultScale
public IsDefaultAngleLines getAngleLines()
IsDefaultScale
getAngleLines
in interface IsDefaultScale
public IsDefaultPointLabels getPointLabels()
IsDefaultScale
getPointLabels
in interface IsDefaultScale
public IsDefaultTime getTime()
IsDefaultScale
getTime
in interface IsDefaultScale
public boolean isStacked()
IsDefaultScale
isStacked
in interface IsDefaultScale
public AxisType getType()
IsDefaultScale
getType
in interface IsDefaultScale
public double getWeight()
IsDefaultScale
getWeight
in interface IsDefaultScale
public Display getDisplay()
IsDefaultScale
getDisplay
in interface IsDefaultScale
public boolean isOffset()
IsDefaultScale
isOffset
in interface IsDefaultScale
public Position getPosition()
IsDefaultScale
getPosition
in interface IsDefaultScale
public ScaleDistribution getDistribution()
IsDefaultScale
getDistribution
in interface IsDefaultScale
public ScaleBounds getBounds()
IsDefaultScale
getBounds
in interface IsDefaultScale