public interface IsDefaultScale
Modifier and Type | Method and Description |
---|---|
IsDefaultAngleLines |
getAngleLines()
Returns the angle lines default.
|
double |
getBarPercentage()
Returns the percent (0-1) of the available width each bar should be within the category width.
|
int |
getBarThickness()
Returns the width of each bar in pixels.
|
ScaleBounds |
getBounds()
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
|
double |
getCategoryPercentage()
Returns the percent (0-1) of the available width each category should be within the sample width.
|
ScaleDistribution |
getDistribution()
Returns the property controls the data distribution along the scale.
|
IsDefaultGridLines |
getGrideLines()
Returns the grid lines defaults.
|
int |
getMaxBarThickness()
Returns the maximum bar thickness.
|
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.
|
int |
getWeight()
The weight used to sort the axis.
|
boolean |
isDisplay()
If true, shows 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()
int getWeight()
boolean isDisplay()
boolean isOffset()
Position getPosition()
double getBarPercentage()
double getCategoryPercentage()
int getBarThickness()
int getMaxBarThickness()
ScaleDistribution getDistribution()
ScaleBounds getBounds()