-
public class StateSettings extends Base
The StateSettings class contains methods for configuring the states of different charts and their parts. States are used for {api:anychart.core.SeriesBase}series{api}, {api:anychart.charts}charts{api}, {api:anychart.core.annotations}annotations{api}, {api:anychart.core.gantt.DataGridButton}buttons{api}, {api:anychart.core.venn.Intersections}intersections{api} in {api:anychart.charts.Venn}Venn Diagram{api}, {api:anychart.core.linearGauge.pointers}pointers{api} in {api:anychart.charts.LinearGauge}Linear Gauge{api}, {api:anychart.core.pert.Tasks}tasks{api}, and {api:anychart.core.pert.Milestones}milestones{api} in {api:anychart.charts.Pert}PERT Chart{api}, {api:anychart.core.resource.Activities}activities{api} in {api:anychart.charts.Resource}Resource Chart{api}. See examples below:
-
-
Constructor Summary
Constructors Constructor Description StateSettings(String jsChart)
-
Method Summary
Modifier and Type Method Description static StateSettingsinstantiate()StringgetJsBase()voidadjustFontSize()Getter for the adjusting font size. StateSettingsadjustFontSize(Boolean adjustOrAdjustByWidth, Boolean adjustByHeight)Setter for the adjusting font size. StateSettingsadjustFontSize(Array<Boolean> adjustOrAdjustByWidth, Boolean adjustByHeight)Setter for the adjusting font size. StateSettingsadjustFontSize(String adjustOrAdjustByWidth, Boolean adjustByHeight)Setter for the adjusting font size. Backgroundbackground()Getter for the background. StateSettingsbackground(String settings)Setter for the background settings. StateSettingsbackground(Boolean settings)Setter for the background settings. Connectorconnector()Getter for connector settings (for stock event markers). StateSettingsconnector(String settings)Setter for the connector settings (for stock event markers). voidcontent()Getter for buttons content settings. StateSettingscontent(String content)Setter for buttons content settings. StateSettingscontent(Number content)Setter for buttons content settings. voiddisablePointerEvents()Getter for the state of disablePointerEvents option. StateSettingsdisablePointerEvents(Boolean enabled)Setter for the text disablePointerEvents option. voiddummyFill()Getter for the dummy fill color. StateSettingsdummyFill(Fill color)Setter for dummy fill settings using a string. StateSettingsdummyFill(String color, Number opacity)Dummy fill color with opacity. StateSettingsdummyFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient dummy fill. StateSettingsdummyFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient dummy fill. StateSettingsdummyFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient dummy fill. StateSettingsdummyFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient dummy fill. StateSettingsdummyFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient dummy fill. StateSettingsdummyFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient dummy fill. StateSettingsdummyFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient dummy fill. StateSettingsdummyFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient dummy fill. voiddummyStroke()Getter for tasks dummy stroke. StateSettingsdummyStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for tasks dummy stroke. StateSettingsdummyStroke(String settings)Setter for tasks dummy stroke using an object. voidemptyFill()Getter for the state fill color for the empty part of a tank. StateSettingsemptyFill(Fill color)Setter for state fill settings for the empty part of a tank using an object and a string. StateSettingsemptyFill(String color, Number opacity)State fill color with opacity for the empty part of a tank. PatternFillemptyHatchFill()Getter for hatch fill settings. StateSettingsemptyHatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for hatch fill settings. StateSettingsemptyHatchFill(String type, String color, Number thickness, Number size)Setter for hatch fill settings. StateSettingsemptyHatchFill(String hatchFillFunction)Setter for hatch fill settings using function. StateSettingsemptyHatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. StateSettingsemptyHatchFill(HatchFill settings)Setter for hatch fill settings using an instance. StateSettingsemptyHatchFill(Boolean enabled)Setter for hatch fill using boolean. voidexplode()Getter for the explode radius (for Pie chart). StateSettingsexplode(Number explode)Setter for the explode radius (for Pie chart). StateSettingsexplode(String explode)Setter for the explode radius (for Pie chart). voidfallingFill()Getter for the falling fill color. BasefallingFill(Fill color)Setter for falling fill settings using an array or a string. BasefallingFill(GradientKey color)Setter for falling fill settings using an array or a string. BasefallingFill(Array<String> color)Setter for falling fill settings using an array or a string. BasefallingFill(String color, Number opacity)Falling fill color with opacity. BasefallingFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient falling fill. BasefallingFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient falling fill. BasefallingFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient falling fill. BasefallingFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient falling fill. BasefallingFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient falling fill. BasefallingFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient falling fill. BasefallingFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient falling fill. BasefallingFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient falling fill. PatternFillfallingHatchFill()Getter for falling hatch fill settings. BasefallingHatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for falling hatch fill settings. BasefallingHatchFill(String type, String color, Number thickness, Number size)Setter for falling hatch fill settings. StateSettingsfallingHatchFill(String hatchFillFunction)Setter for falling hatch fill settings using function. StateSettingsfallingHatchFill(PatternFill patternFill)Setter for falling hatch fill settings using pattern fill. StateSettingsfallingHatchFill(HatchFill settings)Setter for falling hatch fill settings using an instance. StateSettingsfallingHatchFill(Boolean enabled)Setter for falling hatch fill using boolean. voidfallingStroke()Getter for falling stroke settings. StateSettingsfallingStroke(Stroke stroke, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(Stroke stroke, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(Stroke stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(Stroke stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(ColoredFill stroke, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(ColoredFill stroke, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(ColoredFill stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(ColoredFill stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(String stroke, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(String stroke, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(String stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(String stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for falling stroke settings. StateSettingsfallingStroke(String settings)Setter for falling stroke using an object. voidfill()Getter for the fill. StateSettingsfill(Fill color)Setter for fill settings using an array, an object or a string. StateSettingsfill(GradientKey color)Setter for fill settings using an array, an object or a string. StateSettingsfill(Array<String> color)Setter for fill settings using an array, an object or a string. StateSettingsfill(String color, Number opacity)Setter for the fill color with opacity. StateSettingsfill(GradientKey keys, Number angle, Boolean mode, Number opacity)Setter for the linear gradient fill. StateSettingsfill(GradientKey keys, Number angle, Rect mode, Number opacity)Setter for the linear gradient fill. StateSettingsfill(GradientKey keys, Number angle, String mode, Number opacity)Setter for the linear gradient fill. StateSettingsfill(Array<String> keys, Number angle, Boolean mode, Number opacity)Setter for the linear gradient fill. StateSettingsfill(Array<String> keys, Number angle, Rect mode, Number opacity)Setter for the linear gradient fill. StateSettingsfill(Array<String> keys, Number angle, String mode, Number opacity)Setter for the linear gradient fill. StateSettingsfill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Setter for the radial gradient fill. StateSettingsfill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Setter for the radial gradient fill. voidfontColor()Getter for font color settings. StateSettingsfontColor(String color)Setter for font color settings. voidfontDecoration()Getter for the text font decoration. StateSettingsfontDecoration(Decoration value)Setter for the text font decoration. StateSettingsfontDecoration(String value)Setter for the text font decoration. voidfontFamily()Getter for the font family of text. StateSettingsfontFamily(String family)Setter for the font family of text. voidfontOpacity()Getter for the text font opacity. StateSettingsfontOpacity(Number opacity)Setter for the text font opacity. voidfontPadding()Getter for the font padding. StateSettingsfontPadding(Number padding)Setter for the font padding. StateSettingsfontPadding(String padding)Setter for the font padding. voidfontSize()Getter for font size settings. StateSettingsfontSize(Number size)Setter for font size settings. StateSettingsfontSize(String size)Setter for font size settings. voidfontStyle()Getter for the text font style. StateSettingsfontStyle(FontStyle style)Setter for the text font style. StateSettingsfontStyle(String style)Setter for the text font style. voidfontVariant()Getter for the text font variant. StateSettingsfontVariant(FontVariant value)Setter for the text font variant. StateSettingsfontVariant(String value)Setter for the text font variant. voidfontWeight()Getter for the text font weight. StateSettingsfontWeight(String weight)Setter for the text font weight. StateSettingsfontWeight(Number weight)Setter for the text font weight. voidgrid()Getter for annotation grid settings. StateSettingsgrid(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for annotation grid settings. StateSettingsgrid(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for annotation grid settings. StateSettingsgrid(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for annotation grid settings. StateSettingsgrid(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for annotation grid settings. StateSettingsgrid(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for annotation grid settings. StateSettingsgrid(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for annotation grid settings. StateSettingsgrid(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for annotation grid settings. StateSettingsgrid(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for annotation grid settings. StateSettingsgrid(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for annotation grid settings. StateSettingsgrid(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for annotation grid settings. StateSettingsgrid(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for annotation grid settings. StateSettingsgrid(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for annotation grid settings. voidhAlign()Getter for the button text horizontal align. StateSettingshAlign(HAlign align)Setter for the button text horizontal align. StateSettingshAlign(String align)Setter for the button text horizontal align. PatternFillhatchFill()Getter for hatch fill settings. StateSettingshatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for hatch fill settings. StateSettingshatchFill(String type, String color, Number thickness, Number size)Setter for hatch fill settings. StateSettingshatchFill(String hatchFillFunction)Setter for hatch fill settings using function. StateSettingshatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. StateSettingshatchFill(HatchFill settings)Setter for hatch fill settings using an instance. StateSettingshatchFill(Boolean enabled)Setter for hatch fill using boolean. LabelsFactoryheaders()Getter for the header labels (TreeMap). StateSettingsheaders(String settings)Setter for the header labels (TreeMap). StateSettingsheaders(Boolean settings)Setter for the header labels (TreeMap). voidheight()Getter for the event markers height. StateSettingsheight(String height)Setter for the markers height. StateSettingsheight(Number height)Setter for the markers height. voidhighFill()Getter for the high fill color (for the range series and Hilo series). BasehighFill(Fill color)Setter for the high fill settings using an array, an object or a string (for the range series and Hilo series). BasehighFill(GradientKey color)Setter for the high fill settings using an array, an object or a string (for the range series and Hilo series). BasehighFill(Array<String> color)Setter for the high fill settings using an array, an object or a string (for the range series and Hilo series). BasehighFill(String color, Number opacity)High fill color with opacity (for the range series and Hilo series). BasehighFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient high fill (for the range series and Hilo series). BasehighFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient high fill (for the range series and Hilo series). BasehighFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient high fill (for the range series and Hilo series). BasehighFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient high fill (for the range series and Hilo series). BasehighFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient high fill (for the range series and Hilo series). BasehighFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient high fill (for the range series and Hilo series). StateSettingshighFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient high fill (for the range series and Hilo series). StateSettingshighFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient high fill (for the range series and Hilo series). PatternFillhighHatchFill()Getter for high hatch fill settings (for the range series and Hilo series). StateSettingshighHatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for high hatch fill settings (for the range series and Hilo series). StateSettingshighHatchFill(String type, String color, Number thickness, Number size)Setter for high hatch fill settings (for the range series and Hilo series). StateSettingshighHatchFill(String function)Setter for high hatch fill settings using function (for the range series and Hilo series). StateSettingshighHatchFill(PatternFill patternFill)Setter for high hatch fill settings using pattern fill (for the range series and Hilo series). StateSettingshighHatchFill(HatchFill settings)Setter for high hatch fill settings using an instance (for the range series and Hilo series). StateSettingshighHatchFill(Boolean enabled)Setter for high hatch fill using boolean. voidhighStroke()Getter for high stroke settings. StateSettingshighStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for high stroke settings. StateSettingshighStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. StateSettingshighStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for high stroke settings. StateSettingshighStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. StateSettingshighStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for high stroke settings. StateSettingshighStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. StateSettingshighStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for high stroke settings. StateSettingshighStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. StateSettingshighStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for high stroke settings. StateSettingshighStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. StateSettingshighStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for high stroke settings. StateSettingshighStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. StateSettingshovered()Getter for the hovered state. voidhovered(String settings)Setter for the hovered state. LabelsFactorylabels()Getter for labels. StateSettingslabels(String settings)Setter for labels. StateSettingslabels(Boolean settings)Setter for labels. voidletterSpacing()Getter for the button text letter spacing. StateSettingsletterSpacing(String spacing)Setter for the button text letter spacing. StateSettingsletterSpacing(Number spacing)Setter for the button text letter spacing. voidlineHeight()Getter for the button text line height. StateSettingslineHeight(String height)Setter for the button text line height. StateSettingslineHeight(Number height)Setter for the button text line height. voidlowFill()Getter for the series low fill color (for the range series and Hilo series). BaselowFill(Fill color)Setter for the low fill settings using an array, an object or a string (for the range series and Hilo series). BaselowFill(GradientKey color)Setter for the low fill settings using an array, an object or a string (for the range series and Hilo series). BaselowFill(Array<String> color)Setter for the low fill settings using an array, an object or a string (for the range series and Hilo series). BaselowFill(String color, Number opacity)Low fill color with opacity (for the range series and Hilo series). BaselowFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient low fill (for the range series and Hilo series). BaselowFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient low fill (for the range series and Hilo series). BaselowFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient low fill (for the range series and Hilo series). BaselowFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient low fill (for the range series and Hilo series). BaselowFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient low fill (for the range series and Hilo series). BaselowFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient low fill (for the range series and Hilo series). StateSettingslowFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient low fill (for the range series and Hilo series). StateSettingslowFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient low fill (for the range series and Hilo series). PatternFilllowHatchFill()Getter for low hatch fill settings (for the range series and Hilo series). StateSettingslowHatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for low hatch fill settings (for the range series and Hilo series). StateSettingslowHatchFill(String type, String color, Number thickness, Number size)Setter for low hatch fill settings (for the range series and Hilo series). StateSettingslowHatchFill(String function)Setter for low hatch fill settings using function (for the range series and Hilo series). StateSettingslowHatchFill(PatternFill patternFill)Setter for low hatch fill settings using pattern fill (for the range series and Hilo series). StateSettingslowHatchFill(HatchFill settings)Setter for low hatch fill settings using an instance (for the range series and Hilo series). StateSettingslowHatchFill(Boolean enabled)Setter for low hatch fill using boolean. voidlowStroke()Getter for low stroke settings. StateSettingslowStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for low stroke settings. StateSettingslowStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. StateSettingslowStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for low stroke settings. StateSettingslowStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. StateSettingslowStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for low stroke settings. StateSettingslowStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. StateSettingslowStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for low stroke settings. StateSettingslowStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. StateSettingslowStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for low stroke settings. StateSettingslowStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. StateSettingslowStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for low stroke settings. StateSettingslowStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. StateSettingslowStroke(String settings)Setter for low stroke using an object. LabelsFactorylowerLabels()Getter for lower labels (for pert tasks). StateSettingslowerLabels(String settings)Setter for lower labels (for pert tasks). StateSettingslowerLabels(Boolean settings)Setter for lower labels (for pert tasks). MarkersFactorymarkers()Getter for data markers. StateSettingsmarkers(String settings)Setter for data markers. StateSettingsmarkers(Boolean settings)Setter for data markers. LabelsFactorymaxLabels()Getter for maximum labels. StateSettingsmaxLabels(String settings)Setter for maximum labels. StateSettingsmaxLabels(Boolean settings)Setter for maximum labels. voidmedianStroke()Getter for median stroke settings. StateSettingsmedianStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for median stroke settings. StateSettingsmedianStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for median stroke settings. StateSettingsmedianStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for median stroke settings. StateSettingsmedianStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for median stroke settings. StateSettingsmedianStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for median stroke settings. StateSettingsmedianStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for median stroke settings. StateSettingsmedianStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for median stroke settings. StateSettingsmedianStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for median stroke settings. StateSettingsmedianStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for median stroke settings. StateSettingsmedianStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for median stroke settings. StateSettingsmedianStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for median stroke settings. StateSettingsmedianStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for median stroke settings. StateSettingsmedianStroke(String settings)Setter for median stroke using an object. LabelsFactoryminLabels()Getter for minimum labels. StateSettingsminLabels(String settings)Setter for minimum labels. StateSettingsminLabels(Boolean settings)Setter for minimum labels. voidnegativeFill()Getter for the series negative fill color. StateSettingsnegativeFill(Fill color)Setter for negative fill settings using an array, an object or a string. StateSettingsnegativeFill(GradientKey color)Setter for negative fill settings using an array, an object or a string. StateSettingsnegativeFill(Array<String> color)Setter for negative fill settings using an array, an object or a string. StateSettingsnegativeFill(String color, Number opacity)Negative fill color with opacity. StateSettingsnegativeFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. StateSettingsnegativeFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. StateSettingsnegativeFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. StateSettingsnegativeFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. StateSettingsnegativeFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. StateSettingsnegativeFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. StateSettingsnegativeFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient negative fill. StateSettingsnegativeFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient negative fill. PatternFillnegativeHatchFill()Getter for negative hatch fill settings. StateSettingsnegativeHatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for negative hatch fill settings. StateSettingsnegativeHatchFill(String type, String color, Number thickness, Number size)Setter for negative hatch fill settings. StateSettingsnegativeHatchFill(String hatchFillFunction)Setter for negative hatch fill settings using function. StateSettingsnegativeHatchFill(PatternFill patternFill)Setter for negative hatch fill settings using pattern fill. StateSettingsnegativeHatchFill(HatchFill settings)Setter for negative hatch fill settings using an instance. StateSettingsnegativeHatchFill(Boolean enabled)Setter for negative hatch fill using boolean. voidnegativeStroke()Getter for negative stroke settings. StateSettingsnegativeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for negative stroke settings. StateSettingsnegativeStroke(String settings)Setter for negative stroke using an object. StateSettingsnormal()Getter for the normal state. voidnormal(String settings)Setter for the normal state. MarkersFactoryoutlierMarkers()Getter for series outlier markers. StateSettingsoutlierMarkers(String settings)Setter for series outlier markers. StateSettingsoutlierMarkers(Boolean settings)Setter for series outlier markers. Outlineoutline()Getter for pie outline settings. StateSettingsoutline(String settings)Setter for pie outline settings. voidremoveAllListeners(String type)Removes all listeners from an object. voidrisingFill()Getter for the series rising fill color. BaserisingFill(Fill color)Setter for the rising fill settings using an array, an object or a string. BaserisingFill(String color)Setter for the rising fill settings using an array, an object or a string. BaserisingFill(Array<String> color)Setter for the rising fill settings using an array, an object or a string. BaserisingFill(String color, Number opacity)Rising fill color with opacity. BaserisingFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient rising fill. BaserisingFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient rising fill. BaserisingFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient rising fill. BaserisingFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient rising fill. BaserisingFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient rising fill. BaserisingFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient rising fill. StateSettingsrisingFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient rising fill. StateSettingsrisingFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient rising fill. PatternFillrisingHatchFill()Getter for the rising hatch fill. BaserisingHatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for rising hatch fill settings. BaserisingHatchFill(String type, String color, Number thickness, Number size)Setter for rising hatch fill settings. StateSettingsrisingHatchFill(String hatchFillFunction)Setter for rising hatch fill settings using function. StateSettingsrisingHatchFill(PatternFill patternFill)Setter for rising hatch fill settings using pattern fill. StateSettingsrisingHatchFill(HatchFill settings)Setter for rising hatch fill settings using an instance. StateSettingsrisingHatchFill(Boolean enabled)Setter for rising hatch fill using boolean. voidrisingStroke()Getter for rising stroke settings. StateSettingsrisingStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for rising stroke settings. StateSettingsrisingStroke(String settings)Setter for rising stroke using an object. voidselectable()Getter for the text selectable option. StateSettingsselectable(Boolean enabled)Setter for the text selectable. StateSettingsselected()Getter for the selected state. voidselected(String settings)Setter for the selected state. voidsize()Getter for the marker size. StateSettingssize(Number size)Setter for the marker size. voidstemStroke()Getter for stem stroke settings. StateSettingsstemStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stem stroke settings. StateSettingsstemStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stem stroke settings. StateSettingsstemStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stem stroke settings. StateSettingsstemStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stem stroke settings. StateSettingsstemStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stem stroke settings. StateSettingsstemStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stem stroke settings. StateSettingsstemStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stem stroke settings. StateSettingsstemStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stem stroke settings. StateSettingsstemStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stem stroke settings. StateSettingsstemStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stem stroke settings. StateSettingsstemStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stem stroke settings. StateSettingsstemStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stem stroke settings. StateSettingsstemStroke(String settings)Setter for stem stroke using an object. voidstroke()Getter for stroke settings. StateSettingsstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke settings. StateSettingsstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke settings. StateSettingsstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke settings. StateSettingsstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke settings. StateSettingsstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke settings. StateSettingsstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke settings. StateSettingsstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke settings. StateSettingsstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke settings. StateSettingsstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke settings. StateSettingsstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke settings. StateSettingsstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke settings. StateSettingsstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke settings. StateSettingsstroke(String settings)Setter for stroke settings using an object. voidtextDirection()Getter for the button text direction. StateSettingstextDirection(Direction direction)Setter for the button text direction. StateSettingstextDirection(String direction)Setter for the button text direction. voidtextIndent()Getter for the button text indent. StateSettingstextIndent(Number indent)Setter for the button text indent. voidtextOverflow()Getter for the text overflow settings. StateSettingstextOverflow(TextOverflow value)Setter for the text overflow settings. StateSettingstextOverflow(String value)Setter for the text overflow settings. voidtrend()Getter for annotation trend settings. StateSettingstrend(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for annotation trend settings. StateSettingstrend(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for annotation trend settings. StateSettingstrend(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for annotation trend settings. StateSettingstrend(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for annotation trend settings. StateSettingstrend(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for annotation trend settings. StateSettingstrend(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for annotation trend settings. StateSettingstrend(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for annotation trend settings. StateSettingstrend(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for annotation trend settings. StateSettingstrend(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for annotation trend settings. StateSettingstrend(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for annotation trend settings. StateSettingstrend(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for annotation trend settings. StateSettingstrend(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for annotation trend settings. voidtype()Getter for the marker type. StateSettingstype(MarkerType type)Setter for the marker type. StateSettingstype(String type)Setter for the marker type. voidsetOnClickListener(ListenersInterface.OnClickListener listener)voidsetOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)voidunlistenByKey(String key)Removes an event listener which was added with listen() by the key returned by listen() or listenOnce(). LabelsFactoryupperLabels()Getter for upper labels (for pert tasks). StateSettingsupperLabels(String settings)Setter for upper labels (for pert tasks). StateSettingsupperLabels(Boolean settings)Setter for upper labels (for pert tasks). voiduseHtml()Getter for the useHtml flag. StateSettingsuseHtml(Boolean enabled)Setter for flag useHtml. voidvAlign()Getter for the button text vertical align. StateSettingsvAlign(VAlign align)Setter for the button text vertical align. StateSettingsvAlign(String align)Setter for the button text vertical align. voidwhiskerStroke()Getter for whisker stroke settings. StateSettingswhiskerStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for whisker stroke settings. StateSettingswhiskerStroke(String settings)Setter for whisker stroke using an object. voidwhiskerWidth()Getter for the whisker width. StateSettingswhiskerWidth(Number width)Setter for the whisker width. StateSettingswhiskerWidth(String width)Setter for the whisker width. voidwidth()Getter for the markers width. StateSettingswidth(String width)Setter for the markers width. StateSettingswidth(Number width)Setter for the markers width. voidwordBreak()Getter for the word-break mode. StateSettingswordBreak(WordBreak mode)Setter for the word-break mode. StateSettingswordBreak(String mode)Setter for the word-break mode. voidwordWrap()Getter for the word-wrap mode. StateSettingswordWrap(WordWrap mode)Setter for the word-wrap mode. StateSettingswordWrap(String mode)Setter for the word-wrap mode. StateSettingsfill(String value)-
-
Constructor Detail
-
StateSettings
StateSettings(String jsChart)
-
-
Method Detail
-
instantiate
static StateSettings instantiate()
-
adjustFontSize
void adjustFontSize()
Getter for the adjusting font size.
-
adjustFontSize
StateSettings adjustFontSize(Boolean adjustOrAdjustByWidth, Boolean adjustByHeight)
Setter for the adjusting font size.
-
adjustFontSize
StateSettings adjustFontSize(Array<Boolean> adjustOrAdjustByWidth, Boolean adjustByHeight)
Setter for the adjusting font size.
-
adjustFontSize
StateSettings adjustFontSize(String adjustOrAdjustByWidth, Boolean adjustByHeight)
Setter for the adjusting font size.
-
background
Background background()
Getter for the background.
-
background
StateSettings background(String settings)
Setter for the background settings.
-
background
StateSettings background(Boolean settings)
Setter for the background settings.
-
connector
StateSettings connector(String settings)
Setter for the connector settings (for stock event markers).
-
content
void content()
Getter for buttons content settings.
-
content
StateSettings content(String content)
Setter for buttons content settings.
-
content
StateSettings content(Number content)
Setter for buttons content settings.
-
disablePointerEvents
void disablePointerEvents()
Getter for the state of disablePointerEvents option.
-
disablePointerEvents
StateSettings disablePointerEvents(Boolean enabled)
Setter for the text disablePointerEvents option.
-
dummyFill
void dummyFill()
Getter for the dummy fill color.
-
dummyFill
StateSettings dummyFill(Fill color)
Setter for dummy fill settings using a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
dummyFill
StateSettings dummyFill(String color, Number opacity)
Dummy fill color with opacity.
-
dummyFill
StateSettings dummyFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient dummy fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
dummyFill
StateSettings dummyFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient dummy fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
dummyFill
StateSettings dummyFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient dummy fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
dummyFill
StateSettings dummyFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient dummy fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
dummyFill
StateSettings dummyFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient dummy fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
dummyFill
StateSettings dummyFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient dummy fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
dummyFill
StateSettings dummyFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient dummy fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
dummyFill
StateSettings dummyFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient dummy fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
dummyStroke
void dummyStroke()
Getter for tasks dummy stroke.
-
dummyStroke
StateSettings dummyStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for tasks dummy stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
dummyStroke
StateSettings dummyStroke(String settings)
Setter for tasks dummy stroke using an object.
-
emptyFill
void emptyFill()
Getter for the state fill color for the empty part of a tank.
-
emptyFill
StateSettings emptyFill(Fill color)
Setter for state fill settings for the empty part of a tank using an object and a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
emptyFill
StateSettings emptyFill(String color, Number opacity)
State fill color with opacity for the empty part of a tank. Fill as a string or an object.
-
emptyHatchFill
PatternFill emptyHatchFill()
Getter for hatch fill settings.
-
emptyHatchFill
StateSettings emptyHatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
emptyHatchFill
StateSettings emptyHatchFill(String type, String color, Number thickness, Number size)
Setter for hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
emptyHatchFill
StateSettings emptyHatchFill(String hatchFillFunction)
Setter for hatch fill settings using function. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
emptyHatchFill
StateSettings emptyHatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
emptyHatchFill
StateSettings emptyHatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
emptyHatchFill
StateSettings emptyHatchFill(Boolean enabled)
Setter for hatch fill using boolean. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
explode
void explode()
Getter for the explode radius (for Pie chart).
-
explode
StateSettings explode(Number explode)
Setter for the explode radius (for Pie chart).
-
explode
StateSettings explode(String explode)
Setter for the explode radius (for Pie chart).
-
fallingFill
void fallingFill()
Getter for the falling fill color.
-
fallingFill
Base fallingFill(Fill color)
Setter for falling fill settings using an array or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingFill
Base fallingFill(GradientKey color)
Setter for falling fill settings using an array or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingFill
Base fallingFill(Array<String> color)
Setter for falling fill settings using an array or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingFill
Base fallingFill(String color, Number opacity)
Falling fill color with opacity.
-
fallingFill
Base fallingFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient falling fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingFill
Base fallingFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient falling fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingFill
Base fallingFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient falling fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingFill
Base fallingFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient falling fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingFill
Base fallingFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient falling fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingFill
Base fallingFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient falling fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingFill
Base fallingFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient falling fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingFill
Base fallingFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient falling fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingHatchFill
PatternFill fallingHatchFill()
Getter for falling hatch fill settings.
-
fallingHatchFill
Base fallingHatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for falling hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
fallingHatchFill
Base fallingHatchFill(String type, String color, Number thickness, Number size)
Setter for falling hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
fallingHatchFill
StateSettings fallingHatchFill(String hatchFillFunction)
Setter for falling hatch fill settings using function. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingHatchFill
StateSettings fallingHatchFill(PatternFill patternFill)
Setter for falling hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingHatchFill
StateSettings fallingHatchFill(HatchFill settings)
Setter for falling hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fallingHatchFill
StateSettings fallingHatchFill(Boolean enabled)
Setter for falling hatch fill using boolean. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
fallingStroke
void fallingStroke()
Getter for falling stroke settings.
-
fallingStroke
StateSettings fallingStroke(Stroke stroke, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(Stroke stroke, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(Stroke stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(Stroke stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(ColoredFill stroke, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(ColoredFill stroke, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(ColoredFill stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(ColoredFill stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(String stroke, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(String stroke, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(String stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(String stroke, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for falling stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
fallingStroke
StateSettings fallingStroke(String settings)
Setter for falling stroke using an object.
-
fill
void fill()
Getter for the fill.
-
fill
StateSettings fill(Fill color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
StateSettings fill(GradientKey color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
StateSettings fill(Array<String> color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
StateSettings fill(String color, Number opacity)
Setter for the fill color with opacity.
-
fill
StateSettings fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Setter for the linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
StateSettings fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Setter for the linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
StateSettings fill(GradientKey keys, Number angle, String mode, Number opacity)
Setter for the linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
StateSettings fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Setter for the linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
StateSettings fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Setter for the linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
StateSettings fill(Array<String> keys, Number angle, String mode, Number opacity)
Setter for the linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
StateSettings fill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Setter for the radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
StateSettings fill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Setter for the radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fontColor
void fontColor()
Getter for font color settings.
-
fontColor
StateSettings fontColor(String color)
Setter for font color settings.
-
fontDecoration
void fontDecoration()
Getter for the text font decoration.
-
fontDecoration
StateSettings fontDecoration(Decoration value)
Setter for the text font decoration.
-
fontDecoration
StateSettings fontDecoration(String value)
Setter for the text font decoration.
-
fontFamily
void fontFamily()
Getter for the font family of text.
-
fontFamily
StateSettings fontFamily(String family)
Setter for the font family of text.
-
fontOpacity
void fontOpacity()
Getter for the text font opacity.
-
fontOpacity
StateSettings fontOpacity(Number opacity)
Setter for the text font opacity. Double value from 0 to 1.
-
fontPadding
void fontPadding()
Getter for the font padding.
-
fontPadding
StateSettings fontPadding(Number padding)
Setter for the font padding.
-
fontPadding
StateSettings fontPadding(String padding)
Setter for the font padding.
-
fontSize
void fontSize()
Getter for font size settings.
-
fontSize
StateSettings fontSize(Number size)
Setter for font size settings.
-
fontSize
StateSettings fontSize(String size)
Setter for font size settings.
-
fontStyle
void fontStyle()
Getter for the text font style.
-
fontStyle
StateSettings fontStyle(FontStyle style)
Setter for the text font style.
-
fontStyle
StateSettings fontStyle(String style)
Setter for the text font style.
-
fontVariant
void fontVariant()
Getter for the text font variant.
-
fontVariant
StateSettings fontVariant(FontVariant value)
Setter for the text font variant.
-
fontVariant
StateSettings fontVariant(String value)
Setter for the text font variant.
-
fontWeight
void fontWeight()
Getter for the text font weight.
-
fontWeight
StateSettings fontWeight(String weight)
Setter for the text font weight. ://www.w3schools.com/cssref/pr_font_weight.asp
-
fontWeight
StateSettings fontWeight(Number weight)
Setter for the text font weight. ://www.w3schools.com/cssref/pr_font_weight.asp
-
grid
void grid()
Getter for annotation grid settings.
-
grid
StateSettings grid(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
grid
StateSettings grid(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for annotation grid settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
hAlign
void hAlign()
Getter for the button text horizontal align.
-
hAlign
StateSettings hAlign(HAlign align)
Setter for the button text horizontal align.
-
hAlign
StateSettings hAlign(String align)
Setter for the button text horizontal align.
-
hatchFill
PatternFill hatchFill()
Getter for hatch fill settings.
-
hatchFill
StateSettings hatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
hatchFill
StateSettings hatchFill(String type, String color, Number thickness, Number size)
Setter for hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
hatchFill
StateSettings hatchFill(String hatchFillFunction)
Setter for hatch fill settings using function. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
StateSettings hatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
StateSettings hatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
StateSettings hatchFill(Boolean enabled)
Setter for hatch fill using boolean. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
headers
LabelsFactory headers()
Getter for the header labels (TreeMap).
-
headers
StateSettings headers(String settings)
Setter for the header labels (TreeMap).
-
headers
StateSettings headers(Boolean settings)
Setter for the header labels (TreeMap).
-
height
void height()
Getter for the event markers height.
-
height
StateSettings height(String height)
Setter for the markers height.
-
height
StateSettings height(Number height)
Setter for the markers height.
-
highFill
void highFill()
Getter for the high fill color (for the range series and Hilo series).
-
highFill
Base highFill(Fill color)
Setter for the high fill settings using an array, an object or a string (for the range series and Hilo series). {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
highFill
Base highFill(GradientKey color)
Setter for the high fill settings using an array, an object or a string (for the range series and Hilo series). {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
highFill
Base highFill(Array<String> color)
Setter for the high fill settings using an array, an object or a string (for the range series and Hilo series). {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
highFill
Base highFill(String color, Number opacity)
High fill color with opacity (for the range series and Hilo series).
-
highFill
Base highFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient high fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highFill
Base highFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient high fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highFill
Base highFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient high fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highFill
Base highFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient high fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highFill
Base highFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient high fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highFill
Base highFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient high fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highFill
StateSettings highFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient high fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highFill
StateSettings highFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient high fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highHatchFill
PatternFill highHatchFill()
Getter for high hatch fill settings (for the range series and Hilo series).
-
highHatchFill
StateSettings highHatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for high hatch fill settings (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highHatchFill
StateSettings highHatchFill(String type, String color, Number thickness, Number size)
Setter for high hatch fill settings (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highHatchFill
StateSettings highHatchFill(String function)
Setter for high hatch fill settings using function (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highHatchFill
StateSettings highHatchFill(PatternFill patternFill)
Setter for high hatch fill settings using pattern fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highHatchFill
StateSettings highHatchFill(HatchFill settings)
Setter for high hatch fill settings using an instance (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
highHatchFill
StateSettings highHatchFill(Boolean enabled)
Setter for high hatch fill using boolean. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
highStroke
void highStroke()
Getter for high stroke settings.
-
highStroke
StateSettings highStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
StateSettings highStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
hovered
StateSettings hovered()
Getter for the hovered state.
-
labels
LabelsFactory labels()
Getter for labels.
-
labels
StateSettings labels(String settings)
Setter for labels.
-
labels
StateSettings labels(Boolean settings)
Setter for labels.
-
letterSpacing
void letterSpacing()
Getter for the button text letter spacing.
-
letterSpacing
StateSettings letterSpacing(String spacing)
Setter for the button text letter spacing. ://www.w3schools.com/cssref/pr_text_letter-spacing.asp
-
letterSpacing
StateSettings letterSpacing(Number spacing)
Setter for the button text letter spacing. ://www.w3schools.com/cssref/pr_text_letter-spacing.asp
-
lineHeight
void lineHeight()
Getter for the button text line height.
-
lineHeight
StateSettings lineHeight(String height)
Setter for the button text line height. ://www.w3schools.com/cssref/pr_text_letter-spacing.asp
-
lineHeight
StateSettings lineHeight(Number height)
Setter for the button text line height. ://www.w3schools.com/cssref/pr_text_letter-spacing.asp
-
lowFill
void lowFill()
Getter for the series low fill color (for the range series and Hilo series).
-
lowFill
Base lowFill(Fill color)
Setter for the low fill settings using an array, an object or a string (for the range series and Hilo series). {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
lowFill
Base lowFill(GradientKey color)
Setter for the low fill settings using an array, an object or a string (for the range series and Hilo series). {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
lowFill
Base lowFill(Array<String> color)
Setter for the low fill settings using an array, an object or a string (for the range series and Hilo series). {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
lowFill
Base lowFill(String color, Number opacity)
Low fill color with opacity (for the range series and Hilo series).
-
lowFill
Base lowFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient low fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowFill
Base lowFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient low fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowFill
Base lowFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient low fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowFill
Base lowFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient low fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowFill
Base lowFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient low fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowFill
Base lowFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient low fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowFill
StateSettings lowFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient low fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowFill
StateSettings lowFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient low fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowHatchFill
PatternFill lowHatchFill()
Getter for low hatch fill settings (for the range series and Hilo series).
-
lowHatchFill
StateSettings lowHatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for low hatch fill settings (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowHatchFill
StateSettings lowHatchFill(String type, String color, Number thickness, Number size)
Setter for low hatch fill settings (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowHatchFill
StateSettings lowHatchFill(String function)
Setter for low hatch fill settings using function (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowHatchFill
StateSettings lowHatchFill(PatternFill patternFill)
Setter for low hatch fill settings using pattern fill (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowHatchFill
StateSettings lowHatchFill(HatchFill settings)
Setter for low hatch fill settings using an instance (for the range series and Hilo series). {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
lowHatchFill
StateSettings lowHatchFill(Boolean enabled)
Setter for low hatch fill using boolean. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
lowStroke
void lowStroke()
Getter for low stroke settings.
-
lowStroke
StateSettings lowStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
StateSettings lowStroke(String settings)
Setter for low stroke using an object.
-
lowerLabels
LabelsFactory lowerLabels()
Getter for lower labels (for pert tasks).
-
lowerLabels
StateSettings lowerLabels(String settings)
Setter for lower labels (for pert tasks).
-
lowerLabels
StateSettings lowerLabels(Boolean settings)
Setter for lower labels (for pert tasks).
-
markers
MarkersFactory markers()
Getter for data markers.
-
markers
StateSettings markers(String settings)
Setter for data markers.
-
markers
StateSettings markers(Boolean settings)
Setter for data markers.
-
maxLabels
LabelsFactory maxLabels()
Getter for maximum labels.
-
maxLabels
StateSettings maxLabels(String settings)
Setter for maximum labels.
-
maxLabels
StateSettings maxLabels(Boolean settings)
Setter for maximum labels.
-
medianStroke
void medianStroke()
Getter for median stroke settings.
-
medianStroke
StateSettings medianStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for median stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
medianStroke
StateSettings medianStroke(String settings)
Setter for median stroke using an object.
-
minLabels
LabelsFactory minLabels()
Getter for minimum labels.
-
minLabels
StateSettings minLabels(String settings)
Setter for minimum labels.
-
minLabels
StateSettings minLabels(Boolean settings)
Setter for minimum labels.
-
negativeFill
void negativeFill()
Getter for the series negative fill color.
-
negativeFill
StateSettings negativeFill(Fill color)
Setter for negative fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeFill
StateSettings negativeFill(GradientKey color)
Setter for negative fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeFill
StateSettings negativeFill(Array<String> color)
Setter for negative fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeFill
StateSettings negativeFill(String color, Number opacity)
Negative fill color with opacity.
-
negativeFill
StateSettings negativeFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeFill
StateSettings negativeFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeFill
StateSettings negativeFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeFill
StateSettings negativeFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeFill
StateSettings negativeFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeFill
StateSettings negativeFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeFill
StateSettings negativeFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient negative fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeFill
StateSettings negativeFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient negative fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeHatchFill
PatternFill negativeHatchFill()
Getter for negative hatch fill settings.
-
negativeHatchFill
StateSettings negativeHatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for negative hatch fill settings. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeHatchFill
StateSettings negativeHatchFill(String type, String color, Number thickness, Number size)
Setter for negative hatch fill settings. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeHatchFill
StateSettings negativeHatchFill(String hatchFillFunction)
Setter for negative hatch fill settings using function. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeHatchFill
StateSettings negativeHatchFill(PatternFill patternFill)
Setter for negative hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeHatchFill
StateSettings negativeHatchFill(HatchFill settings)
Setter for negative hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
negativeHatchFill
StateSettings negativeHatchFill(Boolean enabled)
Setter for negative hatch fill using boolean. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
negativeStroke
void negativeStroke()
Getter for negative stroke settings.
-
negativeStroke
StateSettings negativeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for negative stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
negativeStroke
StateSettings negativeStroke(String settings)
Setter for negative stroke using an object.
-
normal
StateSettings normal()
Getter for the normal state.
-
outlierMarkers
MarkersFactory outlierMarkers()
Getter for series outlier markers.
-
outlierMarkers
StateSettings outlierMarkers(String settings)
Setter for series outlier markers.
-
outlierMarkers
StateSettings outlierMarkers(Boolean settings)
Setter for series outlier markers.
-
outline
StateSettings outline(String settings)
Setter for pie outline settings.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
risingFill
void risingFill()
Getter for the series rising fill color.
-
risingFill
Base risingFill(Fill color)
Setter for the rising fill settings using an array, an object or a string. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
risingFill
Base risingFill(String color)
Setter for the rising fill settings using an array, an object or a string. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
risingFill
Base risingFill(Array<String> color)
Setter for the rising fill settings using an array, an object or a string. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
risingFill
Base risingFill(String color, Number opacity)
Rising fill color with opacity.
-
risingFill
Base risingFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient rising fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingFill
Base risingFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient rising fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingFill
Base risingFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient rising fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingFill
Base risingFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient rising fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingFill
Base risingFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient rising fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingFill
Base risingFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient rising fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingFill
StateSettings risingFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient rising fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingFill
StateSettings risingFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient rising fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingHatchFill
PatternFill risingHatchFill()
Getter for the rising hatch fill.
-
risingHatchFill
Base risingHatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for rising hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
risingHatchFill
Base risingHatchFill(String type, String color, Number thickness, Number size)
Setter for rising hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
risingHatchFill
StateSettings risingHatchFill(String hatchFillFunction)
Setter for rising hatch fill settings using function. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingHatchFill
StateSettings risingHatchFill(PatternFill patternFill)
Setter for rising hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingHatchFill
StateSettings risingHatchFill(HatchFill settings)
Setter for rising hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
risingHatchFill
StateSettings risingHatchFill(Boolean enabled)
Setter for rising hatch fill using boolean. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
risingStroke
void risingStroke()
Getter for rising stroke settings.
-
risingStroke
StateSettings risingStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for rising stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
risingStroke
StateSettings risingStroke(String settings)
Setter for rising stroke using an object.
-
selectable
void selectable()
Getter for the text selectable option.
-
selectable
StateSettings selectable(Boolean enabled)
Setter for the text selectable.
-
selected
StateSettings selected()
Getter for the selected state.
-
size
void size()
Getter for the marker size.
-
size
StateSettings size(Number size)
Setter for the marker size.
-
stemStroke
void stemStroke()
Getter for stem stroke settings.
-
stemStroke
StateSettings stemStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stem stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stemStroke
StateSettings stemStroke(String settings)
Setter for stem stroke using an object.
-
stroke
void stroke()
Getter for stroke settings.
-
stroke
StateSettings stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
StateSettings stroke(String settings)
Setter for stroke settings using an object.
-
textDirection
void textDirection()
Getter for the button text direction.
-
textDirection
StateSettings textDirection(Direction direction)
Setter for the button text direction.
-
textDirection
StateSettings textDirection(String direction)
Setter for the button text direction.
-
textIndent
void textIndent()
Getter for the button text indent.
-
textIndent
StateSettings textIndent(Number indent)
Setter for the button text indent.
-
textOverflow
void textOverflow()
Getter for the text overflow settings.
-
textOverflow
StateSettings textOverflow(TextOverflow value)
Setter for the text overflow settings.
-
textOverflow
StateSettings textOverflow(String value)
Setter for the text overflow settings.
-
trend
void trend()
Getter for annotation trend settings.
-
trend
StateSettings trend(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
trend
StateSettings trend(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for annotation trend settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
type
void type()
Getter for the marker type.
-
type
StateSettings type(MarkerType type)
Setter for the marker type.
-
type
StateSettings type(String type)
Setter for the marker type.
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener)
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)
-
unlistenByKey
void unlistenByKey(String key)
Removes an event listener which was added with listen() by the key returned by listen() or listenOnce().
-
upperLabels
LabelsFactory upperLabels()
Getter for upper labels (for pert tasks).
-
upperLabels
StateSettings upperLabels(String settings)
Setter for upper labels (for pert tasks).
-
upperLabels
StateSettings upperLabels(Boolean settings)
Setter for upper labels (for pert tasks).
-
useHtml
void useHtml()
Getter for the useHtml flag.
-
useHtml
StateSettings useHtml(Boolean enabled)
Setter for flag useHtml.
-
vAlign
void vAlign()
Getter for the button text vertical align.
-
vAlign
StateSettings vAlign(VAlign align)
Setter for the button text vertical align.
-
vAlign
StateSettings vAlign(String align)
Setter for the button text vertical align.
-
whiskerStroke
void whiskerStroke()
Getter for whisker stroke settings.
-
whiskerStroke
StateSettings whiskerStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for whisker stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
whiskerStroke
StateSettings whiskerStroke(String settings)
Setter for whisker stroke using an object.
-
whiskerWidth
void whiskerWidth()
Getter for the whisker width.
-
whiskerWidth
StateSettings whiskerWidth(Number width)
Setter for the whisker width.
-
whiskerWidth
StateSettings whiskerWidth(String width)
Setter for the whisker width.
-
width
void width()
Getter for the markers width.
-
width
StateSettings width(String width)
Setter for the markers width.
-
width
StateSettings width(Number width)
Setter for the markers width.
-
wordBreak
void wordBreak()
Getter for the word-break mode.
-
wordBreak
StateSettings wordBreak(WordBreak mode)
Setter for the word-break mode.
-
wordBreak
StateSettings wordBreak(String mode)
Setter for the word-break mode.
-
wordWrap
void wordWrap()
Getter for the word-wrap mode.
-
wordWrap
StateSettings wordWrap(WordWrap mode)
Setter for the word-wrap mode.
-
wordWrap
StateSettings wordWrap(String mode)
Setter for the word-wrap mode.
-
fill
StateSettings fill(String value)
-
-
-
-