-
public class Cartesian3d extends SeparateChart
Cartesian 3d chart class. To get the chart use any of these methods:
- area3d
- bar3d
- column3d
-
-
Constructor Summary
Constructors Constructor Description Cartesian3d(String jsChart)
-
Method Summary
Modifier and Type Method Description static Cartesian3dinstantiate()StringgetJsBase()ChartA11ya11y()Getter for the accessibility setting. Cartesian3da11y(Boolean settings)Setter for the accessibility setting. Cartesian3da11y(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. Cartesian3danimation(Boolean settings)Setter for animation settings by one value. Cartesian3danimation(String settings)Setter for animation settings by one value. Cartesian3danimation(Boolean enabled, Number duration)Setter for animation settings using several parameters. Area3darea(List<DataEntry> data)voidautoRedraw()Getter for the autoRedraw flag. Cartesian3dautoRedraw(Boolean enabled)Setter for the autoRedraw flag. Backgroundbackground()Getter for the chart background. Cartesian3dbackground(String settings)Setter for the chart background. Bar3dbar(List<DataEntry> data)voidbarGroupsPadding()Getter for the space between bar groups on the ordinal scale by ratio of bars width. Cartesian3dbarGroupsPadding(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. Cartesian3dbarsPadding(Number padding)Setter for the space between bars on the ordinal scale by ratio of bars width. voidbaseline()Getter for the chart baseline. Cartesian3dbaseline(Number value)Setter for the chart baseline. voidbottom()Getter for element bottom bound settings. Cartesian3dbottom(Number bottom)Setter for element bottom bound settings. Cartesian3dbottom(String bottom)Setter for element bottom bound settings. Boundsbounds()Getter for element bounds settings. Cartesian3dbounds(RectObj bounds)Setter for bounds of the element using one parameter. Cartesian3dbounds(Rect bounds)Setter for bounds of the element using one parameter. Cartesian3dbounds(Bounds bounds)Setter for bounds of the element using one parameter. Cartesian3dbounds(Number x, Number y, Number width, Number height)Setter for element bounds settings. Cartesian3dbounds(Number x, Number y, Number width, String height)Setter for element bounds settings. Cartesian3dbounds(Number x, Number y, String width, Number height)Setter for element bounds settings. Cartesian3dbounds(Number x, Number y, String width, String height)Setter for element bounds settings. Cartesian3dbounds(Number x, String y, Number width, Number height)Setter for element bounds settings. Cartesian3dbounds(Number x, String y, Number width, String height)Setter for element bounds settings. Cartesian3dbounds(Number x, String y, String width, Number height)Setter for element bounds settings. Cartesian3dbounds(Number x, String y, String width, String height)Setter for element bounds settings. Cartesian3dbounds(String x, Number y, Number width, Number height)Setter for element bounds settings. Cartesian3dbounds(String x, Number y, Number width, String height)Setter for element bounds settings. Cartesian3dbounds(String x, Number y, String width, Number height)Setter for element bounds settings. Cartesian3dbounds(String x, Number y, String width, String height)Setter for element bounds settings. Cartesian3dbounds(String x, String y, Number width, Number height)Setter for element bounds settings. Cartesian3dbounds(String x, String y, Number width, String height)Setter for element bounds settings. Cartesian3dbounds(String x, String y, String width, Number height)Setter for element bounds settings. Cartesian3dbounds(String x, String y, String width, String height)Setter for element bounds settings. Cartesian3dcancelMarquee()Stops current marquee action if any. Column3dcolumn(List<DataEntry> data)Layercontainer()Getter for the element's container. Cartesian3dcontainer(Layer element)Setter for the element's container. Cartesian3dcontainer(Stage element)Setter for the element's container. Cartesian3dcontainer(String element)Setter for the element's container. ContextMenucontextMenu()Getter for the context menu. Cartesian3dcontextMenu(String settings)Setter for the context menu. Cartesian3dcontextMenu(Boolean settings)Setter for the context menu. ChartCreditscredits()Getter for the credits. Cartesian3dcredits(String value)Setter for the chart credits. Cartesian3dcredits(Boolean value)Setter for the chart credits. Crosshaircrosshair()Getter for the crosshair settings. Cartesian3dcrosshair(String settings)Setter for the crosshair settings. Cartesian3dcrosshair(Boolean settings)Setter for the crosshair settings. Viewdata(List<DataEntry> data)voiddefaultSeriesType()Getter for the default series type. Cartesian3ddefaultSeriesType(CartesianSeriesType type)Setter for the default series type. Cartesian3ddefaultSeriesType(String type)Setter for the default series type. voiddispose()Disposes charts. Cartesian3ddraw(Boolean async)Starts the rendering of the chart into the container. voidenabled()Getter for the element state (enabled or disabled). Cartesian3denabled(Boolean enabled)Setter for the element enabled state. Exportsexports()Getter for the export charts. Cartesian3dexports(String settings)Setter for the export charts. voidfullScreen()Getter for the fullscreen mode. Cartesian3dfullScreen(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 the number of series in a chart. 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. voidgetXAxesCount()Returns the number of X-axes. voidgetXScales()Returns chart X scales. voidgetYAxesCount()Returns the number of Y-axes. voidgetYScales()Returns chart Y scales. voidglobalToLocal(Number xCoord, Number yCoord)Converts the global coordinates to local coordinates. HatchFillshatchFillPalette()Getter for the hatch fill palette settings. Cartesian3dhatchFillPalette(Array<HatchFillType> settings)Setter for hatch fill palette settings. Cartesian3dhatchFillPalette(String settings)Setter for hatch fill palette settings. Cartesian3dhatchFillPalette(HatchFills settings)Setter for hatch fill palette settings. voidheight()Getter for element height settings. Cartesian3dheight(Number height)Setter for element height setting. Cartesian3dheight(String height)Setter for element height setting. StateSettingshovered()Getter for hovered state settings. Cartesian3dhovered(String settings)Setter for hovered state settings. voidid()Getter for chart id. Cartesian3did(String id)Setter for chart id. voidinMarquee()Gets marquee process running value. Interactivityinteractivity()Getter for interactivity settings for the chart. Cartesian3dinteractivity(String settings)Setter for interactivity settings for the chart. Cartesian3dinteractivity(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. Cartesian3dlabel(Boolean settings)Setter for the chart label. Cartesian3dlabel(String index, Boolean settings)Setter for the chart label. Cartesian3dlabel(String index, String settings)Setter for the chart label. Cartesian3dlabel(Number index, Boolean settings)Setter for the chart label. Cartesian3dlabel(Number index, String settings)Setter for the chart label. LabelsFactorylabels()Getter for series data labels. Cartesian3dlabels(String settings)Setter for series data labels. Cartesian3dlabels(Boolean settings)Setter for series data labels. voidleft()Getter for element left bound settings. Cartesian3dleft(Number left)Setter for element left bound settings. Cartesian3dleft(String left)Setter for element left bound settings. Legendlegend()Getter for the chart legend. Cartesian3dlegend(String settings)Setter for chart legend settings. Cartesian3dlegend(Boolean settings)Setter for chart legend settings. Line3dline(List<DataEntry> data)Lineline2d(View data, TextParsingMode csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(View data, String csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(View data, TextParsingSettings csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(Set data, TextParsingMode csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(Set data, String csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(Set data, TextParsingSettings csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(Array<String> data, TextParsingMode csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(Array<String> data, String csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(Array<String> data, TextParsingSettings csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(String data, TextParsingMode csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(String data, String csvSettings)Adds 2D Line series to the 3D chart. Lineline2d(String data, TextParsingSettings csvSettings)Adds 2D Line series to the 3D chart. LinelineMarker(Number index)Getter for the line marker. Cartesian3dlineMarker(String settings)Setter for the line marker settings. Cartesian3dlineMarker(Boolean settings)Setter for the line marker settings. Cartesian3dlineMarker(Number index, String settings)Setter for the line marker settings by index. Cartesian3dlineMarker(Number index, Boolean settings)Setter for the line marker settings by index. voidlocalToGlobal(Number xCoord, Number yCoord)Converts the local coordinates to global coordinates. Marginmargin()Getter for the chart margin. Cartesian3dmargin(Array<Number> margin)Setter for the chart margin in pixels using a single complex object. Cartesian3dmargin(Array<String> margin)Setter for the chart margin in pixels using a single complex object. Cartesian3dmargin(String margin)Setter for the chart margin in pixels using a single complex object. Cartesian3dmargin(String value1, String value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(String value1, String value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(String value1, String value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(String value1, String value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(String value1, Number value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(String value1, Number value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(String value1, Number value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(String value1, Number value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(Number value1, String value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(Number value1, String value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(Number value1, String value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(Number value1, String value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(Number value1, Number value2, String value3, String value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(Number value1, Number value2, String value3, Number value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(Number value1, Number value2, Number value3, String value4)Setter for the chart margin in pixels using several simple values. Cartesian3dmargin(Number value1, Number value2, Number value3, Number value4)Setter for the chart margin in pixels using several simple values. voidmaxHeight()Getter for the maximum height. Cartesian3dmaxHeight(Number height)Setter for the maximum height. Cartesian3dmaxHeight(String height)Setter for the maximum height. LabelsFactorymaxLabels()Getter for maximum labels. Cartesian3dmaxLabels(String settings)Setter for maximum labels. Cartesian3dmaxLabels(Boolean settings)Setter for maximum labels. voidmaxPointWidth()Getter for the maximum point width. Cartesian3dmaxPointWidth(Number width)Setter for the maximum point width. Cartesian3dmaxPointWidth(String width)Setter for the maximum point width. voidmaxWidth()Getter for the maximum width. Cartesian3dmaxWidth(Number width)Setter for the maximum width. Cartesian3dmaxWidth(String width)Setter for the maximum width. voidminHeight()Getter for the minimum height. Cartesian3dminHeight(Number height)Setter for the minimum height. Cartesian3dminHeight(String height)Setter for the minimum height. LabelsFactoryminLabels()Getter for minimum labels. Cartesian3dminLabels(String settings)Setter for minimum labels. Cartesian3dminLabels(Boolean settings)Setter for minimum labels. voidminPointLength()Getter for the minimum point length. Cartesian3dminPointLength(Number length)Setter for the minimum point length. Cartesian3dminPointLength(String length)Setter for the minimum point length. voidminWidth()Getter for the minimum width. Cartesian3dminWidth(Number width)Setter for the minimum width. Cartesian3dminWidth(String width)Setter for the minimum width. NoDataSettingsnoData()Getter for noData settings. Cartesian3dnoData(String settings)Setter for noData settings. StateSettingsnormal()Getter for normal state settings. Cartesian3dnormal(String settings)Setter for normal state settings. Paddingpadding()Getter for the chart padding. Cartesian3dpadding(Array<Number> padding)Setter for the chart paddings in pixels using a single value. Cartesian3dpadding(Array<String> padding)Setter for the chart paddings in pixels using a single value. Cartesian3dpadding(String padding)Setter for the chart paddings in pixels using a single value. Cartesian3dpadding(String value1, String value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(String value1, String value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(String value1, String value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(String value1, String value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(String value1, Number value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(String value1, Number value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(String value1, Number value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(String value1, Number value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(Number value1, String value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(Number value1, String value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(Number value1, String value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(Number value1, String value2, Number value3, Number value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(Number value1, Number value2, String value3, String value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(Number value1, Number value2, String value3, Number value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(Number value1, Number value2, Number value3, String value4)Setter for the chart paddings in pixels using several numbers. Cartesian3dpadding(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. Cartesian3dpalette(RangeColors settings)Setter for the chart colors palette. Cartesian3dpalette(DistinctColors settings)Setter for the chart colors palette. Cartesian3dpalette(String settings)Setter for the chart colors palette. Cartesian3dpalette(Array<String> settings)Setter for the chart colors palette. voidpointWidth()Getter for the point width settings. Cartesian3dpointWidth(Number width)Setter for the point width settings. Cartesian3dpointWidth(String width)Setter for the point width settings. voidprint(PaperSize paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. voidprint(String paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. RangerangeMarker(Number index)Getter for the range marker. Cartesian3drangeMarker(String settings)Setter for the range marker. Cartesian3drangeMarker(Boolean settings)Setter for the range marker. Cartesian3drangeMarker(Number index, String settings)Setter for the range marker by index. Cartesian3drangeMarker(Number index, Boolean settings)Setter for the range marker by index. voidremoveAllListeners(String type)Removes all listeners from an object. Cartesian3dremoveAllSeries()Removes all series from chart. Cartesian3dremoveSeries(Number id)Removes one of series from chart by its id. Cartesian3dremoveSeries(String id)Removes one of series from chart by its id. Cartesian3dremoveSeriesAt(Number index)Removes one of series from chart by its index. voidright()Getter for element right bound settings. Cartesian3dright(Number right)Setter for element right bound setting. Cartesian3dright(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. Cartesian3dselectMarqueeFill(Fill color)Setter for fill settings using an array, an object or a string. Cartesian3dselectMarqueeFill(GradientKey color)Setter for fill settings using an array, an object or a string. Cartesian3dselectMarqueeFill(Array<String> color)Setter for fill settings using an array, an object or a string. Cartesian3dselectMarqueeFill(String color, Number opacity)Fill color with opacity. Cartesian3dselectMarqueeFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Cartesian3dselectMarqueeFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Cartesian3dselectMarqueeFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. Cartesian3dselectMarqueeFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Cartesian3dselectMarqueeFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Cartesian3dselectMarqueeFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. Cartesian3dselectMarqueeFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. Cartesian3dselectMarqueeFill(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. Cartesian3dselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the select marquee stroke. Cartesian3dselectMarqueeStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the select marquee stroke. StateSettingsselected()Getter for selected state settings. Cartesian3dselected(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. Cartesian3dstartSelectMarquee(Boolean repeat)Starts select marquee drawing. TexttextMarker(Number index)Getter for the text marker. Cartesian3dtextMarker(String settings)Setter for the text marker. Cartesian3dtextMarker(Boolean settings)Setter for the text marker. Cartesian3dtextMarker(Number index, String settings)Setter for the text marker by index. Cartesian3dtextMarker(Number index, Boolean settings)Setter for the text marker by index. Titletitle()Getter for the chart title. Cartesian3dtitle(Boolean settings)Setter for the chart title. Cartesian3dtitle(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. Cartesian3dtooltip(String settings)Setter for the chart tooltip. Cartesian3dtooltip(Boolean settings)Setter for the chart tooltip. voidtop()Getter for element top bound settings. Cartesian3dtop(Number top)Setter for element top bound settings. Cartesian3dtop(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. Cartesian3dwidth(Number width)Setter for element width setting. Cartesian3dwidth(String width)Setter for element width setting. LinearxAxis(Number index)Getter for the chart X-axis. Cartesian3dxAxis(String settings)Setter for the chart X-axis. Cartesian3dxAxis(Boolean settings)Setter for the chart X-axis. Cartesian3dxAxis(Number index, String settings)Setter for the chart X-axis by index. Cartesian3dxAxis(Number index, Boolean settings)Setter for the chart X-axis by index. LinearxGrid(Number index)Getter for the chart grid by X-scale. Cartesian3dxGrid(String settings)Setter for the chart grid by X-scale. Cartesian3dxGrid(Boolean settings)Setter for the chart grid by X-scale. Cartesian3dxGrid(Number index, String settings)Setter for chart grid by index. Cartesian3dxGrid(Number index, Boolean settings)Setter for chart grid by index. LinearxMinorGrid(Number index)Getter for the chart minor grid by X-scale. Cartesian3dxMinorGrid(String settings)Setter for the chart minor grid by X-scale. Cartesian3dxMinorGrid(Boolean settings)Setter for the chart minor grid by X-scale. Cartesian3dxMinorGrid(Number index, String settings)Setter for the chart minor grid by index. Cartesian3dxMinorGrid(Number index, Boolean settings)Setter for the chart minor grid by index. OrdinalxScale()Getter for the chart X-scale. Cartesian3dxScale(String settings)Setter for the chart X-scale. Cartesian3dxScale(ScaleTypes settings)Setter for the chart X-scale. Cartesian3dxScale(Base settings)Setter for the chart X-scale. ChartScrollerxScroller()Getter for the X scroller. Cartesian3dxScroller(String settings)Setter for the X scroller. Cartesian3dxScroller(Boolean settings)Setter for the X scroller. OrdinalZoomxZoom()Getter for the zoom settings. Cartesian3dxZoom(Number settings)Setter for the zoom settings. Cartesian3dxZoom(Boolean settings)Setter for the zoom settings. Cartesian3dxZoom(String settings)Setter for the zoom settings. LinearyAxis(Number index)Getter for the chart Y-axis. Cartesian3dyAxis(String settings)Setter for the chart Y-axis. Cartesian3dyAxis(Boolean settings)Setter for the chart Y-axis. Cartesian3dyAxis(Number index, String settings)Setter for the chart Y-axis by index. Cartesian3dyAxis(Number index, Boolean settings)Setter for the chart Y-axis by index. LinearyGrid(Number index)Getter for the chart grid by Y-scale. Cartesian3dyGrid(String settings)Setter for the chart grid by Y-scale. Cartesian3dyGrid(Boolean settings)Setter for the chart grid by Y-scale. Cartesian3dyGrid(Number index, String settings)Setter for chart grid by index. Cartesian3dyGrid(Number index, Boolean settings)Setter for chart grid by index. LinearyMinorGrid(Number index)Getter for the chart minor grid by Y-scale. Cartesian3dyMinorGrid(String settings)Setter for the chart minor grid by Y-scale. Cartesian3dyMinorGrid(Boolean settings)Setter for the chart minor grid by Y-scale. Cartesian3dyMinorGrid(Number index, String settings)Setter for the chart minor grid by index. Cartesian3dyMinorGrid(Number index, Boolean settings)Setter for the chart minor grid by index. LinearyScale()Getter for the chart Y-scale. Cartesian3dyScale(String value)Setter for the chart Y-scale. Cartesian3dyScale(ScaleTypes value)Setter for the chart Y-scale. Cartesian3dyScale(Base value)Setter for the chart Y-scale. voidzAngle()Getter for the Z-axis angle. Cartesian3dzAngle(Number angle)Setter for the Z-axis angle. voidzAspect()Getter for the of the point by Z-axis. Cartesian3dzAspect(Number value)Setter for the depth of the point by Z-axis. Cartesian3dzAspect(String value)Setter for the depth of the point by Z-axis. voidzDepth()Cartesian3dzDepth(Number value)voidzDistribution()Getter for the distribution of the series by Z-axis. Cartesian3dzDistribution(Boolean enabled)Setter for distribution of the series by Z-axis. voidzIndex()Getter for the Z-index of the element. Cartesian3dzIndex(Number zIndex)Setter for the Z-index of the element. voidzPadding()Getter for the Z-axis padding. Cartesian3dzPadding(Number padding)Setter for the Z-axis padding. 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. Cartesian3dparentBounds(Rect bounds)Setter for the parent bounds using single value. Cartesian3dparentBounds(String bounds)Setter for the parent bounds using single value. Cartesian3dparentBounds(Number bounds)Setter for the parent bounds using single value. Cartesian3dparentBounds(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)Area3darea(View data)Bar3dbar(View data)Column3dcolumn(View data)Line3dline(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
-
Cartesian3d
Cartesian3d(String jsChart)
-
-
Method Detail
-
instantiate
static Cartesian3d instantiate()
-
a11y
Cartesian3d a11y(Boolean settings)
Setter for the accessibility setting.
-
a11y
Cartesian3d a11y(String settings)
Setter for the accessibility setting.
-
animation
Cartesian3d animation(Boolean settings)
Setter for animation settings by one value.
-
animation
Cartesian3d animation(String settings)
Setter for animation settings by one value.
-
animation
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d barGroupsPadding(Number padding)
Setter for the space between bar groups on the ordinal scale by ratio of bars width. See illustration at barsPadding.
-
barsPadding
void barsPadding()
Getter for the space between bars on the ordinal scale by ratio of bars width.
-
barsPadding
Cartesian3d 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
Cartesian3d 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.
-
bottom
Cartesian3d bottom(Number bottom)
Setter for element bottom bound settings.
-
bottom
Cartesian3d bottom(String bottom)
Setter for element bottom bound settings.
-
bounds
Cartesian3d bounds(RectObj bounds)
Setter for bounds of the element using one parameter.
-
bounds
Cartesian3d bounds(Rect bounds)
Setter for bounds of the element using one parameter.
-
bounds
Cartesian3d bounds(Bounds bounds)
Setter for bounds of the element using one parameter.
-
bounds
Cartesian3d bounds(Number x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(Number x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(Number x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(Number x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(Number x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(Number x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(Number x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(Number x, String y, String width, String height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(String x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(String x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(String x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(String x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(String x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(String x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(String x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
Cartesian3d bounds(String x, String y, String width, String height)
Setter for element bounds settings.
-
cancelMarquee
Cartesian3d cancelMarquee()
Stops current marquee action if any.
-
container
Cartesian3d container(Layer element)
Setter for the element's container.
-
container
Cartesian3d container(Stage element)
Setter for the element's container.
-
container
Cartesian3d container(String element)
Setter for the element's container.
-
contextMenu
ContextMenu contextMenu()
Getter for the context menu.
-
contextMenu
Cartesian3d contextMenu(String settings)
Setter for the context menu.
-
contextMenu
Cartesian3d contextMenu(Boolean settings)
Setter for the context menu.
-
credits
ChartCredits credits()
Getter for the credits.
-
credits
Cartesian3d credits(String value)
Setter for the chart credits. {docs:Quick_Start/Credits}Learn more about credits settings.{docs}
-
credits
Cartesian3d credits(Boolean value)
Setter for the chart credits. {docs:Quick_Start/Credits}Learn more about credits settings.{docs}
-
crosshair
Cartesian3d crosshair(String settings)
Setter for the crosshair settings.
-
crosshair
Cartesian3d crosshair(Boolean settings)
Setter for the crosshair settings.
-
defaultSeriesType
void defaultSeriesType()
Getter for the default series type.
-
defaultSeriesType
Cartesian3d defaultSeriesType(CartesianSeriesType type)
Setter for the default series type.
-
defaultSeriesType
Cartesian3d defaultSeriesType(String type)
Setter for the default series type.
-
dispose
void dispose()
Disposes charts.
-
draw
Cartesian3d draw(Boolean async)
Starts the rendering of the chart into the container.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
enabled
Cartesian3d enabled(Boolean enabled)
Setter for the element enabled state.
-
exports
Cartesian3d exports(String settings)
Setter for the export charts.
-
fullScreen
void fullScreen()
Getter for the fullscreen mode.
-
fullScreen
Cartesian3d 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 the number of series in a chart.
-
getStat
void getStat(Statistics key)
Getter for a statistical value by the key.
-
getType
void getType()
Returns chart type.
-
getXAxesCount
void getXAxesCount()
Returns the number of X-axes.
-
getXScales
void getXScales()
Returns chart X scales.
-
getYAxesCount
void getYAxesCount()
Returns the number of Y-axes.
-
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 the hatch fill palette settings.
-
hatchFillPalette
Cartesian3d hatchFillPalette(Array<HatchFillType> settings)
Setter for hatch fill palette settings.
-
hatchFillPalette
Cartesian3d hatchFillPalette(String settings)
Setter for hatch fill palette settings.
-
hatchFillPalette
Cartesian3d hatchFillPalette(HatchFills settings)
Setter for hatch fill palette settings.
-
height
void height()
Getter for element height settings.
-
height
Cartesian3d height(Number height)
Setter for element height setting.
-
height
Cartesian3d height(String height)
Setter for element height setting.
-
hovered
StateSettings hovered()
Getter for hovered state settings.
-
hovered
Cartesian3d hovered(String settings)
Setter for hovered state settings.
-
id
void id()
Getter for chart id.
-
id
Cartesian3d id(String id)
Setter for chart id.
-
inMarquee
void inMarquee()
Gets marquee process running value.
-
interactivity
Interactivity interactivity()
Getter for interactivity settings for the chart.
-
interactivity
Cartesian3d interactivity(String settings)
Setter for interactivity settings for the chart.
-
interactivity
Cartesian3d interactivity(HoverMode settings)
Setter for interactivity settings for the chart.
-
isFullScreenAvailable
void isFullScreenAvailable()
Whether the fullscreen mode available in the browser or not.
-
label
Cartesian3d label(Boolean settings)
Setter for the chart label.
-
label
Cartesian3d label(String index, Boolean settings)
Setter for the chart label.
-
label
Cartesian3d label(String index, String settings)
Setter for the chart label.
-
label
Cartesian3d label(Number index, Boolean settings)
Setter for the chart label.
-
label
Cartesian3d label(Number index, String settings)
Setter for the chart label.
-
labels
LabelsFactory labels()
Getter for series data labels.
-
labels
Cartesian3d labels(String settings)
Setter for series data labels.
-
labels
Cartesian3d labels(Boolean settings)
Setter for series data labels.
-
left
void left()
Getter for element left bound settings.
-
left
Cartesian3d left(Number left)
Setter for element left bound settings.
-
left
Cartesian3d left(String left)
Setter for element left bound settings.
-
legend
Cartesian3d legend(String settings)
Setter for chart legend settings.
-
legend
Cartesian3d legend(Boolean settings)
Setter for chart legend settings.
-
line2d
Line line2d(View data, TextParsingMode csvSettings)
Adds 2D Line series to the 3D chart.
-
line2d
Line line2d(View data, TextParsingSettings csvSettings)
Adds 2D Line series to the 3D chart.
-
line2d
Line line2d(Set data, TextParsingMode csvSettings)
Adds 2D Line series to the 3D chart.
-
line2d
Line line2d(Set data, TextParsingSettings csvSettings)
Adds 2D Line series to the 3D chart.
-
line2d
Line line2d(Array<String> data, TextParsingMode csvSettings)
Adds 2D Line series to the 3D chart.
-
line2d
Line line2d(Array<String> data, TextParsingSettings csvSettings)
Adds 2D Line series to the 3D chart.
-
line2d
Line line2d(String data, TextParsingMode csvSettings)
Adds 2D Line series to the 3D chart.
-
line2d
Line line2d(String data, TextParsingSettings csvSettings)
Adds 2D Line series to the 3D chart.
-
lineMarker
Line lineMarker(Number index)
Getter for the line marker.
-
lineMarker
Cartesian3d lineMarker(String settings)
Setter for the line marker settings.
-
lineMarker
Cartesian3d lineMarker(Boolean settings)
Setter for the line marker settings.
-
lineMarker
Cartesian3d lineMarker(Number index, String settings)
Setter for the line marker settings by index.
-
lineMarker
Cartesian3d lineMarker(Number index, Boolean settings)
Setter for the line marker settings by index.
-
localToGlobal
void localToGlobal(Number xCoord, Number yCoord)
Converts the local coordinates to global coordinates. Note: Works only after draw is called.
-
margin
Cartesian3d margin(Array<Number> margin)
Setter for the chart margin in pixels using a single complex object.
-
margin
Cartesian3d margin(Array<String> margin)
Setter for the chart margin in pixels using a single complex object.
-
margin
Cartesian3d margin(String margin)
Setter for the chart margin in pixels using a single complex object.
-
margin
Cartesian3d margin(String value1, String value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(String value1, String value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(String value1, String value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(String value1, String value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(String value1, Number value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(String value1, Number value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(String value1, Number value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(String value1, Number value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(Number value1, String value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(Number value1, String value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(Number value1, String value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(Number value1, String value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(Number value1, Number value2, String value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(Number value1, Number value2, String value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(Number value1, Number value2, Number value3, String value4)
Setter for the chart margin in pixels using several simple values.
-
margin
Cartesian3d margin(Number value1, Number value2, Number value3, Number value4)
Setter for the chart margin in pixels using several simple values.
-
maxHeight
void maxHeight()
Getter for the maximum height.
-
maxHeight
Cartesian3d maxHeight(Number height)
Setter for the maximum height.
-
maxHeight
Cartesian3d maxHeight(String height)
Setter for the maximum height.
-
maxLabels
LabelsFactory maxLabels()
Getter for maximum labels.
-
maxLabels
Cartesian3d maxLabels(String settings)
Setter for maximum labels.
-
maxLabels
Cartesian3d maxLabels(Boolean settings)
Setter for maximum labels.
-
maxPointWidth
void maxPointWidth()
Getter for the maximum point width.
-
maxPointWidth
Cartesian3d maxPointWidth(Number width)
Setter for the maximum point width.
-
maxPointWidth
Cartesian3d maxPointWidth(String width)
Setter for the maximum point width.
-
maxWidth
void maxWidth()
Getter for the maximum width.
-
maxWidth
Cartesian3d maxWidth(Number width)
Setter for the maximum width.
-
maxWidth
Cartesian3d maxWidth(String width)
Setter for the maximum width.
-
minHeight
void minHeight()
Getter for the minimum height.
-
minHeight
Cartesian3d minHeight(Number height)
Setter for the minimum height.
-
minHeight
Cartesian3d minHeight(String height)
Setter for the minimum height.
-
minLabels
LabelsFactory minLabels()
Getter for minimum labels.
-
minLabels
Cartesian3d minLabels(String settings)
Setter for minimum labels.
-
minLabels
Cartesian3d minLabels(Boolean settings)
Setter for minimum labels.
-
minPointLength
void minPointLength()
Getter for the minimum point length.
-
minPointLength
Cartesian3d minPointLength(Number length)
Setter for the minimum point length.
-
minPointLength
Cartesian3d minPointLength(String length)
Setter for the minimum point length.
-
minWidth
void minWidth()
Getter for the minimum width.
-
minWidth
Cartesian3d minWidth(Number width)
Setter for the minimum width.
-
minWidth
Cartesian3d minWidth(String width)
Setter for the minimum width.
-
noData
NoDataSettings noData()
Getter for noData settings.
-
noData
Cartesian3d 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.
-
normal
Cartesian3d normal(String settings)
Setter for normal state settings.
-
padding
Cartesian3d padding(Array<Number> padding)
Setter for the chart paddings in pixels using a single value.
-
padding
Cartesian3d padding(Array<String> padding)
Setter for the chart paddings in pixels using a single value.
-
padding
Cartesian3d padding(String padding)
Setter for the chart paddings in pixels using a single value.
-
padding
Cartesian3d padding(String value1, String value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(String value1, String value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(String value1, String value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(String value1, String value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(String value1, Number value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(String value1, Number value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(String value1, Number value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(String value1, Number value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(Number value1, String value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(Number value1, String value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(Number value1, String value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(Number value1, String value2, Number value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(Number value1, Number value2, String value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(Number value1, Number value2, String value3, Number value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d padding(Number value1, Number value2, Number value3, String value4)
Setter for the chart paddings in pixels using several numbers.
-
padding
Cartesian3d 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
Cartesian3d palette(RangeColors settings)
Setter for the chart colors palette.
-
palette
Cartesian3d palette(DistinctColors settings)
Setter for the chart colors palette.
-
palette
Cartesian3d palette(String settings)
Setter for the chart colors palette.
-
palette
Cartesian3d palette(Array<String> settings)
Setter for the chart colors palette.
-
pointWidth
void pointWidth()
Getter for the point width settings.
-
pointWidth
Cartesian3d pointWidth(Number width)
Setter for the point width settings.
-
pointWidth
Cartesian3d pointWidth(String width)
Setter for the point width settings.
-
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.
-
rangeMarker
Range rangeMarker(Number index)
Getter for the range marker.
-
rangeMarker
Cartesian3d rangeMarker(String settings)
Setter for the range marker.
-
rangeMarker
Cartesian3d rangeMarker(Boolean settings)
Setter for the range marker.
-
rangeMarker
Cartesian3d rangeMarker(Number index, String settings)
Setter for the range marker by index.
-
rangeMarker
Cartesian3d rangeMarker(Number index, Boolean settings)
Setter for the range marker by index.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
removeAllSeries
Cartesian3d removeAllSeries()
Removes all series from chart.
-
removeSeries
Cartesian3d removeSeries(Number id)
Removes one of series from chart by its id.
-
removeSeries
Cartesian3d removeSeries(String id)
Removes one of series from chart by its id.
-
removeSeriesAt
Cartesian3d removeSeriesAt(Number index)
Removes one of series from chart by its index.
-
right
void right()
Getter for element right bound settings.
-
right
Cartesian3d right(Number right)
Setter for element right bound setting.
-
right
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d selectMarqueeFill(String color, Number opacity)
Fill color with opacity. Fill as a string or an object.
-
selectMarqueeFill
Cartesian3d selectMarqueeFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Cartesian3d selectMarqueeFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Cartesian3d selectMarqueeFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Cartesian3d selectMarqueeFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Cartesian3d selectMarqueeFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Cartesian3d selectMarqueeFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
selectMarqueeFill
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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.
-
selected
Cartesian3d selected(String settings)
Setter 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.
-
startSelectMarquee
Cartesian3d startSelectMarquee(Boolean repeat)
Starts select marquee drawing. Note: Works only after draw is called.
-
textMarker
Text textMarker(Number index)
Getter for the text marker.
-
textMarker
Cartesian3d textMarker(String settings)
Setter for the text marker.
-
textMarker
Cartesian3d textMarker(Boolean settings)
Setter for the text marker.
-
textMarker
Cartesian3d textMarker(Number index, String settings)
Setter for the text marker by index.
-
textMarker
Cartesian3d textMarker(Number index, Boolean settings)
Setter for the text marker by index.
-
title
Cartesian3d title(Boolean settings)
Setter for the chart title.
-
title
Cartesian3d 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
Cartesian3d tooltip(String settings)
Setter for the chart tooltip.
-
tooltip
Cartesian3d tooltip(Boolean settings)
Setter for the chart tooltip.
-
top
void top()
Getter for element top bound settings.
-
top
Cartesian3d top(Number top)
Setter for element top bound settings.
-
top
Cartesian3d 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
Cartesian3d width(Number width)
Setter for element width setting.
-
width
Cartesian3d width(String width)
Setter for element width setting.
-
xAxis
Cartesian3d xAxis(String settings)
Setter for the chart X-axis.
-
xAxis
Cartesian3d xAxis(Boolean settings)
Setter for the chart X-axis.
-
xAxis
Cartesian3d xAxis(Number index, String settings)
Setter for the chart X-axis by index.
-
xAxis
Cartesian3d xAxis(Number index, Boolean settings)
Setter for the chart X-axis by index.
-
xGrid
Cartesian3d xGrid(String settings)
Setter for the chart grid by X-scale.
-
xGrid
Cartesian3d xGrid(Boolean settings)
Setter for the chart grid by X-scale.
-
xGrid
Cartesian3d xGrid(Number index, String settings)
Setter for chart grid by index.
-
xGrid
Cartesian3d xGrid(Number index, Boolean settings)
Setter for chart grid by index.
-
xMinorGrid
Linear xMinorGrid(Number index)
Getter for the chart minor grid by X-scale.
-
xMinorGrid
Cartesian3d xMinorGrid(String settings)
Setter for the chart minor grid by X-scale.
-
xMinorGrid
Cartesian3d xMinorGrid(Boolean settings)
Setter for the chart minor grid by X-scale.
-
xMinorGrid
Cartesian3d xMinorGrid(Number index, String settings)
Setter for the chart minor grid by index.
-
xMinorGrid
Cartesian3d xMinorGrid(Number index, Boolean settings)
Setter for the chart minor grid by index.
-
xScale
Cartesian3d xScale(String settings)
Setter for the chart X-scale.
-
xScale
Cartesian3d xScale(ScaleTypes settings)
Setter for the chart X-scale.
-
xScale
Cartesian3d xScale(Base settings)
Setter for the chart X-scale.
-
xScroller
ChartScroller xScroller()
Getter for the X scroller.
-
xScroller
Cartesian3d xScroller(String settings)
Setter for the X scroller.
-
xScroller
Cartesian3d xScroller(Boolean settings)
Setter for the X scroller.
-
xZoom
OrdinalZoom xZoom()
Getter for the zoom settings.
-
xZoom
Cartesian3d xZoom(Number settings)
Setter for the zoom settings.
-
xZoom
Cartesian3d xZoom(Boolean settings)
Setter for the zoom settings.
-
xZoom
Cartesian3d xZoom(String settings)
Setter for the zoom settings.
-
yAxis
Cartesian3d yAxis(String settings)
Setter for the chart Y-axis.
-
yAxis
Cartesian3d yAxis(Boolean settings)
Setter for the chart Y-axis.
-
yAxis
Cartesian3d yAxis(Number index, String settings)
Setter for the chart Y-axis by index.
-
yAxis
Cartesian3d yAxis(Number index, Boolean settings)
Setter for the chart Y-axis by index.
-
yGrid
Cartesian3d yGrid(String settings)
Setter for the chart grid by Y-scale.
-
yGrid
Cartesian3d yGrid(Boolean settings)
Setter for the chart grid by Y-scale.
-
yGrid
Cartesian3d yGrid(Number index, String settings)
Setter for chart grid by index.
-
yGrid
Cartesian3d yGrid(Number index, Boolean settings)
Setter for chart grid by index.
-
yMinorGrid
Linear yMinorGrid(Number index)
Getter for the chart minor grid by Y-scale.
-
yMinorGrid
Cartesian3d yMinorGrid(String settings)
Setter for the chart minor grid by Y-scale.
-
yMinorGrid
Cartesian3d yMinorGrid(Boolean settings)
Setter for the chart minor grid by Y-scale.
-
yMinorGrid
Cartesian3d yMinorGrid(Number index, String settings)
Setter for the chart minor grid by index.
-
yMinorGrid
Cartesian3d yMinorGrid(Number index, Boolean settings)
Setter for the chart minor grid by index.
-
yScale
Cartesian3d yScale(String value)
Setter for the chart Y-scale.
-
yScale
Cartesian3d yScale(ScaleTypes value)
Setter for the chart Y-scale.
-
yScale
Cartesian3d yScale(Base value)
Setter for the chart Y-scale.
-
zAngle
void zAngle()
Getter for the Z-axis angle.
-
zAngle
Cartesian3d zAngle(Number angle)
Setter for the Z-axis angle.
-
zAspect
void zAspect()
Getter for the of the point by Z-axis.
-
zAspect
Cartesian3d zAspect(Number value)
Setter for the depth of the point by Z-axis.
-
zAspect
Cartesian3d zAspect(String value)
Setter for the depth of the point by Z-axis.
-
zDepth
void zDepth()
-
zDepth
Cartesian3d zDepth(Number value)
-
zDistribution
void zDistribution()
Getter for the distribution of the series by Z-axis.
-
zDistribution
Cartesian3d zDistribution(Boolean enabled)
Setter for distribution of the series by Z-axis.
-
zIndex
void zIndex()
Getter for the Z-index of the element.
-
zIndex
Cartesian3d zIndex(Number zIndex)
Setter for the Z-index of the element.
-
zPadding
void zPadding()
Getter for the Z-axis padding.
-
zPadding
Cartesian3d zPadding(Number padding)
Setter for the Z-axis padding.
-
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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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
Cartesian3d 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)
-
-
-
-