-
public class ContinuousRangeBase extends ContinuousBase
A base for all continuous series, like lines, splines, areas, etc.
-
-
Constructor Summary
Constructors Constructor Description ContinuousRangeBase(String jsChart)
-
Method Summary
Modifier and Type Method Description static ContinuousRangeBaseinstantiate()StringgetJsBase()SeriesA11ya11y()Getter for the accessibility setting. ContinuousRangeBasea11y(Boolean value)Setter for the accessibility setting. ContinuousRangeBasea11y(String value)Setter for the accessibility setting. voidbottom()Getter for element bottom bound settings. ContinuousRangeBasebottom(Number bottom)Setter for element bottom bound settings. ContinuousRangeBasebottom(String bottom)Setter for element bottom bound settings. Boundsbounds()Getter for element bounds settings. ContinuousRangeBasebounds(RectObj bounds)Setter for bounds of the element using one parameter. ContinuousRangeBasebounds(Rect bounds)Setter for bounds of the element using one parameter. ContinuousRangeBasebounds(Bounds bounds)Setter for bounds of the element using one parameter. ContinuousRangeBasebounds(Number x, Number y, Number width, Number height)Setter for element bounds settings. ContinuousRangeBasebounds(Number x, Number y, Number width, String height)Setter for element bounds settings. ContinuousRangeBasebounds(Number x, Number y, String width, Number height)Setter for element bounds settings. ContinuousRangeBasebounds(Number x, Number y, String width, String height)Setter for element bounds settings. ContinuousRangeBasebounds(Number x, String y, Number width, Number height)Setter for element bounds settings. ContinuousRangeBasebounds(Number x, String y, Number width, String height)Setter for element bounds settings. ContinuousRangeBasebounds(Number x, String y, String width, Number height)Setter for element bounds settings. ContinuousRangeBasebounds(Number x, String y, String width, String height)Setter for element bounds settings. ContinuousRangeBasebounds(String x, Number y, Number width, Number height)Setter for element bounds settings. ContinuousRangeBasebounds(String x, Number y, Number width, String height)Setter for element bounds settings. ContinuousRangeBasebounds(String x, Number y, String width, Number height)Setter for element bounds settings. ContinuousRangeBasebounds(String x, Number y, String width, String height)Setter for element bounds settings. ContinuousRangeBasebounds(String x, String y, Number width, Number height)Setter for element bounds settings. ContinuousRangeBasebounds(String x, String y, Number width, String height)Setter for element bounds settings. ContinuousRangeBasebounds(String x, String y, String width, Number height)Setter for element bounds settings. ContinuousRangeBasebounds(String x, String y, String width, String height)Setter for element bounds settings. voidclip()Getter for series clip settings. ContinuousRangeBaseclip(Boolean value)Setter for series clip settings. ContinuousRangeBaseclip(Rect value)Setter for series clip settings. voidcolor()ContinuousRangeBasecolor(Fill value)voidconnectMissingPoints()Getter for connect missing points settings. ContinuousRangeBaseconnectMissingPoints(Boolean enabled)Setter for connect missing points settings. Viewdata(List<DataEntry> data)voidenabled()Getter for the element state (enabled or disabled). ContinuousRangeBaseenabled(Boolean enabled)Setter for the element enabled state. Errorerror()Getter for the series error. ContinuousRangeBaseerror(String settings)Setter for the series error. ContinuousRangeBaseerror(Boolean settings)Setter for the series error. ContinuousRangeBaseerror(Number settings)Setter for the series error. voidexcludePoint(Number indexes)Excludes points at the specified index. voidexcludePoint(Array<Number> indexes)Excludes points at the specified index. voidfill()Getter for series fill color. ContinuousRangeBasefill(Fill color)Setter for fill settings using an object, an array or a string. ContinuousRangeBasefill(GradientKey color)Setter for fill settings using an object, an array or a string. ContinuousRangeBasefill(Array<String> color)Setter for fill settings using an object, an array or a string. ContinuousRangeBasefill(String color, Number opacity)Fill color with opacity. ContinuousRangeBasefill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. ContinuousRangeBasefill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. ContinuousRangeBasefill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. ContinuousRangeBasefill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. ContinuousRangeBasefill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. ContinuousRangeBasefill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. ContinuousRangeBasefill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. ContinuousRangeBasefill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. voidgetExcludedPoints()Returns an array of excluded points. RectgetPixelBounds()Returns pixel bounds of the element due to parent bounds and self bounds settings. voidgetPixelPointWidth()Gets point width in case of width-based series. SeriesPointgetPoint(Number index)Gets wrapped point by index. PatternFillhatchFill()Getter for hatch fill settings. ContinuousRangeBasehatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for hatch fill settings. ContinuousRangeBasehatchFill(String type, String color, Number thickness, Number size)Setter for hatch fill settings. ContinuousRangeBasehatchFill(String hatchFillFunction)Setter for hatch fill settings using function. ContinuousRangeBasehatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. ContinuousRangeBasehatchFill(HatchFill settings)Setter for hatch fill settings using an instance. ContinuousRangeBasehatchFill(Boolean enabled)Setter for hatch fill using boolean. voidheight()Getter for element height settings. ContinuousRangeBaseheight(Number height)Setter for element height setting. ContinuousRangeBaseheight(String height)Setter for element height setting. voidhighStroke()Getter for high stroke settings. ContinuousRangeBasehighStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for high stroke settings. ContinuousRangeBasehighStroke(String settings)Setter for high stroke using an object. ContinuousRangeBasehover()Hovers points. ContinuousRangeBasehover(Number index)Hovers point by index. ContinuousRangeBasehover(Array<Number> indexes)Hovers points by indexes. StateSettingshovered()Getter for hovered state settings. ContinuousRangeBasehovered(String settings)Setter for hovered state settings. voidid()Getter for the series id. ContinuousRangeBaseid(String id)Setter for the series id. ContinuousRangeBaseid(Number id)Setter for the series id. voidincludeAllPoints()Includes all excluded points. voidincludePoint(Number indexes)Includes excluded points with the specified indexes. voidincludePoint(Array<Number> indexes)Includes excluded points with the specified indexes. voidkeepOnlyPoints(Number indexes)Keep only the specified points. voidkeepOnlyPoints(Array<Number> indexes)Keep only the specified points. LabelsFactorylabels()Getter for series data labels. ContinuousRangeBaselabels(String settings)Setter for series data labels. ContinuousRangeBaselabels(Boolean settings)Setter for series data labels. voidleft()Getter for element left bound settings. ContinuousRangeBaseleft(Number left)Setter for element left bound settings. ContinuousRangeBaseleft(String left)Setter for element left bound settings. LegendItemSettingslegendItem()ContinuousRangeBaselegendItem(String value)voidlowStroke()Getter for low stroke settings. ContinuousRangeBaselowStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for low stroke settings. ContinuousRangeBaselowStroke(String settings)Setter for low stroke using an object. MarkersFactorymarkers()Getter for series data markers. ContinuousRangeBasemarkers(String settings)Setter for series data markers. ContinuousRangeBasemarkers(Boolean settings)Setter for series data markers. voidmaxHeight()Getter for the maximum height. ContinuousRangeBasemaxHeight(Number height)Setter for the maximum height. ContinuousRangeBasemaxHeight(String height)Setter for the maximum height. LabelsFactorymaxLabels()Getter for maximum labels. ContinuousRangeBasemaxLabels(String settings)Setter for maximum labels. ContinuousRangeBasemaxLabels(Boolean settings)Setter for maximum labels. voidmaxWidth()Getter for the maximum width. ContinuousRangeBasemaxWidth(Number width)Setter for the maximum width. ContinuousRangeBasemaxWidth(String width)Setter for the maximum width. voidmeta(String key)ContinuousRangeBasemeta(String key, String value)voidminHeight()Getter for the minimum height. ContinuousRangeBaseminHeight(Number height)Setter for the minimum height. ContinuousRangeBaseminHeight(String height)Setter for the minimum height. LabelsFactoryminLabels()Getter for minimum labels. ContinuousRangeBaseminLabels(String settings)Setter for minimum labels. ContinuousRangeBaseminLabels(Boolean settings)Setter for minimum labels. voidminWidth()Getter for the minimum width. ContinuousRangeBaseminWidth(Number width)Setter for the minimum width. ContinuousRangeBaseminWidth(String width)Setter for the minimum width. voidname()ContinuousRangeBasename(String value)StateSettingsnormal()Getter for normal state settings. ContinuousRangeBasenormal(String settings)Setter for normal state settings. voidprint(PaperSize paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. voidprint(String paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. voidremoveAllListeners(String type)Removes all listeners from an object. voidright()Getter for element right bound settings. ContinuousRangeBaseright(Number right)Setter for element right bound setting. ContinuousRangeBaseright(String right)Setter for element right bound setting. ContinuousRangeBaseselect(Number index)ContinuousRangeBaseselect(Array<Number> indexes)StateSettingsselected()Getter for selected state settings. ContinuousRangeBaseselected(String settings)Setter for selected state settings. voidselectionMode()Gets the state of the series for selection mode. ContinuousRangeBaseselectionMode(SelectionMode value)Allows to select points of the series. ContinuousRangeBaseselectionMode(String value)Allows to select points of the series. Tooltiptooltip()ContinuousRangeBasetooltip(String value)ContinuousRangeBasetooltip(Boolean value)voidtop()Getter for element top bound settings. ContinuousRangeBasetop(Number top)Setter for element top bound settings. ContinuousRangeBasetop(String top)Setter for element top bound settings. voidtransformX(String value, Number subRangeRatio)Transforms X value to pixel coordinates. voidtransformY(String value, Number subRangeRatio)Transforms Y value to pixel coordinates. ContinuousRangeBaseunhover()Removes hover from the series point or series. 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(). ContinuousRangeBaseunselect()Deselects all selected points. ContinuousRangeBaseunselect(Number index)Deselects selected point by index. ContinuousRangeBaseunselect(Array<Number> indexes)Deselects selected points by indexes. voidwidth()Getter for element width settings. ContinuousRangeBasewidth(Number width)Setter for element width setting. ContinuousRangeBasewidth(String width)Setter for element width setting. voidxPointPosition()Getter for the position of the point on an ordinal scale. ContinuousRangeBasexPointPosition(Number position)Setter for the position of the point on an ordinal scale. OrdinalxScale()Getter for the series X scale. ContinuousRangeBasexScale(Base settings)Setter for the series X scale. ContinuousRangeBasexScale(String settings)Setter for the series X scale. ContinuousRangeBasexScale(ScaleTypes settings)Setter for the series X scale. BaseyScale()Getter for the series Y scale. ContinuousRangeBaseyScale(Base settings)Setter for the series Y scale. ContinuousRangeBaseyScale(String settings)Setter for the series Y scale. ContinuousRangeBaseyScale(ScaleTypes settings)Setter for the series Y scale. voidzIndex()Getter for the Z-index of the element. ContinuousRangeBasezIndex(Number zIndex)Setter for the Z-index of the element. LinearColorcolorScale()Getter for the color scale. ContinuousRangeBasecolorScale(LinearColor settings)Setter for the color scale. ContinuousRangeBasecolorScale(OrdinalColor settings)Setter for the color scale. ContinuousRangeBasecolorScale(String settings)Setter for the color scale. ContinuousRangeBasecolorScale(ScaleTypes settings)Setter for the color scale. voidgetStat(Statistics key)Gets the statistics value by key. voidgetStat(String key)Gets the statistics value by key. voidisVertical()Getter for the series layout direction. ContinuousRangeBaseisVertical(Boolean enabled)Setter for the series layout direction. RenderingSettingsrendering()Getter for the series rendering. ContinuousRangeBaserendering(String settings)Setter for the series rendering settings. voidseriesType()Getter for switching of the series type. ContinuousRangeBaseseriesType(String type)Setter for switching of the series type. Layercontainer()Getter for the container. ContinuousRangeBasecontainer(Layer element)Setter for the container. ContinuousRangeBasecontainer(Stage element)Setter for the container. ContinuousRangeBasecontainer(String element)Setter for the container. RectparentBounds()Getter for the parent bounds. ContinuousRangeBaseparentBounds(Rect bounds)Setter for the parent bounds using single value. ContinuousRangeBaseparentBounds(String bounds)Setter for the parent bounds using single value. ContinuousRangeBaseparentBounds(Number bounds)Setter for the parent bounds using single value. ContinuousRangeBaseparentBounds(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)ObjectxScale(Class scaleClass)ObjectyScale(Class scaleClass)ContinuousRangeBasefill(String value)-
Methods inherited from class com.anychart.core.cartesian.series.ContinuousBase
a11y, a11y, bottom, bottom, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, clip, clip, color, colorScale, colorScale, colorScale, colorScale, connectMissingPoints, container, container, container, enabled, error, error, error, height, height, hover, hover, hover, hovered, id, id, instantiate, isVertical, labels, labels, left, left, legendItem, markers, markers, maxHeight, maxHeight, maxLabels, maxLabels, maxWidth, maxWidth, meta, minHeight, minHeight, minLabels, minLabels, minWidth, minWidth, name, normal, parentBounds, parentBounds, parentBounds, parentBounds, rendering, right, right, select, select, selected, selectionMode, selectionMode, seriesType, tooltip, tooltip, top, top, unhover, unselect, unselect, unselect, width, width, xPointPosition, xScale, xScale, xScale, yScale, yScale, yScale, zIndex -
Methods inherited from class com.anychart.core.cartesian.series.BaseWithMarkers
a11y, a11y, bottom, bottom, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, clip, clip, color, colorScale, colorScale, colorScale, colorScale, container, container, container, enabled, error, error, error, height, height, hover, hover, hover, hovered, id, id, instantiate, isVertical, labels, labels, left, left, legendItem, markers, markers, maxHeight, maxHeight, maxLabels, maxLabels, maxWidth, maxWidth, meta, minHeight, minHeight, minLabels, minLabels, minWidth, minWidth, name, normal, parentBounds, parentBounds, parentBounds, parentBounds, rendering, right, right, select, select, selected, selectionMode, selectionMode, seriesType, tooltip, tooltip, top, top, unhover, unhover, unselect, unselect, unselect, width, width, xPointPosition, xScale, xScale, xScale, yScale, yScale, yScale, zIndex -
Methods inherited from class com.anychart.core.cartesian.series.Base
a11y, a11y, bottom, bottom, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, clip, clip, color, colorScale, colorScale, colorScale, colorScale, container, container, container, enabled, error, error, error, height, height, hover, hover, hover, hovered, id, id, instantiate, isVertical, labels, labels, left, left, legendItem, markers, markers, maxHeight, maxHeight, maxLabels, maxLabels, maxWidth, maxWidth, meta, minHeight, minHeight, minLabels, minLabels, minWidth, minWidth, name, normal, parentBounds, parentBounds, parentBounds, parentBounds, rendering, right, right, select, select, selected, selectionMode, selectionMode, seriesType, tooltip, tooltip, top, top, unhover, unhover, unselect, unselect, unselect, width, width, xPointPosition, xScale, xScale, xScale, yScale, yScale, yScale, zIndex -
Methods inherited from class com.anychart.core.SeriesBase
a11y, a11y, bottom, bottom, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, color, colorScale, colorScale, colorScale, colorScale, container, container, container, enabled, height, height, hover, hover, hover, hovered, id, id, instantiate, labels, labels, left, left, legendItem, markers, markers, maxHeight, maxHeight, maxWidth, maxWidth, meta, minHeight, minHeight, minWidth, minWidth, name, normal, parentBounds, parentBounds, parentBounds, parentBounds, right, right, select, select, selected, selectionMode, selectionMode, tooltip, tooltip, top, top, unhover, unhover, unselect, unselect, unselect, 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ContinuousRangeBase
ContinuousRangeBase(String jsChart)
-
-
Method Detail
-
instantiate
static ContinuousRangeBase instantiate()
-
a11y
SeriesA11y a11y()
Getter for the accessibility setting.
-
a11y
ContinuousRangeBase a11y(Boolean value)
Setter for the accessibility setting.
-
a11y
ContinuousRangeBase a11y(String value)
Setter for the accessibility setting.
-
bottom
void bottom()
Getter for element bottom bound settings.
-
bottom
ContinuousRangeBase bottom(Number bottom)
Setter for element bottom bound settings.
-
bottom
ContinuousRangeBase bottom(String bottom)
Setter for element bottom bound settings.
-
bounds
ContinuousRangeBase bounds(RectObj bounds)
Setter for bounds of the element using one parameter.
-
bounds
ContinuousRangeBase bounds(Rect bounds)
Setter for bounds of the element using one parameter.
-
bounds
ContinuousRangeBase bounds(Bounds bounds)
Setter for bounds of the element using one parameter.
-
bounds
ContinuousRangeBase bounds(Number x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(Number x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(Number x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(Number x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(Number x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(Number x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(Number x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(Number x, String y, String width, String height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(String x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(String x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(String x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(String x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(String x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(String x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(String x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
ContinuousRangeBase bounds(String x, String y, String width, String height)
Setter for element bounds settings.
-
clip
void clip()
Getter for series clip settings.
-
clip
ContinuousRangeBase clip(Boolean value)
Setter for series clip settings.
-
clip
ContinuousRangeBase clip(Rect value)
Setter for series clip settings.
-
color
void color()
-
color
ContinuousRangeBase color(Fill value)
-
connectMissingPoints
void connectMissingPoints()
Getter for connect missing points settings.
-
connectMissingPoints
ContinuousRangeBase connectMissingPoints(Boolean enabled)
Setter for connect missing points settings.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
enabled
ContinuousRangeBase enabled(Boolean enabled)
Setter for the element enabled state.
-
error
ContinuousRangeBase error(String settings)
Setter for the series error.
-
error
ContinuousRangeBase error(Boolean settings)
Setter for the series error.
-
error
ContinuousRangeBase error(Number settings)
Setter for the series error.
-
excludePoint
void excludePoint(Number indexes)
Excludes points at the specified index.
-
excludePoint
void excludePoint(Array<Number> indexes)
Excludes points at the specified index.
-
fill
void fill()
Getter for series fill color.
-
fill
ContinuousRangeBase fill(Fill color)
Setter for fill settings using an object, an array or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
ContinuousRangeBase fill(GradientKey color)
Setter for fill settings using an object, an array or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
ContinuousRangeBase fill(Array<String> color)
Setter for fill settings using an object, an array or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
ContinuousRangeBase fill(String color, Number opacity)
Fill color with opacity.
-
fill
ContinuousRangeBase fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
ContinuousRangeBase fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
ContinuousRangeBase fill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
ContinuousRangeBase fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
ContinuousRangeBase fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
ContinuousRangeBase fill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
ContinuousRangeBase fill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
ContinuousRangeBase fill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
getExcludedPoints
void getExcludedPoints()
Returns an array of excluded points.
-
getPixelBounds
Rect getPixelBounds()
Returns pixel bounds of the element due to parent bounds and self bounds settings.
-
getPixelPointWidth
void getPixelPointWidth()
Gets point width in case of width-based series. Note: Works only after draw is called.
-
getPoint
SeriesPoint getPoint(Number index)
Gets wrapped point by index.
-
hatchFill
PatternFill hatchFill()
Getter for hatch fill settings.
-
hatchFill
ContinuousRangeBase hatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
hatchFill
ContinuousRangeBase hatchFill(String type, String color, Number thickness, Number size)
Setter for hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
hatchFill
ContinuousRangeBase hatchFill(String hatchFillFunction)
Setter for hatch fill settings using function. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
ContinuousRangeBase hatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
ContinuousRangeBase hatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
ContinuousRangeBase hatchFill(Boolean enabled)
Setter for hatch fill using boolean. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
height
void height()
Getter for element height settings.
-
height
ContinuousRangeBase height(Number height)
Setter for element height setting.
-
height
ContinuousRangeBase height(String height)
Setter for element height setting.
-
highStroke
void highStroke()
Getter for high stroke settings.
-
highStroke
ContinuousRangeBase highStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for high stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
highStroke
ContinuousRangeBase highStroke(String settings)
Setter for high stroke using an object.
-
hover
ContinuousRangeBase hover()
Hovers points.
-
hover
ContinuousRangeBase hover(Number index)
Hovers point by index.
-
hover
ContinuousRangeBase hover(Array<Number> indexes)
Hovers points by indexes.
-
hovered
StateSettings hovered()
Getter for hovered state settings.
-
hovered
ContinuousRangeBase hovered(String settings)
Setter for hovered state settings.
-
id
void id()
Getter for the series id.
-
id
ContinuousRangeBase id(String id)
Setter for the series id.
-
id
ContinuousRangeBase id(Number id)
Setter for the series id.
-
includeAllPoints
void includeAllPoints()
Includes all excluded points.
-
includePoint
void includePoint(Number indexes)
Includes excluded points with the specified indexes.
-
includePoint
void includePoint(Array<Number> indexes)
Includes excluded points with the specified indexes.
-
keepOnlyPoints
void keepOnlyPoints(Number indexes)
Keep only the specified points.
-
keepOnlyPoints
void keepOnlyPoints(Array<Number> indexes)
Keep only the specified points.
-
labels
LabelsFactory labels()
Getter for series data labels.
-
labels
ContinuousRangeBase labels(String settings)
Setter for series data labels.
-
labels
ContinuousRangeBase labels(Boolean settings)
Setter for series data labels.
-
left
void left()
Getter for element left bound settings.
-
left
ContinuousRangeBase left(Number left)
Setter for element left bound settings.
-
left
ContinuousRangeBase left(String left)
Setter for element left bound settings.
-
legendItem
LegendItemSettings legendItem()
-
legendItem
ContinuousRangeBase legendItem(String value)
-
lowStroke
void lowStroke()
Getter for low stroke settings.
-
lowStroke
ContinuousRangeBase lowStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for low stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
lowStroke
ContinuousRangeBase lowStroke(String settings)
Setter for low stroke using an object.
-
markers
MarkersFactory markers()
Getter for series data markers.
-
markers
ContinuousRangeBase markers(String settings)
Setter for series data markers.
-
markers
ContinuousRangeBase markers(Boolean settings)
Setter for series data markers.
-
maxHeight
void maxHeight()
Getter for the maximum height.
-
maxHeight
ContinuousRangeBase maxHeight(Number height)
Setter for the maximum height.
-
maxHeight
ContinuousRangeBase maxHeight(String height)
Setter for the maximum height.
-
maxLabels
LabelsFactory maxLabels()
Getter for maximum labels.
-
maxLabels
ContinuousRangeBase maxLabels(String settings)
Setter for maximum labels.
-
maxLabels
ContinuousRangeBase maxLabels(Boolean settings)
Setter for maximum labels.
-
maxWidth
void maxWidth()
Getter for the maximum width.
-
maxWidth
ContinuousRangeBase maxWidth(Number width)
Setter for the maximum width.
-
maxWidth
ContinuousRangeBase maxWidth(String width)
Setter for the maximum width.
-
meta
ContinuousRangeBase meta(String key, String value)
-
minHeight
void minHeight()
Getter for the minimum height.
-
minHeight
ContinuousRangeBase minHeight(Number height)
Setter for the minimum height.
-
minHeight
ContinuousRangeBase minHeight(String height)
Setter for the minimum height.
-
minLabels
LabelsFactory minLabels()
Getter for minimum labels.
-
minLabels
ContinuousRangeBase minLabels(String settings)
Setter for minimum labels.
-
minLabels
ContinuousRangeBase minLabels(Boolean settings)
Setter for minimum labels.
-
minWidth
void minWidth()
Getter for the minimum width.
-
minWidth
ContinuousRangeBase minWidth(Number width)
Setter for the minimum width.
-
minWidth
ContinuousRangeBase minWidth(String width)
Setter for the minimum width.
-
name
void name()
-
name
ContinuousRangeBase name(String value)
-
normal
StateSettings normal()
Getter for normal state settings.
-
normal
ContinuousRangeBase normal(String settings)
Setter for normal state 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.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
right
void right()
Getter for element right bound settings.
-
right
ContinuousRangeBase right(Number right)
Setter for element right bound setting.
-
right
ContinuousRangeBase right(String right)
Setter for element right bound setting.
-
select
ContinuousRangeBase select(Number index)
-
select
ContinuousRangeBase select(Array<Number> indexes)
-
selected
StateSettings selected()
Getter for selected state settings.
-
selected
ContinuousRangeBase selected(String settings)
Setter for selected state settings.
-
selectionMode
void selectionMode()
Gets the state of the series for selection mode.
-
selectionMode
ContinuousRangeBase selectionMode(SelectionMode value)
Allows to select points of the series. To select multiple points, press 'ctrl' and click on them.
-
selectionMode
ContinuousRangeBase selectionMode(String value)
Allows to select points of the series. To select multiple points, press 'ctrl' and click on them.
-
tooltip
ContinuousRangeBase tooltip(String value)
-
tooltip
ContinuousRangeBase tooltip(Boolean value)
-
top
void top()
Getter for element top bound settings.
-
top
ContinuousRangeBase top(Number top)
Setter for element top bound settings.
-
top
ContinuousRangeBase top(String top)
Setter for element top bound settings.
-
transformX
void transformX(String value, Number subRangeRatio)
Transforms X value to pixel coordinates. Note: Works only after draw is called.
-
transformY
void transformY(String value, Number subRangeRatio)
Transforms Y value to pixel coordinates. Note: Works only after draw is called.
-
unhover
ContinuousRangeBase unhover()
Removes hover from the series point or series.
-
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().
-
unselect
ContinuousRangeBase unselect()
Deselects all selected points.
-
unselect
ContinuousRangeBase unselect(Number index)
Deselects selected point by index.
-
unselect
ContinuousRangeBase unselect(Array<Number> indexes)
Deselects selected points by indexes.
-
width
void width()
Getter for element width settings.
-
width
ContinuousRangeBase width(Number width)
Setter for element width setting.
-
width
ContinuousRangeBase width(String width)
Setter for element width setting.
-
xPointPosition
void xPointPosition()
Getter for the position of the point on an ordinal scale.
-
xPointPosition
ContinuousRangeBase xPointPosition(Number position)
Setter for the position of the point on an ordinal scale.
-
xScale
ContinuousRangeBase xScale(Base settings)
Setter for the series X scale.
-
xScale
ContinuousRangeBase xScale(String settings)
Setter for the series X scale.
-
xScale
ContinuousRangeBase xScale(ScaleTypes settings)
Setter for the series X scale.
-
yScale
ContinuousRangeBase yScale(Base settings)
Setter for the series Y scale.
-
yScale
ContinuousRangeBase yScale(String settings)
Setter for the series Y scale.
-
yScale
ContinuousRangeBase yScale(ScaleTypes settings)
Setter for the series Y scale.
-
zIndex
void zIndex()
Getter for the Z-index of the element.
-
zIndex
ContinuousRangeBase zIndex(Number zIndex)
Setter for the Z-index of the element.
-
colorScale
LinearColor colorScale()
Getter for the color scale.
-
colorScale
ContinuousRangeBase colorScale(LinearColor settings)
Setter for the color scale.
-
colorScale
ContinuousRangeBase colorScale(OrdinalColor settings)
Setter for the color scale.
-
colorScale
ContinuousRangeBase colorScale(String settings)
Setter for the color scale.
-
colorScale
ContinuousRangeBase colorScale(ScaleTypes settings)
Setter for the color scale.
-
getStat
void getStat(Statistics key)
Gets the statistics value by key.
-
isVertical
void isVertical()
Getter for the series layout direction.
-
isVertical
ContinuousRangeBase isVertical(Boolean enabled)
Setter for the series layout direction. Set it to null to reset to the default. {docs:Basic_Charts/Vertical/Overview}Learn more about Vertical chart.{docs}
-
rendering
RenderingSettings rendering()
Getter for the series rendering.
-
rendering
ContinuousRangeBase rendering(String settings)
Setter for the series rendering settings.
-
seriesType
void seriesType()
Getter for switching of the series type.
-
seriesType
ContinuousRangeBase seriesType(String type)
Setter for switching of the series type.
-
container
ContinuousRangeBase container(Layer element)
Setter for the container.
-
container
ContinuousRangeBase container(Stage element)
Setter for the container.
-
container
ContinuousRangeBase container(String element)
Setter for the container.
-
parentBounds
Rect parentBounds()
Getter for the parent bounds. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
ContinuousRangeBase 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
ContinuousRangeBase 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
ContinuousRangeBase 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
ContinuousRangeBase parentBounds(Number left, Number top, Number width, Number height)
Setter for the parent bounds using several values. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
data
View data(List<DataEntry> data, TreeFillingMethod fillMethod)
-
fill
ContinuousRangeBase fill(String value)
-
-
-
-