-
public class CircularGauge extends Chart
Circular gauge class.
-
-
Constructor Summary
Constructors Constructor Description CircularGauge(String jsChart)
-
Method Summary
Modifier and Type Method Description static CircularGaugeinstantiate()StringgetJsBase()ChartA11ya11y()Getter for the accessibility setting. CircularGaugea11y(Boolean settings)Setter for the accessibility setting. CircularGaugea11y(String settings)Setter for the accessibility setting. voidaddPointer(View var_args)Adds pointers to the gauge. voidaddPointer(Set var_args)Adds pointers to the gauge. voidaddPointer(Array<String> var_args)Adds pointers to the gauge. Animationanimation()Getter for animation settings. CircularGaugeanimation(Boolean settings)Setter for animation settings by one value. CircularGaugeanimation(String settings)Setter for animation settings by one value. CircularGaugeanimation(Boolean enabled, Number duration)Setter for animation settings using several parameters. voidautoRedraw()Getter for the autoRedraw flag. CircularGaugeautoRedraw(Boolean enabled)Setter for the autoRedraw flag. Circularaxis(Number index)Getter for default gauge axis settings. CircularGaugeaxis(String settings)Setter for the gauge axis settings. CircularGaugeaxis(Boolean settings)Setter for the gauge axis settings. CircularGaugeaxis(Number index, String settings)Setter for the gauge axis by index. CircularGaugeaxis(Number index, Boolean settings)Setter for the gauge axis by index. Backgroundbackground()Getter for the chart background. CircularGaugebackground(String settings)Setter for the chart background. Barbar(Number index)Getter for the bar pointer. CircularGaugebar(String settings)Setter for the first bar pointer. CircularGaugebar(Boolean settings)Setter for the first bar pointer. CircularGaugebar(Number index, String settings)Setter for the bar pointer by index. CircularGaugebar(Number index, Boolean settings)Setter for the bar pointer by index. voidbottom()Getter for element bottom bound settings. CircularGaugebottom(Number bottom)Setter for element bottom bound settings. CircularGaugebottom(String bottom)Setter for element bottom bound settings. Boundsbounds()Getter for element bounds settings. CircularGaugebounds(RectObj bounds)Setter for bounds of the element using one parameter. CircularGaugebounds(Rect bounds)Setter for bounds of the element using one parameter. CircularGaugebounds(Bounds bounds)Setter for bounds of the element using one parameter. CircularGaugebounds(Number x, Number y, Number width, Number height)Setter for element bounds settings. CircularGaugebounds(Number x, Number y, Number width, String height)Setter for element bounds settings. CircularGaugebounds(Number x, Number y, String width, Number height)Setter for element bounds settings. CircularGaugebounds(Number x, Number y, String width, String height)Setter for element bounds settings. CircularGaugebounds(Number x, String y, Number width, Number height)Setter for element bounds settings. CircularGaugebounds(Number x, String y, Number width, String height)Setter for element bounds settings. CircularGaugebounds(Number x, String y, String width, Number height)Setter for element bounds settings. CircularGaugebounds(Number x, String y, String width, String height)Setter for element bounds settings. CircularGaugebounds(String x, Number y, Number width, Number height)Setter for element bounds settings. CircularGaugebounds(String x, Number y, Number width, String height)Setter for element bounds settings. CircularGaugebounds(String x, Number y, String width, Number height)Setter for element bounds settings. CircularGaugebounds(String x, Number y, String width, String height)Setter for element bounds settings. CircularGaugebounds(String x, String y, Number width, Number height)Setter for element bounds settings. CircularGaugebounds(String x, String y, Number width, String height)Setter for element bounds settings. CircularGaugebounds(String x, String y, String width, Number height)Setter for element bounds settings. CircularGaugebounds(String x, String y, String width, String height)Setter for element bounds settings. CircularGaugecancelMarquee()Stops current marquee action if any. Capcap()Getter for the gauge cap. CircularGaugecap(String value)Setter for the gauge cap. CircularGaugecap(Boolean value)Setter for the gauge cap. voidcircularPadding()Getter for circular space around the gauge. CircularGaugecircularPadding(Number padding)Setter for circular space around the gauge. CircularGaugecircularPadding(String padding)Setter for circular space around the gauge. Layercontainer()Getter for the element's container. CircularGaugecontainer(Layer element)Setter for the element's container. CircularGaugecontainer(Stage element)Setter for the element's container. CircularGaugecontainer(String element)Setter for the element's container. ContextMenucontextMenu()Getter for the context menu. CircularGaugecontextMenu(String settings)Setter for the context menu. CircularGaugecontextMenu(Boolean settings)Setter for the context menu. ChartCreditscredits()Getter for the credits. CircularGaugecredits(String value)Setter for the chart credits. CircularGaugecredits(Boolean value)Setter for the chart credits. Viewdata(List<DataEntry> data)voiddefaultPointerType()Getter for the gauge pointer type by default. CircularGaugedefaultPointerType(CircularGaugePointerType type)Setter for the gauge pointer type by default. CircularGaugedefaultPointerType(String type)Setter for the gauge pointer type by default. voiddispose()Disposes charts. CircularGaugedraw(Boolean async)Starts the rendering of the chart into the container. voidenabled()Getter for the element state (enabled or disabled). CircularGaugeenabled(Boolean enabled)Setter for the element enabled state. voidencloseWithStraightLine()Getter for enclosing frame path with a straight line. CircularGaugeencloseWithStraightLine(Boolean enabled)Setter for enclosing frame path with a straight line. Exportsexports()Getter for the export charts. CircularGaugeexports(String settings)Setter for the export charts. voidfill()Getter for the fill color. CircularGaugefill(Fill color)Setter for fill settings using an array, an object or a string. CircularGaugefill(GradientKey color)Setter for fill settings using an array, an object or a string. CircularGaugefill(Array<String> color)Setter for fill settings using an array, an object or a string. CircularGaugefill(String color, Number opacity)Fill color with opacity. CircularGaugefill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. CircularGaugefill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. CircularGaugefill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. CircularGaugefill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. CircularGaugefill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. CircularGaugefill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. CircularGaugefill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. CircularGaugefill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. voidfullScreen()Getter for the fullscreen mode. CircularGaugefullScreen(Boolean enabled)Setter for the fullscreen mode. RectgetPixelBounds()Returns pixel bounds of the element due to parent bounds and self bounds settings. BasegetPointer(Number id)Returns pointer by id. BasegetPointer(String id)Returns pointer by id. BasegetPointerAt(Number index)Returns pointer by index. voidgetPointersCount()Returns the number of pointers. voidgetSelectedPoints()Getter for the selected points. voidgetType()Returns gauge type. voidglobalToLocal(Number xCoord, Number yCoord)Converts the global coordinates to local coordinates. voidheight()Getter for element height settings. CircularGaugeheight(Number height)Setter for element height setting. CircularGaugeheight(String height)Setter for element height setting. voidid()Getter for chart id. CircularGaugeid(String id)Setter for chart id. voidinMarquee()Gets marquee process running value. voidisFullScreenAvailable()Whether the fullscreen mode available in the browser or not. Knobknob(Number index)Getter for the knob pointer. CircularGaugeknob(String settings)Setter for the first knob pointer. CircularGaugeknob(Boolean settings)Setter for the first knob pointer. CircularGaugeknob(Number index, String settings)Setter for the knob pointer by index. CircularGaugeknob(Number index, Boolean settings)Setter for the knob pointer by index. Labellabel(String index)Getter for the chart label. Labellabel(Number index)Getter for the chart label. CircularGaugelabel(Boolean settings)Setter for the chart label. CircularGaugelabel(String index, Boolean settings)Setter for the chart label. CircularGaugelabel(String index, String settings)Setter for the chart label. CircularGaugelabel(Number index, Boolean settings)Setter for the chart label. CircularGaugelabel(Number index, String settings)Setter for the chart label. voidleft()Getter for element left bound settings. CircularGaugeleft(Number left)Setter for element left bound settings. CircularGaugeleft(String left)Setter for element left bound settings. voidlocalToGlobal(Number xCoord, Number yCoord)Converts the local coordinates to global coordinates. Marginmargin()Getter for the chart margin. CircularGaugemargin(Array<Number> margin)Setter for the chart margin in pixels using a single complex object. CircularGaugemargin(Array<String> margin)Setter for the chart margin in pixels using a single complex object. CircularGaugemargin(String margin)Setter for the chart margin in pixels using a single complex object. CircularGaugemargin(String value1, String value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(String value1, String value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(String value1, String value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(String value1, String value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(String value1, Number value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(String value1, Number value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(String value1, Number value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(String value1, Number value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(Number value1, String value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(Number value1, String value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(Number value1, String value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(Number value1, String value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(Number value1, Number value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(Number value1, Number value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(Number value1, Number value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. CircularGaugemargin(Number value1, Number value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. Markermarker(Number index)Getter for the marker pointer. CircularGaugemarker(String settings)Setter for the first marker pointer. CircularGaugemarker(Boolean settings)Setter for the first marker pointer. CircularGaugemarker(Number index, String settings)Setter for the marker pointer by index. CircularGaugemarker(Number index, Boolean settings)Setter for the marker pointer by index. voidmaxHeight()Getter for the maximum height. CircularGaugemaxHeight(Number height)Setter for the maximum height. CircularGaugemaxHeight(String height)Setter for the maximum height. voidmaxWidth()Getter for the maximum width. CircularGaugemaxWidth(Number width)Setter for the maximum width. CircularGaugemaxWidth(String width)Setter for the maximum width. voidminHeight()Getter for the minimum height. CircularGaugeminHeight(Number height)Setter for the minimum height. CircularGaugeminHeight(String height)Setter for the minimum height. voidminWidth()Getter for the minimum width. CircularGaugeminWidth(Number width)Setter for the minimum width. CircularGaugeminWidth(String width)Setter for the minimum width. Needleneedle(Number index)Getter for the needle pointer. CircularGaugeneedle(String settings)Setter for the first needle pointer. CircularGaugeneedle(Boolean settings)Setter for the first needle pointer. CircularGaugeneedle(Number index, String settings)Setter for the needle pointer by index. CircularGaugeneedle(Number index, Boolean settings)Setter for the needle pointer by index. NoDataSettingsnoData()Getter for noData settings. CircularGaugenoData(String settings)Setter for noData settings. Paddingpadding()Getter for the chart padding. CircularGaugepadding(Array<Number> padding)Setter for the chart paddings in pixels using a single value. CircularGaugepadding(Array<String> padding)Setter for the chart paddings in pixels using a single value. CircularGaugepadding(String padding)Setter for the chart paddings in pixels using a single value. CircularGaugepadding(String value1, String value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(String value1, String value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(String value1, String value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(String value1, String value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(String value1, Number value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(String value1, Number value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(String value1, Number value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(String value1, Number value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(Number value1, String value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(Number value1, String value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(Number value1, String value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(Number value1, String value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(Number value1, Number value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(Number value1, Number value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(Number value1, Number value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. CircularGaugepadding(Number value1, Number value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. voidprint(PaperSize paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. voidprint(String paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. CircularRangerange(Number index)Getter for the circular range. CircularGaugerange(String settings)Setter for the circular first range settings. CircularGaugerange(Boolean settings)Setter for the circular first range settings. CircularGaugerange(Number index, String settings)Setter for the circular range settings by index. CircularGaugerange(Number index, Boolean settings)Setter for the circular range settings by index. voidremoveAllListeners(String type)Removes all listeners from an object. CircularGaugeremoveAllPointers()Removes all pointers from the gauge. CircularGaugeremovePointer(Number id)Removes pointer by id. CircularGaugeremovePointer(String id)Removes pointer by id. CircularGaugeremovePointerAt(Number index)Removes pointer by index. voidright()Getter for element right bound settings. CircularGaugeright(Number right)Setter for element right bound setting. CircularGaugeright(String right)Setter for element right bound setting. voidsaveAsJpg(Number width, Number height, Number quality, Boolean forceTransparentWhite, String filename)Saves the current chart as JPEG image. voidsaveAsJpg(String width, Number height, Number quality, Boolean forceTransparentWhite, String filename)Saves the current chart as JPEG image. voidsaveAsJson(String filename)Saves chart config as JSON document. voidsaveAsPdf(Number paperSizeOrWidthOrOptions, Boolean landscape, Number x, Number y, String filename)Saves the current chart as PDF image. voidsaveAsPdf(String paperSizeOrWidthOrOptions, Boolean landscape, Number x, Number y, String filename)Saves the current chart as PDF image. voidsaveAsPng(Number width, Number height, Number quality, String filename)Saves the current chart as PNG image. voidsaveAsPng(String width, Number height, Number quality, String filename)Saves the current chart as PNG image. voidsaveAsSvg(String paperSize, Boolean landscape, String filename)Saves the current chart as SVG image. voidsaveAsSvg(Number width, Number height)Saves the stage as SVG image using width and height. voidsaveAsXlsx(ChartDataExportMode chartDataExportMode, String filename)Saves chart data as an Excel document. voidsaveAsXlsx(String chartDataExportMode, String filename)Saves chart data as an Excel document. voidsaveAsXml(String filename)Saves chart config as XML document. voidselectMarqueeFill()Getter for the select marquee fill. CircularGaugeselectMarqueeFill(Fill color)Setter for fill settings using an array, an object or a string. CircularGaugeselectMarqueeFill(GradientKey color)Setter for fill settings using an array, an object or a string. CircularGaugeselectMarqueeFill(Array<String> color)Setter for fill settings using an array, an object or a string. CircularGaugeselectMarqueeFill(String color, Number opacity)Fill color with opacity. CircularGaugeselectMarqueeFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. CircularGaugeselectMarqueeFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. CircularGaugeselectMarqueeFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. CircularGaugeselectMarqueeFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. CircularGaugeselectMarqueeFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. CircularGaugeselectMarqueeFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. CircularGaugeselectMarqueeFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. CircularGaugeselectMarqueeFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. voidselectMarqueeStroke()Getter for the select marquee stroke. CircularGaugeselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the select marquee stroke. CircularGaugeselectMarqueeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. voidshareWithFacebook(String captionOrOptions, String link, String name, String description)Opens Facebook sharing dialog. voidshareWithLinkedIn(String captionOrOptions, String description)Opens LinkedIn sharing dialog. voidshareWithPinterest(String linkOrOptions, String description)Opens Pinterest sharing dialog. voidshareWithTwitter()Opens Twitter sharing dialog. voidstartAngle()Getter for the start angle. CircularGaugestartAngle(String angle)Setter for the start angle. CircularGaugestartAngle(Number angle)Setter for the start angle. CircularGaugestartSelectMarquee(Boolean repeat)Starts select marquee drawing. voidstroke()Getter for stroke settings. CircularGaugestroke(Stroke value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke settings. CircularGaugestroke(Stroke value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke settings. CircularGaugestroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke settings. CircularGaugestroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke settings. CircularGaugestroke(ColoredFill value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke settings. CircularGaugestroke(ColoredFill value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke settings. CircularGaugestroke(ColoredFill value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke settings. CircularGaugestroke(ColoredFill value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke settings. CircularGaugestroke(String value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke settings. CircularGaugestroke(String value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke settings. CircularGaugestroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke settings. CircularGaugestroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke settings. CircularGaugestroke(String settings)Setter for stroke settings using an object. voidsweepAngle()Getter for the gauge sweep angle. CircularGaugesweepAngle(String angle)Setter for the gauge sweep angle. CircularGaugesweepAngle(Number angle)Setter for the gauge sweep angle. Titletitle()Getter for the chart title. CircularGaugetitle(Boolean settings)Setter for the chart title. CircularGaugetitle(String settings)Setter for the chart title. voidtoJson(Boolean stringify)Return chart configuration as JSON object or string. voidtoSvg(String paperSize, Boolean landscape)Returns SVG string with paper size and landscape. voidtoSvg(Number width, Number height)Returns SVG string with with determined the width and height. voidtoXml(Boolean asXmlNode)Return chart configuration as XML string or XMLNode. Tooltiptooltip()Getter for the chart tooltip. CircularGaugetooltip(String settings)Setter for the chart tooltip. CircularGaugetooltip(Boolean settings)Setter for the chart tooltip. voidtop()Getter for element top bound settings. CircularGaugetop(Number top)Setter for element top bound settings. CircularGaugetop(String top)Setter for element top bound settings. 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(). voidwidth()Getter for element width settings. CircularGaugewidth(Number width)Setter for element width setting. CircularGaugewidth(String width)Setter for element width setting. voidzIndex()Getter for the Z-index of the element. CircularGaugezIndex(Number zIndex)Setter for the Z-index of the element. voidgetStat(Statistics key)Getter for a statistical value by the key. voidgetStat(String key)Getter for a statistical value by the key. voidtoA11yTable(String title, Boolean asString)Creates and returns the chart represented as an invisible HTML table. voidtoHtmlTable(String title, Boolean asString)Creates and returns a chart as HTML table. RectparentBounds()Getter for the parent bounds. CircularGaugeparentBounds(Rect bounds)Setter for the parent bounds using single value. CircularGaugeparentBounds(String bounds)Setter for the parent bounds using single value. CircularGaugeparentBounds(Number bounds)Setter for the parent bounds using single value. CircularGaugeparentBounds(Number left, Number top, Number width, Number height)Setter for the parent bounds using several values. Viewdata(View data)Viewdata(List<DataEntry> data, TreeFillingMethod fillMethod)Viewdata(List<DataEntry> data, String fillMethod)CircularGaugefill(String value)-
Methods inherited from class com.anychart.core.Chart
a11y, a11y, animation, animation, animation, autoRedraw, background, bottom, bottom, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, cancelMarquee, container, container, container, contextMenu, contextMenu, credits, credits, draw, enabled, exports, fullScreen, height, height, id, instantiate, label, label, label, label, label, left, left, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, margin, maxHeight, maxHeight, maxWidth, maxWidth, minHeight, minHeight, minWidth, minWidth, noData, padding, padding, padding, padding, padding, padding, padding, padding, padding, padding, padding, padding, padding, padding, padding, padding, padding, padding, padding, parentBounds, parentBounds, parentBounds, parentBounds, right, right, selectMarqueeFill, selectMarqueeFill, selectMarqueeFill, selectMarqueeFill, selectMarqueeFill, selectMarqueeFill, selectMarqueeFill, selectMarqueeFill, selectMarqueeFill, selectMarqueeFill, selectMarqueeFill, selectMarqueeFill, selectMarqueeStroke, selectMarqueeStroke, selectMarqueeStroke, selectMarqueeStroke, selectMarqueeStroke, selectMarqueeStroke, selectMarqueeStroke, selectMarqueeStroke, selectMarqueeStroke, selectMarqueeStroke, selectMarqueeStroke, selectMarqueeStroke, startSelectMarquee, title, title, tooltip, tooltip, top, top, width, width, zIndex -
Methods inherited from class com.anychart.core.VisualBaseWithBounds
bottom, bottom, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, container, container, container, enabled, height, height, instantiate, left, left, maxHeight, maxHeight, maxWidth, maxWidth, minHeight, minHeight, minWidth, minWidth, parentBounds, parentBounds, parentBounds, parentBounds, right, right, top, top, width, width, zIndex -
Methods inherited from class com.anychart.core.VisualBase
container, container, container, enabled, instantiate, parentBounds, parentBounds, parentBounds, parentBounds, zIndex -
Methods inherited from class com.anychart.core.Base
instantiate -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CircularGauge
CircularGauge(String jsChart)
-
-
Method Detail
-
instantiate
static CircularGauge instantiate()
-
a11y
CircularGauge a11y(Boolean settings)
Setter for the accessibility setting.
-
a11y
CircularGauge a11y(String settings)
Setter for the accessibility setting.
-
addPointer
void addPointer(View var_args)
Adds pointers to the gauge.
-
addPointer
void addPointer(Set var_args)
Adds pointers to the gauge.
-
addPointer
void addPointer(Array<String> var_args)
Adds pointers to the gauge.
-
animation
CircularGauge animation(Boolean settings)
Setter for animation settings by one value.
-
animation
CircularGauge animation(String settings)
Setter for animation settings by one value.
-
animation
CircularGauge animation(Boolean enabled, Number duration)
Setter for animation settings using several parameters.
-
autoRedraw
void autoRedraw()
Getter for the autoRedraw flag. Flag whether to automatically call chart.draw() on any changes or not.
-
autoRedraw
CircularGauge autoRedraw(Boolean enabled)
Setter for the autoRedraw flag. Flag whether to automatically call chart.draw() on any changes or not.
-
axis
CircularGauge axis(String settings)
Setter for the gauge axis settings.
-
axis
CircularGauge axis(Boolean settings)
Setter for the gauge axis settings.
-
axis
CircularGauge axis(Number index, String settings)
Setter for the gauge axis by index.
-
axis
CircularGauge axis(Number index, Boolean settings)
Setter for the gauge axis by index.
-
background
Background background()
Getter for the chart background.
-
background
CircularGauge background(String settings)
Setter for the chart background.
-
bar
CircularGauge bar(String settings)
Setter for the first bar pointer.
-
bar
CircularGauge bar(Boolean settings)
Setter for the first bar pointer.
-
bar
CircularGauge bar(Number index, String settings)
Setter for the bar pointer by index.
-
bar
CircularGauge bar(Number index, Boolean settings)
Setter for the bar pointer by index.
-
bottom
void bottom()
Getter for element bottom bound settings.
-
bottom
CircularGauge bottom(Number bottom)
Setter for element bottom bound settings.
-
bottom
CircularGauge bottom(String bottom)
Setter for element bottom bound settings.
-
bounds
CircularGauge bounds(RectObj bounds)
Setter for bounds of the element using one parameter.
-
bounds
CircularGauge bounds(Rect bounds)
Setter for bounds of the element using one parameter.
-
bounds
CircularGauge bounds(Bounds bounds)
Setter for bounds of the element using one parameter.
-
bounds
CircularGauge bounds(Number x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(Number x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(Number x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(Number x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(Number x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(Number x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(Number x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(Number x, String y, String width, String height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(String x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(String x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(String x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(String x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(String x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(String x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(String x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
CircularGauge bounds(String x, String y, String width, String height)
Setter for element bounds settings.
-
cancelMarquee
CircularGauge cancelMarquee()
Stops current marquee action if any.
-
cap
CircularGauge cap(String value)
Setter for the gauge cap.
-
cap
CircularGauge cap(Boolean value)
Setter for the gauge cap.
-
circularPadding
void circularPadding()
Getter for circular space around the gauge.
-
circularPadding
CircularGauge circularPadding(Number padding)
Setter for circular space around the gauge.
-
circularPadding
CircularGauge circularPadding(String padding)
Setter for circular space around the gauge.
-
container
CircularGauge container(Layer element)
Setter for the element's container.
-
container
CircularGauge container(Stage element)
Setter for the element's container.
-
container
CircularGauge container(String element)
Setter for the element's container.
-
contextMenu
ContextMenu contextMenu()
Getter for the context menu.
-
contextMenu
CircularGauge contextMenu(String settings)
Setter for the context menu.
-
contextMenu
CircularGauge contextMenu(Boolean settings)
Setter for the context menu.
-
credits
ChartCredits credits()
Getter for the credits.
-
credits
CircularGauge credits(String value)
Setter for the chart credits. {docs:Quick_Start/Credits}Learn more about credits settings.{docs}
-
credits
CircularGauge credits(Boolean value)
Setter for the chart credits. {docs:Quick_Start/Credits}Learn more about credits settings.{docs}
-
defaultPointerType
void defaultPointerType()
Getter for the gauge pointer type by default.
-
defaultPointerType
CircularGauge defaultPointerType(CircularGaugePointerType type)
Setter for the gauge pointer type by default.
-
defaultPointerType
CircularGauge defaultPointerType(String type)
Setter for the gauge pointer type by default.
-
dispose
void dispose()
Disposes charts.
-
draw
CircularGauge draw(Boolean async)
Starts the rendering of the chart into the container.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
enabled
CircularGauge enabled(Boolean enabled)
Setter for the element enabled state.
-
encloseWithStraightLine
void encloseWithStraightLine()
Getter for enclosing frame path with a straight line.
-
encloseWithStraightLine
CircularGauge encloseWithStraightLine(Boolean enabled)
Setter for enclosing frame path with a straight line.
-
exports
CircularGauge exports(String settings)
Setter for the export charts.
-
fill
void fill()
Getter for the fill color.
-
fill
CircularGauge 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
CircularGauge 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
CircularGauge 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
CircularGauge fill(String color, Number opacity)
Fill color with opacity.
-
fill
CircularGauge fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularGauge fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularGauge fill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularGauge fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularGauge fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularGauge fill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularGauge fill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularGauge fill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fullScreen
void fullScreen()
Getter for the fullscreen mode.
-
fullScreen
CircularGauge fullScreen(Boolean enabled)
Setter for the fullscreen mode.
-
getPixelBounds
Rect getPixelBounds()
Returns pixel bounds of the element due to parent bounds and self bounds settings.
-
getPointer
Base getPointer(Number id)
Returns pointer by id.
-
getPointer
Base getPointer(String id)
Returns pointer by id.
-
getPointerAt
Base getPointerAt(Number index)
Returns pointer by index.
-
getPointersCount
void getPointersCount()
Returns the number of pointers.
-
getSelectedPoints
void getSelectedPoints()
Getter for the selected points.
-
getType
void getType()
Returns gauge type.
-
globalToLocal
void globalToLocal(Number xCoord, Number yCoord)
Converts the global coordinates to local coordinates. Note: Works only after draw is called.
-
height
void height()
Getter for element height settings.
-
height
CircularGauge height(Number height)
Setter for element height setting.
-
height
CircularGauge height(String height)
Setter for element height setting.
-
id
void id()
Getter for chart id.
-
id
CircularGauge id(String id)
Setter for chart id.
-
inMarquee
void inMarquee()
Gets marquee process running value.
-
isFullScreenAvailable
void isFullScreenAvailable()
Whether the fullscreen mode available in the browser or not.
-
knob
CircularGauge knob(String settings)
Setter for the first knob pointer.
-
knob
CircularGauge knob(Boolean settings)
Setter for the first knob pointer.
-
knob
CircularGauge knob(Number index, String settings)
Setter for the knob pointer by index.
-
knob
CircularGauge knob(Number index, Boolean settings)
Setter for the knob pointer by index.
-
label
CircularGauge label(Boolean settings)
Setter for the chart label.
-
label
CircularGauge label(String index, Boolean settings)
Setter for the chart label.
-
label
CircularGauge label(String index, String settings)
Setter for the chart label.
-
label
CircularGauge label(Number index, Boolean settings)
Setter for the chart label.
-
label
CircularGauge label(Number index, String settings)
Setter for the chart label.
-
left
void left()
Getter for element left bound settings.
-
left
CircularGauge left(Number left)
Setter for element left bound settings.
-
left
CircularGauge left(String left)
Setter for element left bound settings.
-
localToGlobal
void localToGlobal(Number xCoord, Number yCoord)
Converts the local coordinates to global coordinates. Note: Works only after draw is called.
-
margin
CircularGauge margin(Array<Number> margin)
Setter for the chart margin in pixels using a single complex object.
-
margin
CircularGauge margin(Array<String> margin)
Setter for the chart margin in pixels using a single complex object.
-
margin
CircularGauge margin(String margin)
Setter for the chart margin in pixels using a single complex object.
-
margin
CircularGauge margin(String value1, String value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(String value1, String value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(String value1, String value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(String value1, String value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(String value1, Number value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(String value1, Number value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(String value1, Number value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(String value1, Number value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(Number value1, String value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(Number value1, String value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(Number value1, String value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(Number value1, String value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(Number value1, Number value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(Number value1, Number value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(Number value1, Number value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
CircularGauge margin(Number value1, Number value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
marker
CircularGauge marker(String settings)
Setter for the first marker pointer.
-
marker
CircularGauge marker(Boolean settings)
Setter for the first marker pointer.
-
marker
CircularGauge marker(Number index, String settings)
Setter for the marker pointer by index.
-
marker
CircularGauge marker(Number index, Boolean settings)
Setter for the marker pointer by index.
-
maxHeight
void maxHeight()
Getter for the maximum height.
-
maxHeight
CircularGauge maxHeight(Number height)
Setter for the maximum height.
-
maxHeight
CircularGauge maxHeight(String height)
Setter for the maximum height.
-
maxWidth
void maxWidth()
Getter for the maximum width.
-
maxWidth
CircularGauge maxWidth(Number width)
Setter for the maximum width.
-
maxWidth
CircularGauge maxWidth(String width)
Setter for the maximum width.
-
minHeight
void minHeight()
Getter for the minimum height.
-
minHeight
CircularGauge minHeight(Number height)
Setter for the minimum height.
-
minHeight
CircularGauge minHeight(String height)
Setter for the minimum height.
-
minWidth
void minWidth()
Getter for the minimum width.
-
minWidth
CircularGauge minWidth(Number width)
Setter for the minimum width.
-
minWidth
CircularGauge minWidth(String width)
Setter for the minimum width.
-
needle
CircularGauge needle(String settings)
Setter for the first needle pointer.
-
needle
CircularGauge needle(Boolean settings)
Setter for the first needle pointer.
-
needle
CircularGauge needle(Number index, String settings)
Setter for the needle pointer by index.
-
needle
CircularGauge needle(Number index, Boolean settings)
Setter for the needle pointer by index.
-
noData
NoDataSettings noData()
Getter for noData settings.
-
noData
CircularGauge noData(String settings)
Setter for noData settings. {docs:Working_with_Data/No_Data_Label} Learn more about "No data" feature {docs}
-
padding
CircularGauge padding(Array<Number> padding)
Setter for the chart paddings in pixels using a single value.
-
padding
CircularGauge padding(Array<String> padding)
Setter for the chart paddings in pixels using a single value.
-
padding
CircularGauge padding(String padding)
Setter for the chart paddings in pixels using a single value.
-
padding
CircularGauge padding(String value1, String value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(String value1, String value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(String value1, String value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(String value1, String value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(String value1, Number value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(String value1, Number value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(String value1, Number value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(String value1, Number value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(Number value1, String value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(Number value1, String value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(Number value1, String value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(Number value1, String value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(Number value1, Number value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(Number value1, Number value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(Number value1, Number value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
CircularGauge padding(Number value1, Number value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
print
void print(PaperSize paperSizeOrOptions, Boolean landscape)
Prints all elements on related stage.
-
print
void print(String paperSizeOrOptions, Boolean landscape)
Prints all elements on related stage.
-
range
CircularRange range(Number index)
Getter for the circular range.
-
range
CircularGauge range(String settings)
Setter for the circular first range settings.
-
range
CircularGauge range(Boolean settings)
Setter for the circular first range settings.
-
range
CircularGauge range(Number index, String settings)
Setter for the circular range settings by index.
-
range
CircularGauge range(Number index, Boolean settings)
Setter for the circular range settings by index.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
removeAllPointers
CircularGauge removeAllPointers()
Removes all pointers from the gauge.
-
removePointer
CircularGauge removePointer(Number id)
Removes pointer by id.
-
removePointer
CircularGauge removePointer(String id)
Removes pointer by id.
-
removePointerAt
CircularGauge removePointerAt(Number index)
Removes pointer by index.
-
right
void right()
Getter for element right bound settings.
-
right
CircularGauge right(Number right)
Setter for element right bound setting.
-
right
CircularGauge right(String right)
Setter for element right bound setting.
-
saveAsJpg
void saveAsJpg(Number width, Number height, Number quality, Boolean forceTransparentWhite, String filename)
Saves the current chart as JPEG image.
-
saveAsJpg
void saveAsJpg(String width, Number height, Number quality, Boolean forceTransparentWhite, String filename)
Saves the current chart as JPEG image.
-
saveAsJson
void saveAsJson(String filename)
Saves chart config as JSON document.
-
saveAsPdf
void saveAsPdf(Number paperSizeOrWidthOrOptions, Boolean landscape, Number x, Number y, String filename)
Saves the current chart as PDF image.
-
saveAsPdf
void saveAsPdf(String paperSizeOrWidthOrOptions, Boolean landscape, Number x, Number y, String filename)
Saves the current chart as PDF image.
-
saveAsPng
void saveAsPng(Number width, Number height, Number quality, String filename)
Saves the current chart as PNG image.
-
saveAsPng
void saveAsPng(String width, Number height, Number quality, String filename)
Saves the current chart as PNG image.
-
saveAsSvg
void saveAsSvg(String paperSize, Boolean landscape, String filename)
Saves the current chart as SVG image.
-
saveAsSvg
void saveAsSvg(Number width, Number height)
Saves the stage as SVG image using width and height.
-
saveAsXlsx
void saveAsXlsx(ChartDataExportMode chartDataExportMode, String filename)
Saves chart data as an Excel document.
-
saveAsXlsx
void saveAsXlsx(String chartDataExportMode, String filename)
Saves chart data as an Excel document.
-
selectMarqueeFill
void selectMarqueeFill()
Getter for the select marquee fill.
-
selectMarqueeFill
CircularGauge selectMarqueeFill(Fill color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
CircularGauge selectMarqueeFill(GradientKey color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
CircularGauge selectMarqueeFill(Array<String> color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
CircularGauge selectMarqueeFill(String color, Number opacity)
Fill color with opacity. Fill as a string or an object.
-
selectMarqueeFill
CircularGauge selectMarqueeFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
CircularGauge selectMarqueeFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
CircularGauge selectMarqueeFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
CircularGauge selectMarqueeFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
CircularGauge selectMarqueeFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
CircularGauge selectMarqueeFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
CircularGauge selectMarqueeFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
CircularGauge selectMarqueeFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeStroke
void selectMarqueeStroke()
Getter for the select marquee stroke.
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
selectMarqueeStroke
CircularGauge selectMarqueeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the select marquee stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
shareWithFacebook
void shareWithFacebook(String captionOrOptions, String link, String name, String description)
Opens Facebook sharing dialog.
-
shareWithLinkedIn
void shareWithLinkedIn(String captionOrOptions, String description)
Opens LinkedIn sharing dialog.
-
shareWithPinterest
void shareWithPinterest(String linkOrOptions, String description)
Opens Pinterest sharing dialog.
-
shareWithTwitter
void shareWithTwitter()
Opens Twitter sharing dialog.
-
startAngle
void startAngle()
Getter for the start angle.
-
startAngle
CircularGauge startAngle(String angle)
Setter for the start angle.
-
startAngle
CircularGauge startAngle(Number angle)
Setter for the start angle.
-
startSelectMarquee
CircularGauge startSelectMarquee(Boolean repeat)
Starts select marquee drawing. Note: Works only after draw is called.
-
stroke
void stroke()
Getter for stroke settings.
-
stroke
CircularGauge stroke(Stroke value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(Stroke value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(ColoredFill value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(ColoredFill value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(ColoredFill value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(ColoredFill value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(String value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(String value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularGauge stroke(String settings)
Setter for stroke settings using an object.
-
sweepAngle
void sweepAngle()
Getter for the gauge sweep angle.
-
sweepAngle
CircularGauge sweepAngle(String angle)
Setter for the gauge sweep angle.
-
sweepAngle
CircularGauge sweepAngle(Number angle)
Setter for the gauge sweep angle.
-
title
CircularGauge title(Boolean settings)
Setter for the chart title.
-
title
CircularGauge title(String settings)
Setter for the chart title.
-
toSvg
void toSvg(String paperSize, Boolean landscape)
Returns SVG string with paper size and landscape.
-
toSvg
void toSvg(Number width, Number height)
Returns SVG string with with determined the width and height.
-
tooltip
CircularGauge tooltip(String settings)
Setter for the chart tooltip.
-
tooltip
CircularGauge tooltip(Boolean settings)
Setter for the chart tooltip.
-
top
void top()
Getter for element top bound settings.
-
top
CircularGauge top(Number top)
Setter for element top bound settings.
-
top
CircularGauge top(String top)
Setter for element top bound settings.
-
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().
-
width
void width()
Getter for element width settings.
-
width
CircularGauge width(Number width)
Setter for element width setting.
-
width
CircularGauge width(String width)
Setter for element width setting.
-
zIndex
void zIndex()
Getter for the Z-index of the element.
-
zIndex
CircularGauge zIndex(Number zIndex)
Setter for the Z-index of the element.
-
getStat
void getStat(Statistics key)
Getter for a statistical value by the key.
-
toA11yTable
void toA11yTable(String title, Boolean asString)
Creates and returns the chart represented as an invisible HTML table.
-
toHtmlTable
void toHtmlTable(String title, Boolean asString)
Creates and returns a chart as HTML table.
-
parentBounds
Rect parentBounds()
Getter for the parent bounds. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
CircularGauge parentBounds(Rect bounds)
Setter for the parent bounds using single value. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
CircularGauge parentBounds(String bounds)
Setter for the parent bounds using single value. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
CircularGauge parentBounds(Number bounds)
Setter for the parent bounds using single value. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
CircularGauge parentBounds(Number left, Number top, Number width, Number height)
Setter for the parent bounds using several values. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
data
View data(List<DataEntry> data, TreeFillingMethod fillMethod)
-
fill
CircularGauge fill(String value)
-
-
-
-