Class RadialTickOptions
java.lang.Object
software.xdev.chartjs.model.options.scale.AbstractTickOptions<RadialTickOptions>
software.xdev.chartjs.model.options.scale.radial.RadialTickOptions
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class software.xdev.chartjs.model.options.scale.AbstractTickOptions
AbstractTickOptions.MajorTickConfiguration -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Numberprotected Objectprotected Numberprotected Numberprotected NumberFields inherited from class software.xdev.chartjs.model.options.scale.AbstractTickOptions
backdropColor, backdropPadding, callback, color, display, font, major, padding, showLabelBackdrop, textStrokeColor, textStrokeWidth, z -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()setMaxTickLimits(Number maxTickLimits) setPrecision(Number precision) setStepSize(Number stepSize) Methods inherited from class software.xdev.chartjs.model.options.scale.AbstractTickOptions
getBackdropColor, getBackdropPadding, getCallback, getColor, getDisplay, getFont, getMajor, getPadding, getShowLabelBackdrop, getTextStrokeColor, getTextStrokeWidth, getZ, self, setBackdropColor, setBackdropPadding, setCallback, setColor, setDisplay, setFont, setMajor, setPadding, setShowLabelBackdrop, setTextStrokeColor, setTextStrokeWidth, setZ
-
Field Details
-
count
-
format
-
maxTickLimits
-
precision
-
stepSize
-
-
Constructor Details
-
RadialTickOptions
public RadialTickOptions()
-
-
Method Details
-
getCount
-
setCount
-
getFormat
-
setFormat
-
getMaxTickLimits
-
setMaxTickLimits
-
getPrecision
-
setPrecision
-
getStepSize
-
setStepSize
-