-
public class Polar extends SeparateChart
Polar chart class. To get the chart use polar method. Chart can contain any number of series. Each series is interactive, you can customize click and hover behavior and other params.
-
-
Method Summary
Modifier and Type Method Description static Polarinstantiate()StringgetJsBase()ChartA11ya11y()Getter for the accessibility setting. Polara11y(Boolean settings)Setter for the accessibility setting. Polara11y(String settings)Setter for the accessibility setting. voidaddSeries(View var_args)Adds series to the chart. voidaddSeries(Set var_args)Adds series to the chart. voidaddSeries(Array<String> var_args)Adds series to the chart. Animationanimation()Getter for animation settings. Polaranimation(Boolean settings)Setter for animation settings by one value. Polaranimation(String settings)Setter for animation settings by one value. Polaranimation(Boolean enabled, Number duration)Setter for animation settings using several parameters. Areaarea(List<DataEntry> data)voidautoRedraw()Getter for the autoRedraw flag. PolarautoRedraw(Boolean enabled)Setter for the autoRedraw flag. Backgroundbackground()Getter for the chart background. Polarbackground(String settings)Setter for the chart background. voidbarGroupsPadding()Getter for the space between bar groups on the ordinal scale by ratio of bars width. PolarbarGroupsPadding(Number padding)Setter for the space between bar groups on the ordinal scale by ratio of bars width. voidbarsPadding()Getter for the space between bars on the ordinal scale by ratio of bars width. PolarbarsPadding(Number padding)Setter for the space between bars on the ordinal scale by ratio of bars width. voidbaseline()Getter for the chart baseline. Polarbaseline(Number value)Setter for the chart baseline. voidbottom()Getter for element bottom bound settings. Polarbottom(Number bottom)Setter for element bottom bound settings. Polarbottom(String bottom)Setter for element bottom bound settings. Boundsbounds()Getter for element bounds settings. Polarbounds(RectObj bounds)Setter for bounds of the element using one parameter. Polarbounds(Rect bounds)Setter for bounds of the element using one parameter. Polarbounds(Bounds bounds)Setter for bounds of the element using one parameter. Polarbounds(Number x, Number y, Number width, Number height)Setter for element bounds settings. Polarbounds(Number x, Number y, Number width, String height)Setter for element bounds settings. Polarbounds(Number x, Number y, String width, Number height)Setter for element bounds settings. Polarbounds(Number x, Number y, String width, String height)Setter for element bounds settings. Polarbounds(Number x, String y, Number width, Number height)Setter for element bounds settings. Polarbounds(Number x, String y, Number width, String height)Setter for element bounds settings. Polarbounds(Number x, String y, String width, Number height)Setter for element bounds settings. Polarbounds(Number x, String y, String width, String height)Setter for element bounds settings. Polarbounds(String x, Number y, Number width, Number height)Setter for element bounds settings. Polarbounds(String x, Number y, Number width, String height)Setter for element bounds settings. Polarbounds(String x, Number y, String width, Number height)Setter for element bounds settings. Polarbounds(String x, Number y, String width, String height)Setter for element bounds settings. Polarbounds(String x, String y, Number width, Number height)Setter for element bounds settings. Polarbounds(String x, String y, Number width, String height)Setter for element bounds settings. Polarbounds(String x, String y, String width, Number height)Setter for element bounds settings. Polarbounds(String x, String y, String width, String height)Setter for element bounds settings. PolarcancelMarquee()Stops current marquee action if any. Columncolumn(List<DataEntry> data)Layercontainer()Getter for the element's container. Polarcontainer(Layer element)Setter for the element's container. Polarcontainer(Stage element)Setter for the element's container. Polarcontainer(String element)Setter for the element's container. ContextMenucontextMenu()Getter for the context menu. PolarcontextMenu(String settings)Setter for the context menu. PolarcontextMenu(Boolean settings)Setter for the context menu. ChartCreditscredits()Getter for the credits. Polarcredits(String value)Setter for the chart credits. Polarcredits(Boolean value)Setter for the chart credits. Viewdata(List<DataEntry> data)voiddefaultSeriesType()Getter for the default polar series type. PolardefaultSeriesType(PolarSeriesType type)Setter for the polar default series type. PolardefaultSeriesType(String type)Setter for the polar default series type. voiddispose()Disposes charts. Polardraw(Boolean async)Starts the rendering of the chart into the container. voidenabled()Getter for the element state (enabled or disabled). Polarenabled(Boolean enabled)Setter for the element enabled state. Exportsexports()Getter for the export charts. Polarexports(String settings)Setter for the export charts. voidfullScreen()Getter for the fullscreen mode. PolarfullScreen(Boolean enabled)Setter for the fullscreen mode. RectgetPixelBounds()Returns pixel bounds of the element due to parent bounds and self bounds settings. RectgetPlotBounds()Getter for the data bounds of the chart. voidgetSelectedPoints()Getter for the selected points. BasegetSeries(Number id)Getter for the series by its id. BasegetSeries(String id)Getter for the series by its id. BasegetSeriesAt(Number index)Getter for the series by its index. voidgetSeriesCount()Returns series count. voidgetStat(Statistics key)Getter for a statistical value by the key. voidgetStat(String key)Getter for a statistical value by the key. voidgetType()Returns chart type. voidgetXScales()Returns chart X scales. voidgetYScales()Returns chart Y scales. voidglobalToLocal(Number xCoord, Number yCoord)Converts the global coordinates to local coordinates. HatchFillshatchFillPalette()Getter for hatch fill palette settings. PolarhatchFillPalette(Array<HatchFillType> settings)Setter for hatch fill palette settings. PolarhatchFillPalette(String settings)Setter for hatch fill palette settings. PolarhatchFillPalette(HatchFills settings)Setter for hatch fill palette settings. voidheight()Getter for element height settings. Polarheight(Number height)Setter for element height setting. Polarheight(String height)Setter for element height setting. StateSettingshovered()Getter for hovered state settings. Polarhovered(String settings)Setter for hovered state settings. voidid()Getter for chart id. Polarid(String id)Setter for chart id. voidinMarquee()Gets marquee process running value. voidinnerRadius()Getter for the inner radius. PolarinnerRadius(Number radius)Setter for the inner radius in pixels or percent of main radius. PolarinnerRadius(String radius)Setter for the inner radius in pixels or percent of main radius. Interactivityinteractivity()Getter for interactivity settings for the chart. Polarinteractivity(String settings)Setter for interactivity settings for the chart. Polarinteractivity(HoverMode settings)Setter for interactivity settings for the chart. voidisFullScreenAvailable()Whether the fullscreen mode available in the browser or not. Labellabel(String index)Getter for the chart label. Labellabel(Number index)Getter for the chart label. Polarlabel(Boolean settings)Setter for the chart label. Polarlabel(String index, Boolean settings)Setter for the chart label. Polarlabel(String index, String settings)Setter for the chart label. Polarlabel(Number index, Boolean settings)Setter for the chart label. Polarlabel(Number index, String settings)Setter for the chart label. LabelsFactorylabels()Getter for series data labels. Polarlabels(String settings)Setter for series data labels. Polarlabels(Boolean settings)Setter for series data labels. voidleft()Getter for element left bound settings. Polarleft(Number left)Setter for element left bound settings. Polarleft(String left)Setter for element left bound settings. Legendlegend()Getter for the chart legend. Polarlegend(String settings)Setter for chart legend settings. Polarlegend(Boolean settings)Setter for chart legend settings. Lineline(List<DataEntry> data)voidlocalToGlobal(Number xCoord, Number yCoord)Converts the local coordinates to global coordinates. Marginmargin()Getter for the chart margin. Polarmargin(Array<Number> margin)Setter for the chart margin in pixels using a single complex object. Polarmargin(Array<String> margin)Setter for the chart margin in pixels using a single complex object. Polarmargin(String margin)Setter for the chart margin in pixels using a single complex object. Polarmargin(String value1, String value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. Polarmargin(String value1, String value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. Polarmargin(String value1, String value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. Polarmargin(String value1, String value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. Polarmargin(String value1, Number value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. Polarmargin(String value1, Number value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. Polarmargin(String value1, Number value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. Polarmargin(String value1, Number value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. Polarmargin(Number value1, String value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. Polarmargin(Number value1, String value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. Polarmargin(Number value1, String value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. Polarmargin(Number value1, String value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. Polarmargin(Number value1, Number value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. Polarmargin(Number value1, Number value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. Polarmargin(Number value1, Number value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. Polarmargin(Number value1, Number value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. Markermarker(List<DataEntry> data)MarkersmarkerPalette()Getter for the markers palette settings. PolarmarkerPalette(Markers settings)Setter for the markers palette settings. PolarmarkerPalette(String settings)Setter for the markers palette settings. PolarmarkerPalette(MarkerType settings)Setter for the markers palette settings. PolarmarkerPalette(Array<String> settings)Setter for the markers palette settings. voidmaxHeight()Getter for the maximum height. PolarmaxHeight(Number height)Setter for the maximum height. PolarmaxHeight(String height)Setter for the maximum height. LabelsFactorymaxLabels()Getter for maximum labels. PolarmaxLabels(String settings)Setter for maximum labels. PolarmaxLabels(Boolean settings)Setter for maximum labels. voidmaxPointWidth()Getter for the maximum point width. PolarmaxPointWidth(Number width)Setter for the maximum point width. PolarmaxPointWidth(String width)Setter for the maximum point width. voidmaxWidth()Getter for the maximum width. PolarmaxWidth(Number width)Setter for the maximum width. PolarmaxWidth(String width)Setter for the maximum width. voidminHeight()Getter for the minimum height. PolarminHeight(Number height)Setter for the minimum height. PolarminHeight(String height)Setter for the minimum height. LabelsFactoryminLabels()Getter for minimum labels. PolarminLabels(String settings)Setter for minimum labels. PolarminLabels(Boolean settings)Setter for minimum labels. voidminPointLength()PolarminPointLength(Number length)PolarminPointLength(String length)voidminWidth()Getter for the minimum width. PolarminWidth(Number width)Setter for the minimum width. PolarminWidth(String width)Setter for the minimum width. NoDataSettingsnoData()Getter for noData settings. PolarnoData(String settings)Setter for noData settings. StateSettingsnormal()Getter for normal state settings. Polarnormal(String settings)Setter for normal state settings. Paddingpadding()Getter for the chart padding. Polarpadding(Array<Number> padding)Setter for the chart paddings in pixels using a single value. Polarpadding(Array<String> padding)Setter for the chart paddings in pixels using a single value. Polarpadding(String padding)Setter for the chart paddings in pixels using a single value. Polarpadding(String value1, String value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(String value1, String value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(String value1, String value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(String value1, String value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(String value1, Number value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(String value1, Number value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(String value1, Number value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(String value1, Number value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(Number value1, String value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(Number value1, String value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(Number value1, String value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(Number value1, String value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(Number value1, Number value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(Number value1, Number value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(Number value1, Number value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. Polarpadding(Number value1, Number value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. RangeColorspalette()Getter for the chart colors palette. Polarpalette(RangeColors settings)Setter for the series colors palette. Polarpalette(DistinctColors settings)Setter for the series colors palette. Polarpalette(String settings)Setter for the series colors palette. Polarpalette(Array<String> settings)Setter for the series colors palette. voidpointWidth()Getter for the point width settings. PolarpointWidth(Number width)Setter for the point width settings. PolarpointWidth(String width)Setter for the point width settings. Polygonpolygon(View data, TextParsingMode csvSettings)Adds Polygon series. Polygonpolygon(View data, String csvSettings)Adds Polygon series. Polygonpolygon(View data, TextParsingSettings csvSettings)Adds Polygon series. Polygonpolygon(Set data, TextParsingMode csvSettings)Adds Polygon series. Polygonpolygon(Set data, String csvSettings)Adds Polygon series. Polygonpolygon(Set data, TextParsingSettings csvSettings)Adds Polygon series. Polygonpolygon(Array<String> data, TextParsingMode csvSettings)Adds Polygon series. Polygonpolygon(Array<String> data, String csvSettings)Adds Polygon series. Polygonpolygon(Array<String> data, TextParsingSettings csvSettings)Adds Polygon series. Polygonpolygon(String data, TextParsingMode csvSettings)Adds Polygon series. Polygonpolygon(String data, String csvSettings)Adds Polygon series. Polygonpolygon(String data, TextParsingSettings csvSettings)Adds Polygon series. Polylinepolyline(View data, TextParsingMode csvSettings)Adds Polyline series. Polylinepolyline(View data, String csvSettings)Adds Polyline series. Polylinepolyline(View data, TextParsingSettings csvSettings)Adds Polyline series. Polylinepolyline(Set data, TextParsingMode csvSettings)Adds Polyline series. Polylinepolyline(Set data, String csvSettings)Adds Polyline series. Polylinepolyline(Set data, TextParsingSettings csvSettings)Adds Polyline series. Polylinepolyline(Array<String> data, TextParsingMode csvSettings)Adds Polyline series. Polylinepolyline(Array<String> data, String csvSettings)Adds Polyline series. Polylinepolyline(Array<String> data, TextParsingSettings csvSettings)Adds Polyline series. Polylinepolyline(String data, TextParsingMode csvSettings)Adds Polyline series. Polylinepolyline(String data, String csvSettings)Adds Polyline series. Polylinepolyline(String data, TextParsingSettings csvSettings)Adds Polyline series. voidprint(PaperSize paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. voidprint(String paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. RangeColumnrangeColumn(List<DataEntry> data)voidremoveAllListeners(String type)Removes all listeners from an object. PolarremoveAllSeries()Removes all series from chart. PolarremoveSeries(Number id)Removes one of series from chart by its id. PolarremoveSeries(String id)Removes one of series from chart by its id. PolarremoveSeriesAt(Number index)Removes one of series from chart by its index. voidright()Getter for element right bound settings. Polarright(Number right)Setter for element right bound setting. Polarright(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. PolarselectMarqueeFill(Fill color)Setter for fill settings using an array, an object or a string. PolarselectMarqueeFill(GradientKey color)Setter for fill settings using an array, an object or a string. PolarselectMarqueeFill(Array<String> color)Setter for fill settings using an array, an object or a string. PolarselectMarqueeFill(String color, Number opacity)Fill color with opacity. PolarselectMarqueeFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. PolarselectMarqueeFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. PolarselectMarqueeFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. PolarselectMarqueeFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. PolarselectMarqueeFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. PolarselectMarqueeFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. PolarselectMarqueeFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. PolarselectMarqueeFill(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. PolarselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the select marquee stroke. PolarselectMarqueeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. StateSettingsselected()Getter for selected state settings. Polarselected(String settings)Setter for selected state settings. 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. voidsortPointsByX()Getter for the sortPointsByX mode. PolarsortPointsByX(Boolean enabled)Setter for the sortPointsByX mode. voidstartAngle()Getter for the chart start angle. PolarstartAngle(String angle)Setter for the chart start angle. PolarstartAngle(Number angle)Setter for the chart start angle. PolarstartSelectMarquee(Boolean repeat)Starts select marquee drawing. Titletitle()Getter for the chart title. Polartitle(Boolean settings)Setter for the chart title. Polartitle(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. Polartooltip(String settings)Setter for the chart tooltip. Polartooltip(Boolean settings)Setter for the chart tooltip. voidtop()Getter for element top bound settings. Polartop(Number top)Setter for element top bound settings. Polartop(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. Polarwidth(Number width)Setter for element width setting. Polarwidth(String width)Setter for element width setting. PolarxAxis()Getter for the chart X-axis. PolarxAxis(String settings)Setter for the chart X-axis. PolarxAxis(Boolean settings)Setter for the chart X-axis. PolarxGrid(Number index)Getter for the chart grid by X-scale. PolarxGrid(String settings)Setter for the chart grid by X-scale. PolarxGrid(Boolean settings)Setter for the chart grid by X-scale. PolarxGrid(Number index, String settings)Setter for chart grid by index. PolarxGrid(Number index, Boolean settings)Setter for chart grid by index. PolarxMinorGrid(Number index)Getter for the chart minor grid by X-scale. PolarxMinorGrid(String settings)Setter for the chart minor grid by X-scale. PolarxMinorGrid(Boolean settings)Setter for the chart minor grid by X-scale. PolarxMinorGrid(Number index, String settings)Setter for the chart minor grid by index. PolarxMinorGrid(Number index, Boolean settings)Setter for the chart minor grid by index. ScatterBasexScale()Getter for the default chart X scale. PolarxScale(String settings)Setter for the chart X scale. PolarxScale(ScaleTypes settings)Setter for the chart X scale. PolarxScale(Base settings)Setter for the chart X scale. RadialyAxis()Getter for the chart Y-axis. PolaryAxis(String settings)Setter for the chart Y-axis. PolaryAxis(Boolean settings)Setter for the chart Y-axis. PolaryGrid(Number index)Getter for the chart grid by Y-scale. PolaryGrid(String settings)Setter for the chart grid by Y-scale. PolaryGrid(Boolean settings)Setter for the chart grid by Y-scale. PolaryGrid(Number index, String settings)Setter for chart grid by index. PolaryGrid(Number index, Boolean settings)Setter for chart grid by index. PolaryMinorGrid(Number index)Getter for the chart minor grid by Y-scale. PolaryMinorGrid(String settings)Setter for the chart minor grid by Y-scale. PolaryMinorGrid(Boolean settings)Setter for the chart minor grid by Y-scale. PolaryMinorGrid(Number index, String settings)Setter for the chart minor grid by index. PolaryMinorGrid(Number index, Boolean settings)Setter for the chart minor grid by index. ScatterBaseyScale()Getter for the default chart Y scale. PolaryScale(String value)Setter for the chart Y scale. PolaryScale(ScatterScaleTypes value)Setter for the chart Y scale. PolaryScale(ScatterBase value)Setter for the chart Y scale. voidzIndex()Getter for the Z-index of the element. PolarzIndex(Number zIndex)Setter for the Z-index of the element. 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. PolarparentBounds(Rect bounds)Setter for the parent bounds using single value. PolarparentBounds(String bounds)Setter for the parent bounds using single value. PolarparentBounds(Number bounds)Setter for the parent bounds using single value. PolarparentBounds(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)Areaarea(View data)Columncolumn(View data)Lineline(View data)RangeColumnrangeColumn(View data)Markermarker(View data)ObjectxScale(Class scaleClass)ObjectyScale(Class scaleClass)-
Methods inherited from class com.anychart.core.SeparateChart
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, interactivity, interactivity, label, label, label, label, label, left, left, legend, legend, 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.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
-
Polar
Polar(String jsChart)
-
-
Method Detail
-
instantiate
static Polar instantiate()
-
animation
Polar 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
Polar autoRedraw(Boolean enabled)
Setter for the autoRedraw flag. Flag whether to automatically call chart.draw() on any changes or not.
-
background
Background background()
Getter for the chart background.
-
background
Polar background(String settings)
Setter for the chart background.
-
barGroupsPadding
void barGroupsPadding()
Getter for the space between bar groups on the ordinal scale by ratio of bars width.
-
barGroupsPadding
Polar barGroupsPadding(Number padding)
Setter for the space between bar groups on the ordinal scale by ratio of bars width.
-
barsPadding
void barsPadding()
Getter for the space between bars on the ordinal scale by ratio of bars width.
-
barsPadding
Polar barsPadding(Number padding)
Setter for the space between bars on the ordinal scale by ratio of bars width.
-
baseline
void baseline()
Getter for the chart baseline.
-
baseline
Polar baseline(Number value)
Setter for the chart baseline. The baseline is the line relative to which the series with the negative or positive value is drawn and painted over.
-
bottom
void bottom()
Getter for element bottom bound settings.
-
bounds
Polar bounds(Number x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Polar bounds(Number x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
Polar bounds(Number x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
Polar bounds(Number x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
Polar bounds(Number x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Polar bounds(Number x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
Polar bounds(Number x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
Polar bounds(Number x, String y, String width, String height)
Setter for element bounds settings.
-
bounds
Polar bounds(String x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Polar bounds(String x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
Polar bounds(String x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
Polar bounds(String x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
Polar bounds(String x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Polar bounds(String x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
Polar bounds(String x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
Polar bounds(String x, String y, String width, String height)
Setter for element bounds settings.
-
cancelMarquee
Polar cancelMarquee()
Stops current marquee action if any.
-
contextMenu
ContextMenu contextMenu()
Getter for the context menu.
-
contextMenu
Polar contextMenu(String settings)
Setter for the context menu.
-
contextMenu
Polar contextMenu(Boolean settings)
Setter for the context menu.
-
credits
ChartCredits credits()
Getter for the credits.
-
credits
Polar credits(String value)
Setter for the chart credits. {docs:Quick_Start/Credits}Learn more about credits settings.{docs}
-
credits
Polar credits(Boolean value)
Setter for the chart credits. {docs:Quick_Start/Credits}Learn more about credits settings.{docs}
-
defaultSeriesType
void defaultSeriesType()
Getter for the default polar series type.
-
defaultSeriesType
Polar defaultSeriesType(PolarSeriesType type)
Setter for the polar default series type.
-
defaultSeriesType
Polar defaultSeriesType(String type)
Setter for the polar default series type.
-
dispose
void dispose()
Disposes charts.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
fullScreen
void fullScreen()
Getter for the fullscreen mode.
-
fullScreen
Polar 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.
-
getPlotBounds
Rect getPlotBounds()
Getter for the data bounds of the chart.Note: Works only after draw is called.
-
getSelectedPoints
void getSelectedPoints()
Getter for the selected points.
-
getSeriesAt
Base getSeriesAt(Number index)
Getter for the series by its index.
-
getSeriesCount
void getSeriesCount()
Returns series count.
-
getStat
void getStat(Statistics key)
Getter for a statistical value by the key.
-
getType
void getType()
Returns chart type.
-
getXScales
void getXScales()
Returns chart X scales.
-
getYScales
void getYScales()
Returns chart Y scales.
-
globalToLocal
void globalToLocal(Number xCoord, Number yCoord)
Converts the global coordinates to local coordinates. Note: Works only after draw is called.
-
hatchFillPalette
HatchFills hatchFillPalette()
Getter for hatch fill palette settings.
-
hatchFillPalette
Polar hatchFillPalette(Array<HatchFillType> settings)
Setter for hatch fill palette settings.
-
hatchFillPalette
Polar hatchFillPalette(String settings)
Setter for hatch fill palette settings.
-
hatchFillPalette
Polar hatchFillPalette(HatchFills settings)
Setter for hatch fill palette settings.
-
height
void height()
Getter for element height settings.
-
hovered
StateSettings hovered()
Getter for hovered state settings.
-
id
void id()
Getter for chart id.
-
inMarquee
void inMarquee()
Gets marquee process running value.
-
innerRadius
void innerRadius()
Getter for the inner radius.
-
innerRadius
Polar innerRadius(Number radius)
Setter for the inner radius in pixels or percent of main radius.
-
innerRadius
Polar innerRadius(String radius)
Setter for the inner radius in pixels or percent of main radius.
-
interactivity
Interactivity interactivity()
Getter for interactivity settings for the chart.
-
interactivity
Polar interactivity(String settings)
Setter for interactivity settings for the chart.
-
interactivity
Polar interactivity(HoverMode settings)
Setter for interactivity settings for the chart.
-
isFullScreenAvailable
void isFullScreenAvailable()
Whether the fullscreen mode available in the browser or not.
-
labels
LabelsFactory labels()
Getter for series data labels.
-
left
void left()
Getter 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
Polar margin(Array<Number> margin)
Setter for the chart margin in pixels using a single complex object.
-
margin
Polar margin(Array<String> margin)
Setter for the chart margin in pixels using a single complex object.
-
margin
Polar margin(String margin)
Setter for the chart margin in pixels using a single complex object.
-
margin
Polar margin(String value1, String value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(String value1, String value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(String value1, String value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(String value1, String value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(String value1, Number value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(String value1, Number value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(String value1, Number value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(String value1, Number value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(Number value1, String value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(Number value1, String value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(Number value1, String value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(Number value1, String value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(Number value1, Number value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(Number value1, Number value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(Number value1, Number value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Polar margin(Number value1, Number value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
markerPalette
Markers markerPalette()
Getter for the markers palette settings.
-
markerPalette
Polar markerPalette(Markers settings)
Setter for the markers palette settings.
-
markerPalette
Polar markerPalette(String settings)
Setter for the markers palette settings.
-
markerPalette
Polar markerPalette(MarkerType settings)
Setter for the markers palette settings.
-
markerPalette
Polar markerPalette(Array<String> settings)
Setter for the markers palette settings.
-
maxHeight
void maxHeight()
Getter for the maximum height.
-
maxLabels
LabelsFactory maxLabels()
Getter for maximum labels.
-
maxPointWidth
void maxPointWidth()
Getter for the maximum point width.
-
maxPointWidth
Polar maxPointWidth(Number width)
Setter for the maximum point width.
-
maxPointWidth
Polar maxPointWidth(String width)
Setter for the maximum point width.
-
maxWidth
void maxWidth()
Getter for the maximum width.
-
minHeight
void minHeight()
Getter for the minimum height.
-
minLabels
LabelsFactory minLabels()
Getter for minimum labels.
-
minPointLength
void minPointLength()
-
minPointLength
Polar minPointLength(Number length)
-
minPointLength
Polar minPointLength(String length)
-
minWidth
void minWidth()
Getter for the minimum width.
-
noData
NoDataSettings noData()
Getter for noData settings.
-
noData
Polar noData(String settings)
Setter for noData settings. {docs:Working_with_Data/No_Data_Label} Learn more about "No data" feature {docs}
-
normal
StateSettings normal()
Getter for normal state settings.
-
padding
Polar padding(Array<Number> padding)
Setter for the chart paddings in pixels using a single value.
-
padding
Polar padding(Array<String> padding)
Setter for the chart paddings in pixels using a single value.
-
padding
Polar padding(String value1, String value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(String value1, String value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(String value1, String value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(String value1, String value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(String value1, Number value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(String value1, Number value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(String value1, Number value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(String value1, Number value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(Number value1, String value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(Number value1, String value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(Number value1, String value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(Number value1, String value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(Number value1, Number value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(Number value1, Number value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(Number value1, Number value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Polar padding(Number value1, Number value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
palette
RangeColors palette()
Getter for the chart colors palette.
-
palette
Polar palette(RangeColors settings)
Setter for the series colors palette.Note: You can use predefined palettes from anychart.palettes.
-
palette
Polar palette(DistinctColors settings)
Setter for the series colors palette.Note: You can use predefined palettes from anychart.palettes.
-
palette
Polar palette(String settings)
Setter for the series colors palette.Note: You can use predefined palettes from anychart.palettes.
-
palette
Polar palette(Array<String> settings)
Setter for the series colors palette.Note: You can use predefined palettes from anychart.palettes.
-
pointWidth
void pointWidth()
Getter for the point width settings.
-
pointWidth
Polar pointWidth(Number width)
Setter for the point width settings.
-
pointWidth
Polar pointWidth(String width)
Setter for the point width settings.
-
polygon
Polygon polygon(View data, TextParsingMode csvSettings)
Adds Polygon series.
-
polygon
Polygon polygon(View data, TextParsingSettings csvSettings)
Adds Polygon series.
-
polygon
Polygon polygon(Set data, TextParsingMode csvSettings)
Adds Polygon series.
-
polygon
Polygon polygon(Set data, TextParsingSettings csvSettings)
Adds Polygon series.
-
polygon
Polygon polygon(Array<String> data, TextParsingMode csvSettings)
Adds Polygon series.
-
polygon
Polygon polygon(Array<String> data, TextParsingSettings csvSettings)
Adds Polygon series.
-
polygon
Polygon polygon(String data, TextParsingMode csvSettings)
Adds Polygon series.
-
polygon
Polygon polygon(String data, TextParsingSettings csvSettings)
Adds Polygon series.
-
polyline
Polyline polyline(View data, TextParsingMode csvSettings)
Adds Polyline series.
-
polyline
Polyline polyline(View data, TextParsingSettings csvSettings)
Adds Polyline series.
-
polyline
Polyline polyline(Set data, TextParsingMode csvSettings)
Adds Polyline series.
-
polyline
Polyline polyline(Set data, TextParsingSettings csvSettings)
Adds Polyline series.
-
polyline
Polyline polyline(Array<String> data, TextParsingMode csvSettings)
Adds Polyline series.
-
polyline
Polyline polyline(Array<String> data, TextParsingSettings csvSettings)
Adds Polyline series.
-
polyline
Polyline polyline(String data, TextParsingMode csvSettings)
Adds Polyline series.
-
polyline
Polyline polyline(String data, TextParsingSettings csvSettings)
Adds Polyline series.
-
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.
-
rangeColumn
RangeColumn rangeColumn(List<DataEntry> data)
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
removeAllSeries
Polar removeAllSeries()
Removes all series from chart.
-
removeSeries
Polar removeSeries(Number id)
Removes one of series from chart by its id.
-
removeSeries
Polar removeSeries(String id)
Removes one of series from chart by its id.
-
removeSeriesAt
Polar removeSeriesAt(Number index)
Removes one of series from chart by its index.
-
right
void right()
Getter for element right bound settings.
-
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
Polar 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
Polar 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
Polar 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
Polar selectMarqueeFill(String color, Number opacity)
Fill color with opacity. Fill as a string or an object.
-
selectMarqueeFill
Polar selectMarqueeFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Polar selectMarqueeFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Polar selectMarqueeFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Polar selectMarqueeFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Polar selectMarqueeFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Polar selectMarqueeFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Polar 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
Polar 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
Polar 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
Polar 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
Polar 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
Polar 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
Polar 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
Polar 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
Polar 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
Polar 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
Polar 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
Polar 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
Polar 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
Polar 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}
-
selected
StateSettings selected()
Getter for selected state settings.
-
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.
-
sortPointsByX
void sortPointsByX()
Getter for the sortPointsByX mode.
-
sortPointsByX
Polar sortPointsByX(Boolean enabled)
Setter for the sortPointsByX mode. If the points of series should be sorted by X before drawing.
-
startAngle
void startAngle()
Getter for the chart start angle.
-
startAngle
Polar startAngle(String angle)
Setter for the chart start angle.
-
startAngle
Polar startAngle(Number angle)
Setter for the chart start angle.
-
startSelectMarquee
Polar startSelectMarquee(Boolean repeat)
Starts select marquee drawing. Note: Works only after draw is called.
-
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.
-
top
void top()
Getter 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.
-
xMinorGrid
Polar xMinorGrid(Number index)
Getter for the chart minor grid by X-scale.
-
xMinorGrid
Polar xMinorGrid(String settings)
Setter for the chart minor grid by X-scale.
-
xMinorGrid
Polar xMinorGrid(Boolean settings)
Setter for the chart minor grid by X-scale.
-
xMinorGrid
Polar xMinorGrid(Number index, String settings)
Setter for the chart minor grid by index.
-
xMinorGrid
Polar xMinorGrid(Number index, Boolean settings)
Setter for the chart minor grid by index.
-
xScale
ScatterBase xScale()
Getter for the default chart X scale.
-
xScale
Polar xScale(ScaleTypes settings)
Setter for the chart X scale.
-
yMinorGrid
Polar yMinorGrid(Number index)
Getter for the chart minor grid by Y-scale.
-
yMinorGrid
Polar yMinorGrid(String settings)
Setter for the chart minor grid by Y-scale.
-
yMinorGrid
Polar yMinorGrid(Boolean settings)
Setter for the chart minor grid by Y-scale.
-
yMinorGrid
Polar yMinorGrid(Number index, String settings)
Setter for the chart minor grid by index.
-
yMinorGrid
Polar yMinorGrid(Number index, Boolean settings)
Setter for the chart minor grid by index.
-
yScale
ScatterBase yScale()
Getter for the default chart Y scale.
-
yScale
Polar yScale(ScatterScaleTypes value)
Setter for the chart Y scale.
-
yScale
Polar yScale(ScatterBase value)
Setter for the chart Y scale.
-
zIndex
void zIndex()
Getter for the Z-index of the element.
-
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
Polar 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
Polar 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
Polar 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
Polar 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)
-
rangeColumn
RangeColumn rangeColumn(View data)
-
-
-
-