public final class DefaultChartTicks extends Object implements IsDefaultTicks
| Modifier and Type | Method and Description | 
|---|---|
| int | getAutoSkipPadding()Returns the padding between the ticks on the horizontal axis when autoSkip is enabled. | 
| String | getBackdropColorAsString()Returns the color of label backdrops. | 
| int | getBackdropPaddingX()Returns the horizontal padding of label backdrop. | 
| int | getBackdropPaddingY()Returns the vertical padding of label backdrop. | 
| String | getFontColorAsString()Returns the font color | 
| String | getFontFamily()Returns the font family, follows CSS font-family options. | 
| int | getFontSize()Returns the font size. | 
| FontStyle | getFontStyle()Returns the font style, follows CSS font-style options (i.e. | 
| int | getLabelOffset()Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis,
 and the x direction for the y axis). Note: this can cause labels at the edges to be cropped by the edge of the canvas. | 
| double | getLineHeight()Returns the height of an individual line of text. | 
| IsDefaultMajorTick | getMajor()Returns the major tick defaults. | 
| double | getMax()Returns the user defined maximum number for the scale, overrides maximum value from data. | 
| int | getMaxRotation()Returns the maximum rotation for tick labels when rotating to condense labels. | 
| int | getMaxTicksLimit()Returns the maximum number of ticks and gridlines to show. | 
| double | getMin()Returns the user defined minimum number for the scale, overrides minimum value from data. | 
| IsDefaultMinorTick | getMinor()Returns the minor tick defaults. | 
| int | getMinRotation()Returns the minimum rotation for tick labels. | 
| int | getPadding()Returns the padding between the tick label and the axis. | 
| int | getPrecision()If defined and stepSize is not specified, the step size will be rounded to this many decimal places. | 
| int | getSampleSize()Returns the number of ticks to examine when deciding how many labels will fit. Setting a smaller value will be faster, but may be less accurate when there is large variability in label length. | 
| TickSource | getSource()Returns the property controls the ticks generation. | 
| double | getStepSize()Returns the user defined fixed step size for the scale. | 
| double | getSuggestedMax()Returns the adjustment used when calculating the maximum data value. | 
| double | getSuggestedMin()Returns the adjustment used when calculating the minimum data value. | 
| int | getZ()Returns z-index of tick layer. | 
| boolean | isAutoSkip()If true, automatically calculates how many labels that can be shown and hides labels accordingly. | 
| boolean | isBeginAtZero()If true, scale will include 0 if it is not already included. | 
| boolean | isDisplay()If true, show tick marks | 
| boolean | isMirror()Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside. | 
| boolean | isReverse()Returns the reverses order of tick labels. | 
| boolean | isShowLabelBackdrop()If true, draw a background behind the tick labels. | 
public String getFontColorAsString()
IsDefaultFontItemgetFontColorAsString in interface IsDefaultFontItempublic int getFontSize()
IsDefaultFontItemgetFontSize in interface IsDefaultFontItempublic FontStyle getFontStyle()
IsDefaultFontItemgetFontStyle in interface IsDefaultFontItempublic String getFontFamily()
IsDefaultFontItemgetFontFamily in interface IsDefaultFontItempublic IsDefaultMinorTick getMinor()
IsDefaultTicksgetMinor in interface IsDefaultTickspublic IsDefaultMajorTick getMajor()
IsDefaultTicksgetMajor in interface IsDefaultTickspublic boolean isBeginAtZero()
IsDefaultTicksisBeginAtZero in interface IsDefaultTickspublic boolean isDisplay()
IsDefaultTicksisDisplay in interface IsDefaultTickspublic boolean isReverse()
IsDefaultTicksisReverse in interface IsDefaultTickspublic boolean isAutoSkip()
IsDefaultTicksisAutoSkip in interface IsDefaultTickspublic int getAutoSkipPadding()
IsDefaultTicksgetAutoSkipPadding in interface IsDefaultTickspublic int getLabelOffset()
IsDefaultTicksgetLabelOffset in interface IsDefaultTickspublic int getMaxRotation()
IsDefaultTicksgetMaxRotation in interface IsDefaultTickspublic int getMinRotation()
IsDefaultTicksgetMinRotation in interface IsDefaultTickspublic boolean isMirror()
IsDefaultTicksisMirror in interface IsDefaultTickspublic int getPadding()
IsDefaultTicksgetPadding in interface IsDefaultTickspublic double getMin()
IsDefaultTicksgetMin in interface IsDefaultTickspublic double getMax()
IsDefaultTicksgetMax in interface IsDefaultTickspublic int getMaxTicksLimit()
IsDefaultTicksgetMaxTicksLimit in interface IsDefaultTickspublic double getStepSize()
IsDefaultTicksgetStepSize in interface IsDefaultTickspublic double getSuggestedMax()
IsDefaultTicksgetSuggestedMax in interface IsDefaultTickspublic double getSuggestedMin()
IsDefaultTicksgetSuggestedMin in interface IsDefaultTickspublic String getBackdropColorAsString()
IsDefaultTicksgetBackdropColorAsString in interface IsDefaultTickspublic int getBackdropPaddingX()
IsDefaultTicksgetBackdropPaddingX in interface IsDefaultTickspublic int getBackdropPaddingY()
IsDefaultTicksgetBackdropPaddingY in interface IsDefaultTickspublic boolean isShowLabelBackdrop()
IsDefaultTicksisShowLabelBackdrop in interface IsDefaultTickspublic TickSource getSource()
IsDefaultTicksgetSource in interface IsDefaultTickspublic int getPrecision()
IsDefaultTicksgetPrecision in interface IsDefaultTickspublic double getLineHeight()
IsDefaultBaseTickgetLineHeight in interface IsDefaultBaseTickpublic int getZ()
IsDefaultTicksgetZ in interface IsDefaultTickspublic int getSampleSize()
IsDefaultTicksgetSampleSize in interface IsDefaultTicks