- GaugePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
-
- GaugePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.GaugePlotOptions
-
- getAxis() - Method in class org.moxieapps.gwt.highcharts.client.events.AxisEvent
-
Get the axis instance that received the event.
- getAxisSetExtremesEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Returns the custom event handler that has been set on the axis, or null if no event
handler has been set.
- getChartTypeName() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
To be overridden in a sub class to return the JS type name of the chart instance that
should be created when the chart is rendered.
- getChartTypeName() - Method in class org.moxieapps.gwt.highcharts.client.Chart
-
- getChartTypeName() - Method in class org.moxieapps.gwt.highcharts.client.StockChart
-
- getClientX() - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
-
Gets the mouse x-position within the browser window's client area.
- getClientY() - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
-
Gets the mouse y-position within the browser window's client area.
- getClose() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
For OHLC charts, return the "close" value of the data point
- getDataLabels() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Returns a reference to the data labels configuration that was set on this plot options, or null if
none were set.
- getDataMax() - Method in class org.moxieapps.gwt.highcharts.client.Extremes
-
Return the maximum value of the axis' associated series, or null if the extremes
are requested before the chart has been rendered.
- getDataMin() - Method in class org.moxieapps.gwt.highcharts.client.Extremes
-
Return the minimum value of the axis' associated series, or null if the extremes
are requested before the chart has been rendered.
- getExtremes() - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Return a non-null object that represents the current extremes for the axis.
- getFormatter() - Method in class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
-
Returns the custom data labels formatter that has been applied to the labels, or null if the
built-in generic formatter is being used instead.
- getFormatter() - Method in class org.moxieapps.gwt.highcharts.client.labels.StackLabels
-
Returns the custom stack labels formatter that has been applied to the y-axis, or null if the
built-in generic formatter is being used instead.
- getFormatter() - Method in class org.moxieapps.gwt.highcharts.client.labels.XAxisLabels
-
Returns the custom axis labels formatter that has been applied to the x-axis, or null if the
built-in generic formatter is being used instead.
- getFormatter() - Method in class org.moxieapps.gwt.highcharts.client.labels.YAxisLabels
-
Returns the custom axis labels formatter that has been applied to the y-axis, or null if the
built-in generic formatter is being used instead.
- getHigh() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
For OHLC charts, return the "high" value of the data point
- getId() - Method in class org.moxieapps.gwt.highcharts.client.Series
-
The internally generated unique id for this series
- getLabelsFormatter() - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Returns the custom labels formatter that has been applied to the legend, or null if the
built-in generic formatter is being used instead.
- getLow() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
For OHLC charts, return the "low" value of the data point
- getMax() - Method in class org.moxieapps.gwt.highcharts.client.events.AxisSetExtremesEvent
-
Return the maximum value of the new axis extremes as a Number.
- getMax() - Method in class org.moxieapps.gwt.highcharts.client.Extremes
-
Return the maximum axis value, either automatic or set manually.
- getMin() - Method in class org.moxieapps.gwt.highcharts.client.events.AxisSetExtremesEvent
-
Return the minimum value of the new axis extremes as a Number.
- getMin() - Method in class org.moxieapps.gwt.highcharts.client.Extremes
-
Return the minimum axis value, either automatic or set manually.
- getName() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Return the name property that was set on this point, or null if no name was set.
- getName() - Method in class org.moxieapps.gwt.highcharts.client.Series
-
/**
Convenience method for getting the 'name' of a particular series.
- getNativeAxis() - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Returns a pointer to the native Highchart's Axis instance that this GWT Axis instance
is associated with.
- getNativeButton() - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
-
Gets the button value.
- getNativeChart() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Returns a pointer to the native Highcharts or Highstock chart instance that this GWT BaseChart
instance is associated with.
- getNativeData() - Method in class org.moxieapps.gwt.highcharts.client.labels.AxisLabelsData
-
Returns a pointer to the native Highchart's instance data object that this GWT
instance is wrapping.
- getNativeData() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Returns a pointer to the native Highchart's instance data object that this GWT
instance is wrapping.
- getNativeData() - Method in class org.moxieapps.gwt.highcharts.client.labels.LegendLabelsData
-
Returns a pointer to the native Highchart's instance data object that this GWT
instance is wrapping.
- getNativeData() - Method in class org.moxieapps.gwt.highcharts.client.labels.StackLabelsData
-
Returns a pointer to the native Highchart's instance data object that this GWT
instance is wrapping.
- getNativeEvent() - Method in class org.moxieapps.gwt.highcharts.client.events.AxisEvent
-
Returns a pointer to the native Highchart's instance data object that this GWT
instance is wrapping.
- getNativeEvent() - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
-
Returns a pointer to the native Highchart's instance data object that this GWT
instance is wrapping.
- getNativePoint() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Returns a pointer to the native Highchart's JS point instance
that this GWT Point instance is associated with.
- getNativeSeries() - Method in class org.moxieapps.gwt.highcharts.client.Series
-
For advanced use-cases only.
- getNavigator() - Method in class org.moxieapps.gwt.highcharts.client.StockChart
-
Access the StockChart's
Navigator, for customization.
- getNearestPoint() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesClickEvent
-
Create a new GWT point instance that is connected to the Highcharts JS point instance associated
with the nearest point to the click (e.g.
- getNearestPointName() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesClickEvent
-
Return the name of the point nearest to the click (e.g.
- getNearestXAsDouble() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesClickEvent
-
Return the x value of the nearest point as a double.
- getNearestXAsLong() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesClickEvent
-
Return the x value of the nearest point as a long.
- getNearestXAsString() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesClickEvent
-
Return the x value of the nearest point as a string.
- getNearestYAsDouble() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesClickEvent
-
Return the y value of the nearest point as a double.
- getNearestYAsLong() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesClickEvent
-
Return the y value of the nearest point as a long.
- getNearestYAsString() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesClickEvent
-
Return the y value of the nearest point as a string.
- getOpen() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
For OHLC charts, return the "open" value of the data point
- getOptions() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Retrieve all of the options that have been configured for this chart instance
as a JSONObject.
- getOptions() - Method in class org.moxieapps.gwt.highcharts.client.Configurable
-
Retrieve all of the options that have been configured for this instance
as a JSONObject.
- getOptionValue() - Method in class org.moxieapps.gwt.highcharts.client.Color
-
This method will return the value of the object as a single value if it is
represented as just a solid color or as a JSONObject if it represents a gradient.
- getPercentage() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the point's percentage of the total.
- getPercentage() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the percentage value of the point (which represents the point's percentage
of the total).
- getPercentage(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the percentage value of the point at a given index (for shared tooltips), which
represents the point's percentage of the total.
- getPoint() - Method in class org.moxieapps.gwt.highcharts.client.events.PointEvent
-
Create a new GWT point instance that is connected to the Highcharts JS point instance associated
with this event.
- getPoint() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Create a new GWT point instance that is connected to the Highcharts JS point instance associated
with this data label.
- getPoint() - Method in class org.moxieapps.gwt.highcharts.client.labels.LegendLabelsData
-
For pie charts, return a GWT point instance that is connected to the Highcharts JS
point instance associated with the legend label.
- getPoint() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Create a new GWT point instance that is connected to the Highcharts JS point instance associated
with this tooltip.
- getPoint(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Create a new GWT point instance that is connected to the Highcharts JS point instance at a
given index (for shared tooltips) associated with this tooltip.
- getPointClickEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getPointLegendItemClickEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getPointLegendItemClickEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PiePlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getPointMouseOutEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getPointMouseOverEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getPointName() - Method in class org.moxieapps.gwt.highcharts.client.events.PointEvent
-
Return the name of the point on which the event occurred.
- getPointName() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the name of the point (e.g.
- getPointName() - Method in class org.moxieapps.gwt.highcharts.client.labels.LegendLabelsData
-
For pie charts, return the name of the point (e.g.
- getPointName() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the name of the point (e.g.
- getPointName(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the name of the point (e.g.
- getPointRemoveEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getPoints() - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Retrieve the array of points that have been added to this series.
- getPoints() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Create a new GWT point instance for each values in the array of values provided that are
connected to the Highcharts JS point instances associated with this tooltip (shared tooltips only).
- getPointSelectEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getPointsLength() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
For shared tool tips only, returns the number of points that are available in the collection
of data points that were passed to the tooltip (which should reflect the number of series
in the chart.)
- getPointUnselectEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getPointUpdateEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getRelativeX(Element) - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
-
Gets the mouse x-position relative to a given element.
- getRelativeY(Element) - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
-
Gets the mouse y-position relative to a given element.
- getScreenX() - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
-
Gets the mouse x-position on the user's display.
- getScreenY() - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
-
Gets the mouse y-position on the user's display.
- getSelectedPoints() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Returns an array of all currently selected points in the chart.
- getSelectedSeries() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Returns an array of all currently selected series in the chart.
- getSeries(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Retrieve the series instance within the chart for the given id, or null if no series exists in the chart
with the given id.
- getSeries() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Return an array of all the
Series instances that have been added to this chart (either before or
after the chart was rendered), or an empty array if none have been added yet.
- getSeries() - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
- getSeriesCheckboxClickEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getSeriesClickEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getSeriesHideEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getSeriesId() - Method in class org.moxieapps.gwt.highcharts.client.events.PointEvent
-
Retrieve the unique id of the series that the point is a part of which received the event.
- getSeriesId() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesEvent
-
Retrieve the unique id of the series that received the event.
- getSeriesId() - Method in class org.moxieapps.gwt.highcharts.client.labels.LegendLabelsData
-
Retrieve the unique id of the series that the point is a part of which received the event.
- getSeriesId() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Retrieve the unique id of the series that the point is a part of.
- getSeriesId(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Retrieve the unique id of the series that a point at the given index (for shared tooltips)
is a part of.
- getSeriesLegendItemClickEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getSeriesMouseOutEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getSeriesMouseOverEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getSeriesName() - Method in class org.moxieapps.gwt.highcharts.client.events.PointEvent
-
Return the name of the series that the point is a part of which the event was received on.
- getSeriesName() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesEvent
-
Return the name of the series that the event was received on.
- getSeriesName() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the name of the series that the data label is a part of (e.g.
- getSeriesName() - Method in class org.moxieapps.gwt.highcharts.client.labels.LegendLabelsData
-
Return the name of the series that the legend label applies to (e.g.
- getSeriesName() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the name of the series that the point is a part of.
- getSeriesName(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the name of the series that the point at a given index (for shared tooltips) is a part of.
- getSeriesShowEventHandler() - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Returns the custom event handler that has been set on the plot options, or null if no event
handler has been set.
- getSVG() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Exporting module required.
- getText() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Return the text property that was set on this point, or null if no text was set.
- getTitle() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Return the title property that was set on this point, or null if no name was set.
- getTotal() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the total value at this point's x value.
- getTotal() - Method in class org.moxieapps.gwt.highcharts.client.labels.StackLabelsData
-
Return the total value at this point's x value.
- getTotal() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the total value at this point's x value.
- getTotal(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the total value at a point at a given index's x value (for shared tooltips).
- getTotalAsLong() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the total value at this point's x value as a long.
- getTotalAsLong() - Method in class org.moxieapps.gwt.highcharts.client.labels.StackLabelsData
-
Return the total value at this point's x value as a long.
- getTotalAsLong() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the total value at this point's x value as a long.
- getTotalAsLong(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the total value at a point at a given index's x value as a long (for shared tooltips).
- getUserData() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Retrieve any arbitrary data that was stored along with the point
(via the
Point.setUserData(JSONObject) method) when it was originally added to a series
- getValue() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Retrieves the intensity 'value' of the point as it pertains to heatmaps.
- getValueAsDouble() - Method in class org.moxieapps.gwt.highcharts.client.labels.AxisLabelsData
-
Return the value of the label as a double.
- getValueAsLong() - Method in class org.moxieapps.gwt.highcharts.client.labels.AxisLabelsData
-
Return the value of the label as a long.
- getValueAsString() - Method in class org.moxieapps.gwt.highcharts.client.labels.AxisLabelsData
-
Return the value of the label as a string.
- getX() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Retrieve the X value of where point should be rendered at within the series.
- getXAsDouble() - Method in class org.moxieapps.gwt.highcharts.client.events.PointEvent
-
Return the x value of the point as a double.
- getXAsDouble() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the x value of the point as a double.
- getXAsDouble() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the x value of the point as a double.
- getXAsDouble(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the x value of the point at the given index as a double.
- getXAsLong() - Method in class org.moxieapps.gwt.highcharts.client.events.PointEvent
-
Return the x value of the point as a long.
- getXAsLong() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the x value of the point as a long.
- getXAsLong() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the x value of the point as a long.
- getXAsLong(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the x value of the point at the given index as a long.
- getXAsString() - Method in class org.moxieapps.gwt.highcharts.client.events.PointEvent
-
Return the x value of the point as a string.
- getXAsString() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the x value of the point as a string.
- getXAsString() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the x value of the point as a string.
- getXAsString(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the x value of the point at the given index as a string.
- getXAxis() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Retrieve a reference to the XAxis for this chart (guaranteed non-null), so that it can then be
configured or operated on.
- getXAxis(int) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Retrieve a reference to a specific XAxis for this chart (guaranteed non-null), so that it can then be
configured or operated on.
- getXAxis() - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Access the navigator X axis, to allow for customization.
- getXAxisMax() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the maximum value of the selection range of the first X axis.
- getXAxisMax(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the maximum value of the selection range on the requested X axis.
- getXAxisMaxAsLong() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the maximum value of the selection range of the first X axis, converting the
value to a long value first.
- getXAxisMaxAsLong(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the maximum value of the selection range on the requested X axis, converting
the value to a long value first.
- getXAxisMin() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the minimum value of the selection range of the first X axis.
- getXAxisMin(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the minimum value of the selection range on the requested X axis.
- getXAxisMinAsLong() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the minimum value of the selection range of the first X axis, converting the
value to a long value first.
- getXAxisMinAsLong(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the minimum value of the selection range on the requested X axis, converting
the value to a long value first.
- getXAxisValue() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartClickEvent
-
Return the value of the first X axis at the click event location.
- getXAxisValue(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartClickEvent
-
Return the value of the requested X axis at the click event location.
- getXAxisValueAsLong() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartClickEvent
-
Return the value of the first X axis at the click event location, converting the
value to a long value first.
- getXAxisValueAsLong(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartClickEvent
-
Return the value of the requested X axis at the click event location, converting
the value to a long before returning it.
- getY() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Retrieve the Y value of where point should be rendered at within the series.
- getYAsDouble() - Method in class org.moxieapps.gwt.highcharts.client.events.PointEvent
-
Return the y value of the point as a double.
- getYAsDouble() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the y value of the point as a double.
- getYAsDouble() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the y value of the point as a double.
- getYAsDouble(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the y value of the point as a double given the index of a specific
point to retrieve (shared tooltips only).
- getYAsLong() - Method in class org.moxieapps.gwt.highcharts.client.events.PointEvent
-
Return the y value of the point as a long.
- getYAsLong() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the y value of the point as a long.
- getYAsLong() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the y value of the point as a long.
- getYAsLong(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the y value of the point at a given index as a long.
- getYAsString() - Method in class org.moxieapps.gwt.highcharts.client.events.PointEvent
-
Return the y value of the point as a string.
- getYAsString() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
-
Return the y value of the point as a string.
- getYAsString() - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the y value of the point as a string.
- getYAsString(int) - Method in class org.moxieapps.gwt.highcharts.client.ToolTipData
-
Return the y value of the point at a given index as a string.
- getYAxis() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Retrieve a reference to the YAxis for this chart (guaranteed non-null), so that it can then be
configured or operated on.
- getYAxis(int) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Retrieve a reference to a specific YAxis for this chart (guaranteed non-null), so that it can then be
configured or operated on.
- getYAxis() - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Access the navigator Y axis, to allow for customization.
- getYAxisMax() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the maximum value of the selection range of the first Y axis.
- getYAxisMax(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the maximum value of the selection range on the requested Y axis.
- getYAxisMaxAsLong() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the maximum value of the selection range of the first Y axis, converting the
value to a long value first.
- getYAxisMaxAsLong(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the maximum value of the selection range on the requested Y axis, converting
the value to a long value first.
- getYAxisMin() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the minimum value of the selection range of the first Y axis.
- getYAxisMin(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the minimum value of the selection range on the requested Y axis.
- getYAxisMinAsLong() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the minimum value of the selection range of the first Y axis, converting the
value to a long value first.
- getYAxisMinAsLong(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
-
Return the minimum value of the selection range on the requested Y axis, converting
the value to a long value first.
- getYAxisValue() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartClickEvent
-
Return the value of the first Y axis at the click event location.
- getYAxisValue(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartClickEvent
-
Return the value of the requested Y axis at the click event location.
- getYAxisValueAsLong() - Method in class org.moxieapps.gwt.highcharts.client.events.ChartClickEvent
-
Return the value of the first Y axis at the click event location, converting the
value to a long value first.
- getYAxisValueAsLong(int) - Method in class org.moxieapps.gwt.highcharts.client.events.ChartClickEvent
-
Return the value of the requested Y axis at the click event location, converting
the value to a long before returning it.
- getZ() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Retrieves the Z value of where point should be rendered at within the series for 3D chart types.
- getZAxis() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Retrieve a reference to the ZAxis for this chart (guaranteed non-null), so that it can then be
configured or operated on.
- getZAxis(int) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Retrieve a reference to a specific ZAxis for this chart (guaranteed non-null), so that it can then be
configured or operated on.
- Global - Class in org.moxieapps.gwt.highcharts.client
-
A configurable class that can be used to globally configure options for Highcharts.
- Global() - Constructor for class org.moxieapps.gwt.highcharts.client.Global
-
- ScatterPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
-
- ScatterPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.ScatterPlotOptions
-
- Scrollbar - Class in org.moxieapps.gwt.highcharts.client
-
A configurable class that can be used to represent custom scrollbar options within a
StockChart,
which can then be set on the chart (via the
StockChart.setScrollbar(Scrollbar) method.)
The scrollbar is a means of panning over the X axis of a chart.
- Scrollbar() - Constructor for class org.moxieapps.gwt.highcharts.client.Scrollbar
-
- select(boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Select or unselect the point.
- select(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Select or unselect the series.
- selectToggle(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Toggle the selection state of the point.
- selectToggle() - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Select the series if it is currently unselected, or unselect the series if it is currently selected.
- Series - Class in org.moxieapps.gwt.highcharts.client
-
Manages a data series (and its options) that can then be added to a
Chart.
- Series(BaseChart) - Constructor for class org.moxieapps.gwt.highcharts.client.Series
-
- Series.Type - Enum in org.moxieapps.gwt.highcharts.client
-
- SeriesCheckboxClickEvent - Class in org.moxieapps.gwt.highcharts.client.events
-
Provides access to the raw information provided by Highcharts when a user clicks on the checkbox
next to a series' name in the chart.
- SeriesCheckboxClickEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.SeriesCheckboxClickEvent
-
This constructor is intended for internal use only.
- SeriesCheckboxClickEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
-
An interface that can be used as a callback handler when checkbox click events are fired on the series
of a chart, which occurs when the checkbox next to the series' name in the legend is clicked.
- SeriesClickEvent - Class in org.moxieapps.gwt.highcharts.client.events
-
Provides access to the raw information provided by Highcharts when a user clicks on a series
in the chart, including the nearest point to the click.
- SeriesClickEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.SeriesClickEvent
-
This constructor is intended for internal use only.
- SeriesClickEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
-
An interface that can be used as a callback handler when click events are fired on the series
of a chart.
- SeriesEvent - Class in org.moxieapps.gwt.highcharts.client.events
-
The base class of all events that are triggered on a series, and includes methods for accessing the general
properties of the series, such as its name or id.
- SeriesEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.SeriesEvent
-
We can only be created by instantiating one of our sub classes.
- SeriesHideEvent - Class in org.moxieapps.gwt.highcharts.client.events
-
Provides access to the raw information provided by Highcharts when a series is hidden
in the chart.
- SeriesHideEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.SeriesHideEvent
-
This constructor is intended for internal use only.
- SeriesHideEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
-
An interface that can be used as a callback handler when series hide events are fired on the chart.
- SeriesLegendItemClickEvent - Class in org.moxieapps.gwt.highcharts.client.events
-
Provides access to the raw information provided by Highcharts when a user clicks on the legend item
associated with a series.
- SeriesLegendItemClickEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.SeriesLegendItemClickEvent
-
This constructor is intended for internal use only.
- SeriesLegendItemClickEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
-
An interface that can be used as a callback handler when legend item belonging to the series is clicked.
- SeriesMouseOutEvent - Class in org.moxieapps.gwt.highcharts.client.events
-
Provides access to the raw information provided by Highcharts when a series mouse out event
occurs.
- SeriesMouseOutEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.SeriesMouseOutEvent
-
This constructor is intended for internal use only.
- SeriesMouseOutEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
-
An interface that can be used as a callback handler when series mouse out events are fired on the chart.
- SeriesMouseOverEvent - Class in org.moxieapps.gwt.highcharts.client.events
-
Provides access to the raw information provided by Highcharts when a series mouse over event
occurs.
- SeriesMouseOverEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.SeriesMouseOverEvent
-
This constructor is intended for internal use only.
- SeriesMouseOverEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
-
An interface that can be used as a callback handler when series mouse over events are fired on the chart.
- SeriesPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
-
- SeriesPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
- SeriesShowEvent - Class in org.moxieapps.gwt.highcharts.client.events
-
Provides access to the raw information provided by Highcharts when a series is shown
in the chart.
- SeriesShowEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.SeriesShowEvent
-
This constructor is intended for internal use only.
- SeriesShowEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
-
An interface that can be used as a callback handler when series show events are fired on the chart.
- setActiveAxisLabelStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Drilldown
-
Convenience method for setting the 'activeAxisLabelStyle' option of the drilldown.
- setActiveDataLabelStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Drilldown
-
Convenience method for setting the 'activeDataLabelStyle' option of the drilldown.
- setAdaptToUpdatedData(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
When this option is true, the navigator will redraw and reposition when data is updated in the main
chart.
- setAlign(AxisTitle.Align) - Method in class org.moxieapps.gwt.highcharts.client.AxisTitle
-
Convenience method for setting the 'align' option of the title.
- setAlign(Button.Align) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'align' option for the Button module.
- setAlign(ChartTitle.Align) - Method in class org.moxieapps.gwt.highcharts.client.ChartSubtitle
-
Convenience method for setting the 'align' option of the subtitle.
- setAlign(ChartTitle.Align) - Method in class org.moxieapps.gwt.highcharts.client.ChartTitle
-
Convenience method for setting the 'align' option of the title.
- setAlign(Credits.Align) - Method in class org.moxieapps.gwt.highcharts.client.Credits
-
Convenience method for setting the 'align' option of the credits.
- setAlign(Labels.Align) - Method in class org.moxieapps.gwt.highcharts.client.labels.Labels
-
Convenience method for setting the 'align' option for the labels.
- setAlign(PlotBandLabel.Align) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel
-
Convenience method for setting the 'align' option for the label.
- setAlign(PlotLineLabel.Align) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel
-
Convenience method for setting the 'align' option for the label.
- setAlign(Legend.Align) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'align' option of the legend.
- setAlignTicks(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'alignTicks' option of the chart.
- setAllowDecimals(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'allowDecimals' option for the axis.
- setAllowDrillToNode(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions
-
Convenience method for setting the 'allowDrillToNode' option of the treemap.
- setAllowPointSelect(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'allowPointSelect' plot option.
- setAlpha(Number) - Method in class org.moxieapps.gwt.highcharts.client.Options3D
-
Convenience method for setting the 'alpha' attribute of a 3d chart.
- setAlternateGridColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'alternateGridColor' option for the axis.
- setAlternateStartingDirection(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions
-
Convenience method for setting the 'alternateStartingDirection' option of the treemap.
- setAnimation(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'animation' option of the chart.
- setAnimation(Animation) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'animation' options of the chart.
- setAnimation(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.Drilldown
-
Convenience method for setting the 'animation' option of the drilldown.
- setAnimation(Animation) - Method in class org.moxieapps.gwt.highcharts.client.Drilldown
-
Convenience method for setting the 'animation' option of the drilldown.
- setAnimation(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'animation' plot option.
- setAnimation(Animation) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'animation' plot option, controlling the details
of the animation more precisely.
- setAnimation(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'animation' option for the tool tips.
- setApproximation(DataGrouping.Approximation) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping
-
Convenience method for setting the "approximation" option for the data grouping of the plot.
- setAreaPlotOptions(AreaPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all area type series within the chart will use by default.
- setAreaRangePlotOptions(AreaRangePlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all area range type series within the chart will use by default.
- setAreaSplinePlotOptions(AreaSplinePlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all area spline type series within the chart will use by default.
- setAreaSplineRangePlotOptions(AreaSplineRangePlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all area spline range type series within the chart will use by default.
- setAxisSetExtremesEventHandler(AxisSetExtremesEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Set a callback handler that will be invoked whenever the minimum and maximum is set for the axis, either by calling the
Axis.setExtremes(Number, Number) method or by selecting an area in the chart.
- setAxisTitle(AxisTitle) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'title/text' axis option, before or after
the chart is rendered.
- setAxisTitle(AxisTitle, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'title/text' axis option, before or after
the chart is rendered (explicitly controlling whether or not the new title will
be immediately drawn in the case of being called after the chart is rendered).
- setAxisTitleText(String) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'title/text' axis option, before or after
the chart is rendered.
- setAxisTitleText(String, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'title/text' axis option, before or after
the chart is rendered (explicitly controlling whether or not the new title will
be immediately drawn in the case of being called after the chart is rendered).
- setBack(Frame.FramePanel) - Method in class org.moxieapps.gwt.highcharts.client.Frame
-
Convenience method for setting the 'back' attribute of a 3d chart's frame.
- setBackground(PaneBackground...) - Method in class org.moxieapps.gwt.highcharts.client.Pane
-
Convenience method for setting the "background" option of the pane.
- setBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'backgroundColor' option of the chart to an RGB hex value.
- setBackgroundColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'backgroundColor' option of the chart, allowing for
colors with opacity or gradients.
- setBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
-
Convenience method for setting the 'backgroundColor' option for the data labels.
- setBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'backgroundColor' option of the legend.
- setBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'backgroundColor' option of the pane's background to an RGB hex value.
- setBackgroundColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'backgroundColor' option of the pane's background, allowing for
colors with opacity or gradients.
- setBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePart
-
Convenience method for setting the "backgroundColor" option for a gauge's pivot.
- setBackgroundColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePart
-
Convenience method for setting the "backgroundColor" option for a gauge's pivot.
- setBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'backgroundColor' option for the tool tips.
- setBackgroundColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'backgroundColor' option for the tool tips to a gradient or color with
an alpha channel .
- setBarBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "barBackgroundColor" option for the scrollbar.
- setBarBorderRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "borderRadius" option for the scrollbar.
- setBarBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "barBorderWidth" option for the scrollbar.
- setBarPlotOptions(BarPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all bar type series within the chart will use by default.
- setBaseDataLabels(BaseDataLabels) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
- setBaseLength(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Dial
-
Convenience method for setting the "baseLength" option for a gauge's dial.
- setBaseSeries(Number) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Specify the index of the base series for the navigator.
- setBaseSeries(String) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Specify the ID of the base series for the navigator.
- setBaseWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Dial
-
Convenience method for setting the "baseWidth" option for a gauge's dial.
- setBeta(Number) - Method in class org.moxieapps.gwt.highcharts.client.Options3D
-
Convenience method for setting the 'bets' attribute of a 3d chart.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'borderColor' option of the chart to an RGB hex value.
- setBorderColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'borderColor' option of the chart, allowing for
colors with opacity or gradients.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
-
Convenience method for setting the 'borderColor' option for the data labels.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'borderColor' option of the legend.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'borderColor' option of the pane's border to an RGB hex value.
- setBorderColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'borderColor' option of the pane's border, allowing for
colors with opacity or gradients.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions
-
Convenience method for setting the 'borderColor' option of the bar plot options
to a RGB hex value.
- setBorderColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions
-
Convenience method for setting the 'borderColor' option of the bar plot options, allowing for
colors with opacity or gradients.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
-
Convenience method for setting the 'borderColor' option of the column plot options
to a RGB hex value.
- setBorderColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
-
Convenience method for setting the 'borderColor' option of the column plot options, allowing for
colors with opacity or gradients.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePart
-
Convenience method for setting the "borderColor" option for a gauge's pivot.
- setBorderColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePart
-
Convenience method for setting the "borderColor" option for a gauge's pivot.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'borderColor' option of the map plotOptions.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the "borderColor" option for the pie plot options to a RGB hex value.
- setBorderColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the 'borderColor' option of the pie plot options, allowing for
colors with opacity or gradients.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
-
Convenience method for setting the 'borderColor' option of the level.
- setBorderColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
-
Convenience method for setting the 'borderColor' option of the level.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "borderColor" option for the scrollbar.
- setBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'borderColor' option for the tool tips.
- setBorderColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'borderColor' option for the tool tips to a gradient or color with
an alpha channel .
- setBorderDashStyle(PlotLine.DashStyle) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
-
Convenience method for setting the 'borderDashStyle' option of the level.
- setBorderRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'borderRadius' option of the chart.
- setBorderRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
-
Convenience method for setting the 'borderRadius' option for the data labels.
- setBorderRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'borderRadius' option of the legend.
- setBorderRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions
-
Convenience method for setting the 'borderRadius' option of the bar plot options.
- setBorderRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
-
Convenience method for setting the 'borderRadius' option of the column plot options.
- setBorderRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.HeatmapPlotOptions
-
Convenience method for setting the 'borderRadius' option of the heatmap.
- setBorderRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'borderRadius' option for the tool tips.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'borderWidth' option of the chart.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
-
Convenience method for setting the 'borderWidth' option for the data labels.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'borderWidth' option of the legend.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'borderWidth' option of the pane's background.
- setBorderWidth(String) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'borderWidth' option of the pane's background.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions
-
Convenience method for setting the 'borderWidth' option of the bar plot options.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
-
Convenience method for setting the 'borderWidth' option of the column plot options.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePart
-
Convenience method for setting the "borderWidth" option for a gauge's pivot.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'borderWidth' option of the map plotOptions.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the "borderWidth" option for the pie plot options.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.HeatmapPlotOptions
-
convenience method for setting the 'borderWidth' option of the heatmap.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
-
Convenience method for setting the 'borderWidth' option of the level.
- setBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'borderWidth' option for the tool tips.
- setBottom(Frame.FramePanel) - Method in class org.moxieapps.gwt.highcharts.client.Frame
-
Convenience method for setting the 'bottom' attribute of a 3d chart's frame.
- setBottom(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "bottom" CSS style option.
- setBoxPlotOptions(BoxPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all box type series within the chart will use by default.
- setBubblePlotOptions(BubblePlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all bubble type series within the chart will use by default.
- setButtonArrowColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "buttonArrowColor" option for the scrollbar.
- setButtonBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "buttonBackgroundColor" option for the scrollbar.
- setButtonBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "buttonBorderColor" option for the scrollbar.
- setButtonBorderRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "buttonBorderRadius" option for the scrollbar.
- setButtonBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "buttonBorderWidth" option for the scrollbar.
- setButtonOptions(MapNavigation.ButtonOptions) - Method in class org.moxieapps.gwt.highcharts.client.MapNavigation
-
Convenience method for setting the 'buttonOptions' option of the mapNavigation.
- setButtonOptions(Button) - Method in class org.moxieapps.gwt.highcharts.client.Navigation
-
Convenience method for setting the "buttonOptions" for the export button.
- setButtons(RangeSelector.Button...) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
Configure the buttons to show in the range selector.
- setButtonSpacing(Number) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
Set the space in pixels between the buttons in the range selector.
- setCandlestickPlotOptions(CandlestickPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.StockChart
-
Updates the options that all candlestick type series within the chart will use by default.
- setCanvasToolsURL(String) - Method in class org.moxieapps.gwt.highcharts.client.Global
-
Convenience method for setting the 'canvasToolsURL' global option.
- setCategories(String...) - Method in class org.moxieapps.gwt.highcharts.client.XAxis
-
Sets category names to use for the xAxis (instead of using numbers).
- setCategories(boolean, String...) - Method in class org.moxieapps.gwt.highcharts.client.XAxis
-
Sets category names to use for the xAxis (instead of using numbers), explicitly controlling whether
or not the axis will be redrawn in the case that the chart has already been rendered to the DOM.
- setCategories(String...) - Method in class org.moxieapps.gwt.highcharts.client.YAxis
-
Sets category names to use for the xAxis (instead of using numbers).
- setCategories(boolean, String...) - Method in class org.moxieapps.gwt.highcharts.client.YAxis
-
Sets category names to use for the xAxis (instead of using numbers), explicitly controlling whether
or not the axis will be redrawn in the case that the chart has already been rendered to the DOM.
- setCenter(Number, Number) - Method in class org.moxieapps.gwt.highcharts.client.Pane
-
Convenience method for setting the "center" option of the pane.
- setCenter(String, String) - Method in class org.moxieapps.gwt.highcharts.client.Pane
-
Convenience method for setting the "center" option of the pane.
- setCenter(int, int) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the 'center' option of the pie plot options
to pixel values.
- setCenter(double, double) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the 'center' option of the pie plot options
to percentage values.
- setChangeDecimal(Number) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
convenience method for setting the 'changeDecimal' option for the tool tips.
- setChartSubtitle(ChartSubtitle) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'subtitle' chart options.
- setChartSubtitleText(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'subtitle/text' chart option.
- setChartTitle(ChartTitle) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'title' chart options.
- setChartTitleText(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'title/text' chart option.
- setClassName(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'className' option of the chart.
- setClickEventHandler(ChartClickEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Set a callback handler that will be invoked whenever the user clicks on the plot background.
- setColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.Frame.FramePanel
-
Convenience method for setting the 'color' attribute of a panel.
- setColor(String) - Method in class org.moxieapps.gwt.highcharts.client.labels.Labels
-
Convenience method for setting the 'color' option for the data labels.
- setColor(String) - Method in class org.moxieapps.gwt.highcharts.client.PlotBand
-
Convenience method for setting the 'color' option of the plot band to an RGB hex value.
- setColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.PlotBand
-
Convenience method for setting the 'color' option of the plot band, allowing for
colors with opacity or gradients.
- setColor(String) - Method in class org.moxieapps.gwt.highcharts.client.PlotLine
-
Convenience method for setting the 'color' option of the plot line to an RGB hex value.
- setColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.PlotLine
-
Convenience method for setting the 'color' option of the plot line, allowing for
colors with opacity or gradients.
- setColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'color' plot option to an RGB value.
- setColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'color' plot option to a gradient or color with an alpha
value.
- setColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
-
Convenience method for setting the 'color' option of the level.
- setColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
-
Convenience method for setting the 'color' option of the level.
- setColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Zone
-
Convenience method for setting the 'color' option of the zone.
- setColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Zone
-
Convenience method for setting the 'color' option of the zone.
- setColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Convenience method for setting the 'color' option of the point.
- setColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "color" CSS style option.
- setColorAxis(ColorAxis) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'colorAxis' options of the chart.
- setColorByPoint(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions
-
Convenience method for setting the 'colorByPoint' option of the bar plot options.
- setColorByPoint(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
-
Convenience method for setting the 'colorByPoint' option of the column plot options.
- setColorByPoint(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.HeatmapPlotOptions
-
convenience method for setting the 'colorByPoint' option of the heatmap.
- setColorByPoint(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Convenience method for setting the 'colorByPoint' option of the series.
- setColors(String...) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Sets the default colors for the chart's series.
- setColors(String...) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.HeatmapPlotOptions
-
Convenience method for setting the 'colors' option of the heatmap.
- setColSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.HeatmapPlotOptions
-
Convenience method for setting the 'colSize' option of the heatmap.
- setColumnPlotOptions(ColumnPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all column type series within the chart will use by default.
- setColumnRangePlotOptions(ColumnRangePlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all column range type series within the chart will use by default.
- setCompare(LinePlotOptions.Compare) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.LinePlotOptions
-
Convenience method for setting the 'compare' option of the chart.
- setConnectEnds(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
-
Convenience method for setting the 'connectEnds' option of the area plot options.
- setConnectNulls(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
-
Convenience method for setting the 'connectNulls' option of the area plot options.
- setConnectNulls(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
-
Convenience method for setting the 'connectNulls' option for the chart.
- setConnectNulls(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SplinePlotOptions
-
Convenience method for setting the 'connectNulls' option for the chart.
- setConnectorColor(String) - Method in class org.moxieapps.gwt.highcharts.client.labels.ProportionalDataLabels
-
Convenience method for setting the 'connectorColor' option for the data labels.
- setConnectorPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.ProportionalDataLabels
-
Convenience method for setting the 'connectorPadding' option for the data labels.
- setConnectorWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.ProportionalDataLabels
-
Convenience method for setting the 'connectorWidth' option for the data labels.
- setContextButton(ContextButton) - Method in class org.moxieapps.gwt.highcharts.client.Exporting
-
Convenience method for directly setting the options for the context button.
- setCount(Number) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector.Button
-
Defines how many units of the defined type to use.
- setCredits(Credits) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'credits' options of the chart.
- setCropThreshold(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'cropThreshold' option.
- setCrosshairs(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'crosshairs' option for the tool tips for both axis.
- setCrosshairs(boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'crosshairs' option for the tool tips for each axis separately.
- setCursor(PlotOptions.Cursor) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'cursor' plot option.
- setCursor(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "cursor" CSS style option.
- setDashStyle(PlotLine.DashStyle) - Method in class org.moxieapps.gwt.highcharts.client.PlotLine
-
Convenience method for setting the 'dashStyle' plot line optoin.
- setDashStyle(PlotLine.DashStyle) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'dashStyle' plot option.
- setDashStyle(PlotLine.DashStyle) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Zone
-
Convenience method for setting the 'dashStyle' option of the zone.
- setDataClassColor(ColorAxis.DataClassColor) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'colorAxis' option of the map.
- setDataGrouping(DataGrouping) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the "dataGrouping" options for a stock chart.
- setDataLabels(DataLabels) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'dataLabels' plot option.
- setDataLabels(DataLabels) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
-
Convenience method for setting the 'dataLabels' option of the level.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'dateTimeLabelFormats' options of the axis.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping
-
Convenience method for setting the 'dateTimeLabelFormats' options of the dataGrouping.
- setDay(String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'day' format.
- setDay(String, String, String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'day' format.
- setDecimalPoint(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'decimalPoint' lang option.
- setDepth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Options3D
-
Convenience method for setting the 'depth' attribute of a 3d chart.
- setDepth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
-
Convenience method for setting the 'depth' option of the column plot options.
- setDepth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the 'depth option of the plot.
- setDialOptions(Dial) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.GaugePlotOptions
-
Convenience method for setting the "dial" option for gauge charts.
- setDisplayNegative(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BubblePlotOptions
-
Convenience method for setting the "displayNegative" option for the bubble plot options.
- setDistance(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.ProportionalDataLabels
-
Convenience method for setting the 'distance' option for the data labels.
- setDownloadJPEG(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'downloadJPEG' lang option.
- setDownloadPDF(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'downloadPDF' lang option.
- setDownloadPNG(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'downloadPNG' lang option.
- setDownloadSVG(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'downloadSVG' lang option.
- setDrilldown(Drilldown) - Method in class org.moxieapps.gwt.highcharts.client.Chart
-
Convenience method for setting the 'drilldown' options for the chart which represents a collection of options
that apply to standard charts.
- setDrilldownSeries(Series) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Convenience method for setting the 'drilldown' option of the point.
- setDrillUpButtonPosition(Position) - Method in class org.moxieapps.gwt.highcharts.client.Drilldown
-
Convenience method for setting the 'buttonPosition' option of the drillUpButton.
- setDrillUpButtonRelativeTo(MapNavigation.AlignTo) - Method in class org.moxieapps.gwt.highcharts.client.Drilldown
-
Convenience method for setting the 'relativeTo' option of the drillUpButton.
- setDrillUpButtonTheme(Theme) - Method in class org.moxieapps.gwt.highcharts.client.Drilldown
-
Convenience method for setting the 'theme' option of the drillUpButton.
- setDuration(Number) - Method in class org.moxieapps.gwt.highcharts.client.Animation
-
Convenience method for setting the 'duration' option of the animation.
- setEasing(Animation.Easing) - Method in class org.moxieapps.gwt.highcharts.client.Animation
-
Convenience method for setting the 'easing' option of the animation.
- setEasing(String) - Method in class org.moxieapps.gwt.highcharts.client.Animation
-
Convenience method for setting the 'easing' option of the animation.
- setEnableButtons(boolean) - Method in class org.moxieapps.gwt.highcharts.client.MapNavigation
-
Convenience method for setting the 'enableButtons' option of the mapNavigation.
- setEnabled(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'enabled' option for the Button module.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Credits
-
Convenience method for setting the 'enabled' option for the credits.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Exporting
-
Convenience method for setting the 'enabled' option for the exporting module.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.labels.Labels
-
Convenience method for setting the 'enabled' option for the data labels.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'enabled' option for the legend.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.MapNavigation
-
Convenience method for setting the 'enabled' option of the mapNavigation.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Enable or disable the navigator.
- setEnabled(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.Options3D
-
Convenience method for setting the 'enabled' attribute of a 3d chart.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping
-
Convenience method for setting the "enabled" option for the data grouping of the plot.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Convenience method for setting the 'enabled' option for the markers.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
Enable or disable the range selector.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "enabled" option for the scrollbar.
- setEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'enabled' option for the tool tips.
- setEnableDoubleClickZoom(boolean) - Method in class org.moxieapps.gwt.highcharts.client.MapNavigation
-
Convenience method for setting the 'enableDoubleClickZoom' option of the mapNavigation.
- setEnableDoubleClickZoomTo(boolean) - Method in class org.moxieapps.gwt.highcharts.client.MapNavigation
-
Convenience method for setting the 'enableDoubleClickZoomTo' option of the mapNavigation.
- setEnableMouseTracking(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'enableMouseTracking' plot option.
- setEnableMouseWheelZoom(boolean) - Method in class org.moxieapps.gwt.highcharts.client.MapNavigation
-
Convenience method for setting the 'enableMouseWheelZoom' option of the mapNavigation.
- setEnableTouchZoom(boolean) - Method in class org.moxieapps.gwt.highcharts.client.MapNavigation
-
Convenience method for setting the 'enableTouchZoom' option of the mapNavigation.
- setEndAngle(Number) - Method in class org.moxieapps.gwt.highcharts.client.Pane
-
Convenience method for setting the 'endAngle' option of the pane.
- setEndOnTick(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'endOnTick' option for the axis.
- setEndOnTick(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'endOnTick' option of the map.
- setErrorBarPlotOptions(ErrorBarPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all errorBar type series within the chart will use by default.
- setExportButtonTitle(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'exportButtonTitle' lang option.
- setExporting(Exporting) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'exporting' options of the chart.
- setExtremes(Number, Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Set the minimum and maximum of the axes after render time using the default animation options.
- setExtremes(Number, Number, boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Set the minimum and maximum of the axes after render time, controlling the redraw and animation
status.
- setExtremes(Number, Number, boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Set the minimum and maximum of the axes after render time, controlling the redraw and animation
options.
- setFilename(String) - Method in class org.moxieapps.gwt.highcharts.client.Exporting
-
Convenience method for setting the 'filename' option for the exporting module.
- setFill(String) - Method in class org.moxieapps.gwt.highcharts.client.Theme
-
Convenience method for setting the 'fill' option of the theme.
- setFillColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
-
Convenience method for setting the 'fillColor' option of the area plot options
to a RGB hex value.
- setFillColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
-
Convenience method for setting the 'fillColor' option of the area plot options, allowing for
colors with opacity or gradients.
- setFillColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
-
Convenience method for setting the 'fillColor' option of the area plot options
to a RGB hex value.
- setFillColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
-
Convenience method for setting the 'fillColor' option of the area plot options, allowing for
colors with opacity or gradients.
- setFillColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'fillColor' option of the box plot options
to a RGB hex value.
- setFillColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'fillColor' option of the box plot options, allowing for
colors with opacity or gradients.
- setFillColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions
-
Convenience method for setting the 'fillColor' option of the flag to an RGB hex value.
- setFillColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions
-
Convenience method for setting the 'fillColor' option of the flag, allowing for
colors with opacity or gradients.
- setFillColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Convenience method for setting the 'fillColor' option of the markers to a RGB hex value.
- setFillColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Convenience method for setting the 'fillColor' option of the markers, allowing for
colors with opacity or gradients.
- setFillColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Zone
-
Convenience method for setting the 'fillColor' option of the zone.
- setFillColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Zone
-
Convenience method for setting the 'fillColor' option of the zone.
- setFillOpacity(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
-
Convenience method for setting the 'fillOpacity' option of the area plot options.
- setFillOpacity(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
-
Convenience method for setting the 'fillOpacity' option of the area plot options.
- setFloating(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ChartSubtitle
-
Convenience method for setting the 'floating' option of the subtitle.
- setFloating(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ChartTitle
-
Convenience method for setting the 'floating' option of the title.
- setFloating(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'floating' option of the legend.
- setFollowPointer(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'followPointer' option for the tool tips.
- setFollowTouchMove(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'enabled' option for the tool tips.
- setFont(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "font" CSS style option.
- setFontFamily(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "fontFamily" CSS style option.
- setFontSize(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "fontSize" CSS style option.
- setFontStyle(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "fontStyle" CSS style option.
- setFontWeight(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "fontWeight" CSS style option.
- setForced(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping
-
Convenience method for setting the "forced" option for the data grouping of the plot.
- setFormat(String) - Method in class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
-
Convenience method for setting the 'format' option for a dataLabel.
- setFormatter(DataLabelsFormatter) - Method in class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
-
Sets a custom formatter for the labels that can be used to control how the text of the
data labels will be displayed.
- setFormatter(StackLabelsFormatter) - Method in class org.moxieapps.gwt.highcharts.client.labels.StackLabels
-
Sets a custom formatter for the stack labels on the axis that can be used to control how the text of the
stack labels will be displayed.
- setFormatter(AxisLabelsFormatter) - Method in class org.moxieapps.gwt.highcharts.client.labels.XAxisLabels
-
Sets a custom formatter for the labels on the axis that can be used to control how the text of the
labels will be displayed.
- setFormatter(AxisLabelsFormatter) - Method in class org.moxieapps.gwt.highcharts.client.labels.YAxisLabels
-
Sets a custom formatter for the labels on the axis that can be used to control how the text of the
labels will be displayed.
- setFormatter(ToolTipFormatter) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Sets a custom formatter on the tooltip that can be used to control the contents and styling
of the text that appears in the tooltip.
- setFrame(Frame) - Method in class org.moxieapps.gwt.highcharts.client.Options3D
-
Convenience method for setting the 'frame' attribute of a 3d chart.
- setFrom(Number) - Method in class org.moxieapps.gwt.highcharts.client.PlotBand
-
Convenience method for setting the 'from' option of the plot band.
- setFunnelDataLabels(FunnelDataLabels) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FunnelPlotOptions
-
Convenience method for setting the 'dataLabels' plot option to a configuration object
that is more specific to funnel charts.
- setFunnelPlotOptions(FunnelPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all funnel type series within the chart will use by default.
- setGapSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
-
Convenience Method for setting the "gapSize" option of the plot options.
- setGapSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
-
Convenience Method for setting the "gapSize" option of the plot options.
- setGapSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.LinePlotOptions
-
Convenience Method for setting the "gapSize" option of the plot options.
- setGapSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SplinePlotOptions
-
Convenience Method for setting the "gapSize" option of the plot options.
- setGaugePlotOptions(GaugePlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all funnel type series within the chart will use by default.
- setGlobal(Global) - Method in class org.moxieapps.gwt.highcharts.client.Highcharts.Options
-
Set the global options to use on all Highchart instances.
- setGridLineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'gridLineColor' option for the axis.
- setGridLineColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'gridLineColor' option of the map.
- setGridLineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'gridLineColor' option of the map.
- setGridLineDashStyle(PlotLine.DashStyle) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'gridLineDashStyle' axis option.
- setGridLineDashStyle(PlotLine.DashStyle) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'gridLineDashStyle' option of the map.
- setGridLineWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'gridLineWidth' option for the axis.
- setGridLineWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'gridLineWidth' option of the map.
- setGrouping(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.CandlestickPlotOptions
-
Convenience method for setting the 'grouping' option for the chart.
- setGrouping(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.OHLCPlotOptions
-
Convenience method for setting the 'grouping' option for the chart.
- setGroupPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions
-
Convenience method for setting the 'groupPadding' option of the bar plot options.
- setGroupPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
-
Convenience method for setting the 'groupPadding' option of the column plot options.
- setGroupPixelWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping
-
Convenience method for setting the "groupPixelWidth" option for the data grouping of the plot.
- setHandlesBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Set the background color of the navigator handles.
- setHandlesBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Set the border color of the navigator handles.
- setHeaderFormat(String) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'headerFormat' option for the tool tips.
- setHeatmapPlotOptions(HeatmapPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all heatmap type series within the chart will use by default.
- setHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'height' option of the chart.
- setHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'height' option for the Button module.
- setHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Set the height of the navigator.
- setHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FunnelPlotOptions
-
Convenience method for setting the 'height' option of a funnel chart.
- setHeight(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FunnelPlotOptions
-
Convenience method for setting the 'height' option of a funnel chart.
- setHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PyramidPlotOptions
-
Convenience method for setting the 'height' option of a funnel chart.
- setHeight(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PyramidPlotOptions
-
Convenience method for setting the 'height' option of a funnel chart.
- setHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "height" option for the scrollbar.
- setHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.YAxis
-
Convenience method for setting the 'top' option of the axis.
- setHeight100() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
A helper method which can be used to conveniently set the height of the DOM element that contains
the chart to "100%".
- setHideDelay(Number) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'hideDelay' option of the tool tip.
- setHideDuration(Number) - Method in class org.moxieapps.gwt.highcharts.client.Loading
-
Convenience method for setting the 'hideDuration' option of the loading options.
- setHour(String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'hour' format.
- setHour(String, String, String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'hour' format.
- setHoverState(Marker) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Set the configuration options for the hovered point marker.
- setHoverStateBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'borderColor' option of the hover state.
- setHoverStateBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'borderWidth' option of the hover state.
- setHoverStateBrightness(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'brightness' option of the hover state.
- setHoverStateColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'color' option of the hover state.
- setHoverStateEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'enabled' option of the hover state.
- setHoverStateEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'enabled' plot option for the hover state.
- setHoverStateLineWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'lineWidth' plot option for the hover state.
- setHoverStateMarker(Marker) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'marker' plot options for the hover state.
- setHref(String) - Method in class org.moxieapps.gwt.highcharts.client.Credits
-
Convenience method for setting the 'href' option of the credits.
- setHtml(String) - Method in class org.moxieapps.gwt.highcharts.client.LabelItem
-
Convenience method for setting the 'html' option of the label item.
- setId(String) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'id' option of the map.
- setId(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'id' option of the chart.
- setIgnoreHiddenPoint(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the "ignoreHiddenPoint" option for the pie plot options.
- setIgnoreHiddenSeries(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'ignoreHiddenSeries' option of the chart.
- setIndex(Number) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Convenience method for setting the 'index' option of the series.
- setInnerRadius(String) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'innerRadius' option of the pane's background.
- setInnerRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'innerRadius' option of the pane's background.
- setInnerSize(int) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the 'innerSize' option of the pie plot options
to pixel values.
- setInnerSize(double) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the 'innerSize' option of the pie plot options
to a percentage value.
- setInputDateFormat(String) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
The date format in the input boxes when not selected for editing.
- setInputEditDateFormat(String) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
The date format in the input boxes when they are selected for editing.
- setInputEnabled(boolean) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
Enable or disable the date input boxes.
- setInputPositionAlign(RangeSelector.Align) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
Convenience method for setting the 'inputPosition' option for the rangeSelector.
- setInputPositionVerticalAlign(RangeSelector.VerticalAlign) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
Convenience method for setting the 'inputPosition' option for the rangeSelector.
- setInputPositionX(Number) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
Convenience method for setting the 'inputPosition' option for the rangeSelector.
- setInputPositionY(Number) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
Convenience method for setting the 'inputPosition' option for the rangeSelector.
- setInputStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
CSS for the HTML inputs in the range selector.
- setInteractByLeaf(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions
-
Convenience method for setting the 'interactByLeaf' option of the treemap.
- setInverted(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'inverted' option of the chart.
- setIsIntermediateSum(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Convenience method for setting the 'isIntermediateSum' option for a point.
- setIsSum(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Convenience method for setting the 'isSum' option for the point.
- setItemHiddenStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'itemHiddenStyle' options of the legend.
- setItemHoverStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'itemHoverStyle' options of the legend.
- setItemMarginBottom(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'itemMarginBottom' options of the legend.
- setItemMarginTop(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'itemMarginTop' options of the legend.
- setItemStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'itemStyle' options of the legend.
- setItemWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'itemWidth' option of the legend.
- setLabel(PlotBandLabel) - Method in class org.moxieapps.gwt.highcharts.client.PlotBand
-
Convenience method for setting the 'label' options of the plot band.
- setLabel(PlotLineLabel) - Method in class org.moxieapps.gwt.highcharts.client.PlotLine
-
Convenience method for setting the 'label' options of the plot line.
- setLabelItems(LabelItem...) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Sets HTML labels that can be positioned anywhere in the chart area.
- setLabels(XAxisLabels) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'labels' option of the map.
- setLabels(XAxisLabels) - Method in class org.moxieapps.gwt.highcharts.client.XAxis
-
Convenience method for setting the 'labels' options of the axis.
- setLabels(YAxisLabels) - Method in class org.moxieapps.gwt.highcharts.client.YAxis
-
Convenience method for setting the 'labels' options of the axis.
- setLabelsFormatter(LegendLabelsFormatter) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Sets a custom formatter for the labels that can be used to control how the text of the
legend labels will be displayed.
- setLabelsStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
- setLabelStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Loading
-
Convenience method for setting the 'labelStyle' options of the loading options.
- setLabelStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
CSS styles for the labels - the Zoom, From and To texts.
- setLang(Lang) - Method in class org.moxieapps.gwt.highcharts.client.Highcharts.Options
-
Set the language options to use on all Highchart instances.
- setLayout(Legend.Layout) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'layout' option of the legend.
- setLayoutAlgorithm(TreemapPlotOptions.LayoutAlgorithm) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
-
Convenience method for setting the 'layoutAlgorithm' option of the level.
- setLayoutAlgorithm(TreemapPlotOptions.LayoutAlgorithm) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions
-
Convenience method for setting the 'layoutAlgorithm' option of the treemap.
- setLayoutStartingDirection(TreemapPlotOptions.LayoutStartingDirection) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
-
Convenience method for setting the 'layoutStartingDirection' option of the level.
- setLayoutStartingDirection(TreemapPlotOptions.LayoutStartingDirection) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions
-
Convenience method for setting the 'layoutStartingDirection' option of the treemap.
- setLeft(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "left" CSS style option.
- setLegend(Legend) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'legend' options of the chart.
- setLegendIndex(int) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'legendIndex' option of the plot options.
- setLegendIndex(Number) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Convenience method for setting the 'index' option of the series.
- setLevel(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
-
Convenience method for setting the 'level' option of the level.
- setLevelIsConstant(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions
-
Convenience method for setting the 'levelIsConstant' option of the treemap.
- setLevels(TreemapPlotOptions.Level...) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions
-
Convenience method for setting the 'levels' option of the treemap.
- setLinearGradient(String, String, String, String) - Method in class org.moxieapps.gwt.highcharts.client.Color
-
Sets up this color as a linear gradient from one location in space to another.
- setLinearGradient(int, int, int, int) - Method in class org.moxieapps.gwt.highcharts.client.Color
-
Sets up this color as a linear gradient from one location in space to another, specifying
the coordinates in pixels.
- setLinearGradient(double, double, double, double) - Method in class org.moxieapps.gwt.highcharts.client.Color
-
Sets up this color as a linear gradient from one location in space to another, specifying
the coordinates in percentages of the space the gradient will fill.
- setLineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'lineColor' option for the axis.
- setLineColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'lineColor' option of the map.
- setLineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'lineColor' option of the map.
- setLineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
-
Convenience method for setting the 'lineColor' option of the area plot options to a RGB hex value.
- setLineColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
-
Convenience method for setting the 'lineColor' option of the area plot options, allowing for
colors with opacity or gradients.
- setLineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
-
Convenience method for setting the 'lineColor' option of the area plot options to a RGB hex value.
- setLineColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
-
Convenience method for setting the 'lineColor' option of the area plot options, allowing for
colors with opacity or gradients.
- setLineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions
-
Convenience method for setting the 'lineColor' option of the flag to an RGB hex value.
- setLineColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions
-
Convenience method for setting the 'lineColor' option of the flag, allowing for
colors with opacity or gradients.
- setLineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Convenience method for setting the 'lineColor' option of the markers to a RGB hex value.
- setLineColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Convenience method for setting the 'lineColor' option of the markers, allowing for
colors with opacity or gradients.
- setLinePlotOptions(LinePlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all line type series within the chart will use by default.
- setLineWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'lineWidth' option for the axis.
- setLineWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'lineWidth' option of the map.
- setLineWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Convenience method for setting the 'lineWidth' option for the markers.
- setLineWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'lineWidth' plot option.
- setLinkedTo(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'linkedTo' option for the axis.
- setLinkedTo(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
convenience method for setting the "linkedTo" option.
- setLinkedTo(Series) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
convenience method for setting the "linkedTo" option.
- setLiveRedraw(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "liveRedraw" option for the scrollbar.
- setLoadEventHandler(ChartLoadEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Set a callback handler that will be invoked whenever the chart's loading event is fired.
- setLoading(Loading) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'loading' options of the chart.
- setLoading(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'loading' lang option.
- setMargin(Number) - Method in class org.moxieapps.gwt.highcharts.client.AxisTitle
-
Convenience method for setting the 'margin' option of the title.
- setMargin(Number, Number, Number, Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'margin' option of the chart.
- setMargin(Number) - Method in class org.moxieapps.gwt.highcharts.client.ChartTitle
-
Convenience method for setting the 'margin' option of the title.
- setMargin(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'margin' option of the legend.
- setMargin(Number) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Set the distance from the nearest element, the X axis or X axis labels.
- setMargin(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "margin" CSS style option.
- setMarginBottom(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'marginBottom' option of the chart.
- setMarginLeft(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'marginBottom' option of the chart.
- setMarginRight(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'marginRight' option of the chart.
- setMarginTop(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'marginTop' option of the chart.
- setMarker(Marker) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'marker' plot options.
- setMarker(Marker) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Override the individual point marker for the point.
- setMarkerAnimation(Animation) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'markerAnimation' option of the map.
- setMarkerAnimation(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'markerAnimation' option of the map.
- setMarkerColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'markerAnimation' option of the map.
- setMaskFill(String) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Set the color mask covering the areas of the navigator series that are currently not visible in the
main series.
- setMax(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'max' option for the axis.
- setMax(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'max' option of the map.
- setMaxColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'maxColor' option of the map.
- setMaxColor(String) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'maxColor' option of the map.
- setMaxHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'reversed' option of the legend.
- setMaxPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'maxPadding' option for the axis.
- setMaxPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'maxPadding' option of the map.
- setMaxZoom(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'maxZoom' option for the axis.
- setMedianColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'medianColor' option of the box plot options
to a RGB hex value.
- setMedianColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'medianColor' option of the box plot options, allowing for
colors with opacity or gradients.
- setMedianWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'medianWidth' option of the box plot options.
- setMenuItemHoverStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Navigation
-
Convenience method for setting the 'menuItemHoverStyle' options of the navigation area.
- setMenuItemStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Navigation
-
Convenience method for setting the 'menuItemStyle' options of the navigation area.
- setMenuStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Navigation
-
Convenience method for setting the 'menuStyle' options of the navigation area.
- setMillisecond(String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'millisecond' format.
- setMillisecond(String, String, String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'millisecond' format.
- setMin(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'min' option for the axis.
- setMin(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the '' option of the map.
- setMinColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minColor' option of the map.
- setMinColor(String) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minColor' option of the map.
- setMinorGridLineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'minorGridLineColor' option for the axis.
- setMinorGridLineColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorGridLineColor' option of the map.
- setMinorGridLineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorGridLineColor' option of the map.
- setMinorGridLineDashStyle(PlotLine.DashStyle) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'minorGridLineDashStyle' axis option.
- setMinorGridLineDashStyle(PlotLine.DashStyle) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorGridLineDashStyle' option of the map.
- setMinorGridLineWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'minorGridLineWidth' option for the axis.
- setMinorGridLineWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorGridLineWidth' option of the map.
- setMinorTickColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'minorTickColor' option for the axis.
- setMinorTickColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorTickColor' option of the map.
- setMinorTickColor(String) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorTickColor' option of the map.
- setMinorTickInterval(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'minorTickInterval' option for the axis.
- setMinorTickInterval(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorTickInterval' option of the map.
- setMinorTickInterval(String) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorTickInterval' option of the map.
- setMinorTickIntervalAuto() - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'minorTickInterval' option for the axis to auto.
- setMinorTickLength(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'minorTickLength' option for the axis.
- setMinorTickLength(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorTickLength' option of the map.
- setMinorTickPosition(Axis.TickPosition) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'minorTickPosition' option for the axis.
- setMinorTickPosition(ColorAxis.TickPosition) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorTickPosition' option of the colorAxis.
- setMinorTickWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'minorTickWidth' option for the axis.
- setMinorTickWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minorTickWidth' option of the map.
- setMinPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'minPadding' option for the axis.
- setMinPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'minPadding' option of the map.
- setMinPointLength(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions
-
Convenience method for setting the 'minPointLength' option of the bar plot options.
- setMinPointLength(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
-
Convenience method for setting the 'minPointLength' option of the column plot options.
- setMinSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the "minSize" option for the pie plot options.
- setMinute(String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'minute' format.
- setMinute(String, String, String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'minute' format.
- setMinWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "minWidth" option for the scrollbar.
- setMonth(String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'month' format.
- setMonth(String, String, String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'month' format.
- setMonths(String[]) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'months' lang option.
- setName(String) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Convenience method for setting the 'name' option of the point.
- setName(String) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Convenience method for setting the 'name' option of the series.
- setNavigation(Navigation) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'navigation' options of the chart, which represents
a collection of options for buttons and menus appearing in the exporting module.
- setNavigationActiveColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the "activeColor" option for the legend navigation.
- setNavigationActiveColor(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the "activeColor" option for the legend navigation.
- setNavigationAnimation(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the "animation" option for the legend navigation.
- setNavigationAnimation(Animation) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the "animation" option for the legend navigation.
- setNavigationArrowSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the "arrowSize" option for the legend navigation.
- setNavigationInactiveColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the "inactiveColor" option for the legend navigation.
- setNavigationInactiveColor(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the "inactiveColor" option for the legend navigation.
- setNavigationStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the "style" option for the legend navigation.
- setNeckHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FunnelPlotOptions
-
Convenience method for setting the "height" option for the funnel plot options.
- setNeckHeight(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FunnelPlotOptions
-
Convenience method for setting the "height" option for the funnel plot options.
- setNeckWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FunnelPlotOptions
-
Convenience method for setting the "neckWidth" option for the funnel plot options.
- setNeckWidth(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FunnelPlotOptions
-
Convenience method for setting the "neckWidth" option for the funnel plot options.
- setNegativeColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the "negativeColor" option for the plot options.
- setNegativeColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the "negativeColor" option for the plot options.
- setNegativeFillColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
-
Convenience method for setting the "negativeFillColor" option for area charts.
- setNegativeFillColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
-
areaPlotOptions.setOption("negativeFillColor", new Color()
.setLinearGradient(0.0, 0.0, 1.0, 1.0)
.addStop(new Color(255, 255, 255))
.addStop(new Color(200, 200, 255))
);
- setNoData(NoData) - Method in class org.moxieapps.gwt.highcharts.client.Chart
-
Convenience method for setting the 'noData' option of the chart.
- setNoData(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'noData' option of the chart.
- setNormalStateAnimation(Animation) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'animation' option of the select state.
- setNormalStateAnimation(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'animation' option of the select state.
- setOffset(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'offset' option for the axis.
- setOHLCPlotOptions(OHLCPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.StockChart
-
Updates the options that all OHLC type series within the chart will use by default.
- setOnSeries(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions
-
Convenience method for setting the 'onSeries' option of the flag.
- setOpposite(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'opposite' option for the axis.
- setOption(String, Object) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
General purpose method to set an arbitrary option on the chart at any level,
using "/" characters to designate which level of option you'd like to set.
- setOption(String, Object) - Method in class org.moxieapps.gwt.highcharts.client.Configurable
-
Set an option on the object at any level, using "/" characters to designate which
level of option you'd like to set.
- setOptions(Highcharts.Options) - Static method in class org.moxieapps.gwt.highcharts.client.Highcharts
-
Sets the options globally for all charts created after this has been called.
- setOptions3D(Options3D) - Method in class org.moxieapps.gwt.highcharts.client.Chart
-
Convenience method for setting the 'options3d' options for the chart, which represents a collection of options
that apply only to standard charts.
- setOuterRadius(String) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'outerRadius' option of the pane's background.
- setOuterRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'outerRadius' option of the pane's background.
- setOutlineColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Set the color of the line marking the currently zoomed area in the navigator.
- setOutlineWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Navigator
-
Set the width of the line marking the currently zoomed area in the navigator.
- setOvershoot(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePlotOptions
-
Convenience method for setting the "overshoot" option for gauge charts.
- setPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
-
Convenience method for setting the 'padding' option for the data labels.
- setPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'reversed' option of the legend.
- setPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.Theme
-
Convenience method for setting the 'padding' option of the theme.
- setPane(Pane) - Method in class org.moxieapps.gwt.highcharts.client.Chart
-
Convenience method for setting the 'pane' options of the chart, which represents
a collection of options that apply only to polar charts and angular gauges.
- setPanKey(Chart.PanKey) - Method in class org.moxieapps.gwt.highcharts.client.Chart
-
Convenience method for setting the 'panKey' option of the chart.
- setPanning(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.Chart
-
Convenience method for setting the 'panning' option of the chart.
- setParent(Point) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Convenience method for setting the 'parent' option of the point.
- setParent(String) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
convenience method for setting the 'parent' option of the point, which is useful for
tree map chart types.
- setPersistent(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
By default the data associated with the series of the chart is only maintained within a GWT managed Java
array until the chart is rendered, at which point the data points of the series are maintained
exclusively within the DOM via the Highcharts API.
- setPieDataLabels(PieDataLabels) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PiePlotOptions
-
Convenience method for setting the 'dataLabels' plot option to a configuration object
that is more specific to pie charts.
- setPiePlotOptions(PiePlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all pie type series within the chart will use by default.
- setPinchType(BaseChart.PinchType) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Sets which dimensions the user can zoom using multi-touch gestures.
- setPivotOptions(Pivot) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.GaugePlotOptions
-
Convenience method for setting the "pivot" option for gauge charts.
- setPlotBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'plotBackgroundColor' option of the chart to an RGB hex value.
- setPlotBackgroundColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'plotBackgroundColor' option of the chart, allowing for
colors with opacity or gradients.
- setPlotBackgroundImage(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'plotBackgroundImage option of the chart.
- setPlotBands(PlotBand...) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Sets the 'plotBands' array for the axis.
- setPlotBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'plotBorderColor' option of the chart to an RGB hex value.
- setPlotBorderColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'plotBorderColor' option of the chart, allowing for
colors with opacity or gradients.
- setPlotBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'plotBorderWidth' option of the chart.
- setPlotLines(PlotLine...) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Sets the 'plotLines' array for the axis.
- setPlotOptions(PlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Updates the plot options for this series to reflect the given options.
- setPlotShadow(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'plotShadow' option of the chart.
- setPointClickEventHandler(PointClickEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever the user clicks on a point in a series.
- setPointFormat(String) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'pointFormat' option for the tool tips.
- setPointInterval(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'pointInterval' plot option.
- setPointLegendItemClickEventHandler(PointLegendItemClickEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Set a callback handler that will be invoked whenever the user clicks on the legend item points
in a pie or funnel series.
- setPointLegendItemClickEventHandler(PointLegendItemClickEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PiePlotOptions
-
Set a callback handler that will be invoked whenever the user clicks on the legend item points
in a pie series.
- setPointMouseOutEventHandler(PointMouseOutEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever the user mouses out of a point in a series.
- setPointMouseOverEventHandler(PointMouseOverEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever the user mouses over a point in a series.
- setPointPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions
-
Convenience method for setting the 'pointPadding' option of the bar plot options.
- setPointPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
-
Convenience method for setting the 'pointPadding' option of the column plot options.
- setPointPlacement(PlotOptions.PointPlacement) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'pointPointPlacement' plot option.
- setPointRemoveEventHandler(PointRemoveEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever the user removes on a point in a series.
- setPoints(Number[]) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Apply a new set of data (Y values only) to the series and automatically redraw it.
- setPoints(Number[], boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Apply a new set of data (Y values only) to the series and optionally redraw it.
- setPoints(Number[][]) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Apply a new set of data to the series and automatically redraw it.
- setPoints(Number[][], boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Apply a new set of data to the series and optionally redraw it.
- setPoints(Point[]) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Apply a new set of data to the series and automatically redraw it.
- setPoints(Point[], boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Apply a new set of data to the series and optionally redraw it.
- setPoints(JSONArray, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Apply a new set of data to a series with the option to redraw the chart.
- setPointSelectEventHandler(PointSelectEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever the user selects a point in a series.
- setPointStart(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'pointStart' plot option.
- setPointUnselectEventHandler(PointUnselectEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever the user unselects a point in a series.
- setPointUpdateEventHandler(PointUpdateEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever the a point in a series is updated programatically.
- setPointWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions
-
Convenience method for setting the 'pointWidth' option of the bar plot options.
- setPointWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
-
Convenience method for setting the 'pointWidth' option of the column plot options.
- setPolar(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method to set the 'polar' option of the chart.
- setPolar(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Chart
-
Convenience method for setting the 'polar' option of the chart.
- setPosition(Position) - Method in class org.moxieapps.gwt.highcharts.client.NoData
-
Convenience method for setting the 'position' option of the noData.
- setPosition(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "position" CSS style option.
- setPositionX(Number) - Method in class org.moxieapps.gwt.highcharts.client.ResetZoomButton
-
Convenience method for setting the 'x' position of the reset zoom button.
- setPositionY(Number) - Method in class org.moxieapps.gwt.highcharts.client.ResetZoomButton
-
Convenience method for setting the 'y' position of the reset zoom button.
- setPrintButtonTitle(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'printButtonTitle' lang option.
- setPyramidDataLabels(PyramidDataLabels) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PyramidPlotOptions
-
Convenience method for setting the 'dataLabels' plot option to a configuration object
that is more specific to funnel charts.
- setPyramidPlotOptions(PyramidPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all pie type series within the chart will use by default.
- setR(Number) - Method in class org.moxieapps.gwt.highcharts.client.Theme
-
Convenience method for setting the 'r' option of the theme.
- setRadius(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePart
-
Convenience method for setting the "radius" option for a gauge's pivot.
- setRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Convenience method for setting the 'radius' option for the markers.
- setRangeSelector(RangeSelector) - Method in class org.moxieapps.gwt.highcharts.client.StockChart
-
Convenience method for setting the 'rangeSelector' chart options.
- setRangeSelectorFrom(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'rangeSelectorFrom' lang option.
- setRangeSelectorTo(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'rangeSelectorTo' lang option.
- setRangeSelectorZoom(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'rangeSelectorZoom' lang option.
- setRearLength(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Dial
-
Convenience method for setting the "rearLength" option for a gauge's dial.
- setRedrawEventHandler(ChartRedrawEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Set a callback handler that will be invoked whenever the chart's redraw event is fired.
- setReflow(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'reflow' option of the chart.
- setRelativeTo(ResetZoomButton.RelativeTo) - Method in class org.moxieapps.gwt.highcharts.client.ResetZoomButton
-
Convenience method for setting the frame that the reset zoom button's position is relative to.
- setResetZoom(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'resetZoom' lang option.
- setResetZoomButton(ResetZoomButton) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for adding the reset zoom button to the chart.
- setResetZoomTitle(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'resetZoomTitle' lang option.
- setReversed(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'reversed' option for the axis.
- setReversed(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'reversed' option of the map.
- setReversed(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'reversed' option of the legend.
- setRifleColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "rifleColor" option for the scrollbar.
- setRight(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "right" CSS style option.
- setRotation(Number) - Method in class org.moxieapps.gwt.highcharts.client.AxisTitle
-
Convenience method for setting the 'margin' option of the title.
- setRotation(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.Labels
-
Convenience method for setting the 'rotation' option for the labels.
- setRotation(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel
-
Convenience method for setting the 'rotation' option for the label.
- setRotation(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel
-
Convenience method for setting the 'rotation' option for the label.
- setRowSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.HeatmapPlotOptions
-
Convenience method for setting the 'rowsize' option of the heatmap.
- setRtl(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'reversed' option of the legend.
- setScale(Number) - Method in class org.moxieapps.gwt.highcharts.client.Exporting
-
Convenience method for setting the 'scale' option for exporting module.
- setScatterPlotOptions(ScatterPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all scatter type series within the chart will use by default.
- setScrollbar(Scrollbar) - Method in class org.moxieapps.gwt.highcharts.client.StockChart
-
Convenience method for setting the 'scrollbar' chart options.
- setSecond(String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'second' format.
- setSecond(String, String, String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'second' format.
- setSelected(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'selected' plot option.
- setSelected(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Convenience method for setting the 'selected' option of the point.
- setSelected(Number) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector
-
Set the index of the button to appear pre-selected.
- setSelectionEventHandler(ChartSelectionEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Set a callback handler that will be invoked whenever the chart's selection event is fired.
- setSelectionMarkerFill(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'selectionMarkerFill' option of the chart to an RGB hex value.
- setSelectionMarkerFill(Color) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'plotBackgroundColor' option of the chart, allowing for
colors with opacity.
- setSelectState(Marker) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Set the configuration options for the selected point marker.
- setSelectStateBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'borderColor' option of the select state.
- setSelectStateBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'borderWidth' option of the select state.
- setSelectStateColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'color' option of the select state.
- setSelectStateEnabled(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
-
Convenience method for setting the 'enabled' option of the select state.
- setSeries(Series...) - Method in class org.moxieapps.gwt.highcharts.client.Drilldown
-
Convenience method for setting the 'series' option of the drilldown.
- setSeriesCheckboxClickEventHandler(SeriesCheckboxClickEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever the user clicks on the checkbox next
to a series' name in the legend.
- setSeriesClickEventHandler(SeriesClickEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever the user clicks on the series.
- setSeriesHideEventHandler(SeriesHideEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever a series is hidden on the chart.
- setSeriesLegendItemClickEventHandler(SeriesLegendItemClickEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever the legend item belonging to a series is clicked.
- setSeriesMouseOutEventHandler(SeriesMouseOutEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever a mouse out event occurs on a series.
- setSeriesMouseOverEventHandler(SeriesMouseOverEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever a mouse over event occurs on a series.
- setSeriesPlotOptions(SeriesPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the general options that all series within the chart will use by default.
- setSeriesShowEventHandler(SeriesShowEventHandler) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.SeriesPlotOptions
-
Set a callback handler that will be invoked whenever a series is shown on the chart.
- setShadow(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'shadow' option of the chart.
- setShadow(boolean) - Method in class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
-
Convenience method for setting the 'shadow' option for the data labels.
- setShadow(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'shadow' option of the legend.
- setShadow(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'shadow' plot option.
- setShadow(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'shadow' option for the tool tips.
- setShape(PaneBackground.Shape) - Method in class org.moxieapps.gwt.highcharts.client.PaneBackground
-
Convenience method for setting the 'background' option of the pane.
- setShape(FlagPlotOptions.Shape) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions
-
Convenience method for setting the 'shape' option of the flag.
- setShared(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'shared' option for the tool tips.
- setShortMonths(String[]) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'shortMonths' lang option.
- setShowAxes(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'showAxes' option of the chart.
- setShowCheckbox(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'showCheckbox' plot option.
- setShowDuration(Number) - Method in class org.moxieapps.gwt.highcharts.client.Loading
-
Convenience method for setting the 'showDuration' option of the loading options.
- setShowEmpty(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'showEmpty' option for the axis.
- setShowFirstLabel(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'showFirstLabel' option for the axis.
- setShowFirstLabel(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'showFirstLabel' option of the map.
- setShowInLegend(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'showInLegend' plot option.
- setShowLastLabel(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'showLastLabel' option for the axis.
- setShowLastLabel(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'showLastLabel' option of the map.
- setSide(Frame.FramePanel) - Method in class org.moxieapps.gwt.highcharts.client.Frame
-
Convenience method for setting the 'side' attribute of a 3d chart's frame Equivalent to:
- setSize(int, int) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the size of the chart to match the given width and height, using the default animation options.
- setSize(int, int, boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the size of the chart to match the given width and height, explicitly setting whether or
not the resize should be animated.
- setSize(int, int, Animation) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the size of the chart to match the given width and height, allowing for custom control
over how the animation will be resized.
- setSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.Frame.FramePanel
-
Convenience method for setting the 'size' attribute of a panel.
- setSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.Pane
-
Convenience method for setting the 'size' option of the pane.
- setSize(String) - Method in class org.moxieapps.gwt.highcharts.client.Pane
-
Convenience method for setting the 'size' option of the pane.
- setSize(int) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the 'size' option of the pie plot options
to pixel values.
- setSize(double) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the 'size' option of the pie plot options
to a percentage value.
- setSizeToMatchContainer() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Update the size of the chart to match the size of the container that this widget was inserted
inside of.
- setSliced(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Convenience method for setting the 'sliced' option of the point.
- setSlicedOffset(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the "slicedOffset" option for the pie plot options.
- setSmoothed(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping
-
Convenience method for setting the "smoothed" option for the data grouping of the plot.
- setSnap(Number) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'snap' option for the tool tips.
- setSolidGaugePlotOptions(SolidGaugePlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all solidgauge type series within the chart will use by default.
- setSourceHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.Exporting
-
Convenience method for setting the 'sourceHeight' option for the exporting module.
- setSourceWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Exporting
-
Convenience method for setting the 'sourceWidth' option for the exporting module.
- setSpacingBottom(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'spacingBottom' option of the chart.
- setSpacingLeft(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'spacingLeft' option of the chart.
- setSpacingRight(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'spacingRight' option of the chart.
- setSpacingTop(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'spacingTop' option of the chart.
- setSplinePlotOptions(SplinePlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all spline type series within the chart will use by default.
- setStack(String) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Convenience method for setting the 'stack' option of the series to a string.
- setStack(Number) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Convenience method for setting the 'stack' option of the series to a number.
- setStacking(PlotOptions.Stacking) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'stacking' plot option.
- setStackLabels(StackLabels) - Method in class org.moxieapps.gwt.highcharts.client.YAxis
-
Convenience method for setting the 'stackLabels' options of the axis.
- setStaggerLines(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.XAxisLabels
-
Convenience method for setting the 'staggerLines' option for the labels.
- setStartAngle(Number) - Method in class org.moxieapps.gwt.highcharts.client.Pane
-
Convenience method for setting the 'startAngle' option of the pane.
- setStartAngle(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
-
Convenience method for setting the "startAngle" option for the pie plot options.
- setStartOfWeek(Axis.WeekDay) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'startOfWeek' option for the axis.
- setStartOnTick(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'startOnTick' option for the axis.
- setStartOnTick(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'startOnTick' option of the map.
- setStemColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'stemColor' option of the box plot options.
- setStemColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'stemColor' option of the box plot options.
- setStemDashStyle(PlotLine.DashStyle) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'dashStyle' option of the box plot options.
- setStemWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'dashStyle' option of the box plot options.
- setStep(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.XAxisLabels
-
Convenience method for setting the 'step' option for the labels.
- setStep(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.YAxisLabels
-
Convenience method for setting the 'step' option for the labels.
- setStickyTracking(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'stickyTracking' plot option.
- setStops(JSONArray...) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'stops' option of the map.
- setStroke(String) - Method in class org.moxieapps.gwt.highcharts.client.Theme
-
Convenience method for setting the 'stroke' option of the theme.
- setStrokeWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Theme
-
Convenience method for setting the 'strokeWidth' option of the theme.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.AxisTitle
-
Convenience method for setting the 'style' options of the axis title.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'style' options of the chart.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.ChartSubtitle
-
Convenience method for setting the 'style' options of the subtitle.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.ChartTitle
-
Convenience method for setting the 'style' options of the title.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Credits
-
Convenience method for setting the 'style' options of the credits.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.LabelItem
-
Convenience method for setting the 'style' options of the label item.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.labels.Labels
-
Convenience method for setting the 'style' options of the labels.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel
-
Convenience method for setting the 'style' options of the labels.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel
-
Convenience method for setting the 'style' options of the labels.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'style' options of the legend.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Loading
-
Convenience method for setting the 'labelStyle' options of the loading options.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.NoData
-
Convenience method for setting the 'style' option of the noData message.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions
-
Convenience method for setting the 'style' options of the flag.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Theme
-
Convenience method for setting the 'style' option of the theme.
- setStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'style' options of the tooltip.
- setSymbol(ContextButton.Symbol) - Method in class org.moxieapps.gwt.highcharts.client.ContextButton
-
Convenience method for setting the "symbol" option for the export button.
- setSymbol(Marker.Symbol) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Convenience method for setting the 'symbol' option for the markers.
- setSymbol(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
-
Convenience method for setting the 'symbol' option for markers to a URL.
- setSymbolFill(String) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'symbolFill' option for the Button module.
- setSymbolHeight(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'symbolHeight' option of the lagend.
- setSymbolPadding(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'symbolPadding' option of the legend.
- setSymbolRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'symbolHeight' option of the lagend.
- setSymbols(Marker.Symbol...) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Sets the default symbols for the series point markers.
- setSymbolSize(Number) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'symbolSize' option for the Button module.
- setSymbolStroke(String) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'symbolStroke' option for the Button module.
- setSymbolStrokeWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'symbolStrokeWidth' option for the Button module.
- setSymbolWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'symbolWidth' option of the legend.
- setSymbolX(Number) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'symbolX' option for the Button module.
- setSymbolY(Number) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'symbolY' option for the Button module.
- setText(String) - Method in class org.moxieapps.gwt.highcharts.client.AxisTitle
-
Convenience method for setting the 'text' option of the title.
- setText(String) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'text' option for the Button module.
- setText(String) - Method in class org.moxieapps.gwt.highcharts.client.ChartSubtitle
-
Convenience method for setting the 'text' option of the subtitle.
- setText(String) - Method in class org.moxieapps.gwt.highcharts.client.ChartTitle
-
Convenience method for setting the 'text' option of the title.
- setText(String) - Method in class org.moxieapps.gwt.highcharts.client.Credits
-
Convenience method for setting the 'text' option of the credits.
- setText(String) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel
-
Convenience method for setting the 'text' option of the label.
- setText(String) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel
-
Convenience method for setting the 'text' option of the label.
- setText(String) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Convenience method for setting the 'text' option of the point.
- setText(String) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector.Button
-
Set the text to display on the button
- setTextAlign(PlotBandLabel.TextAlign) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel
-
Convenience method for setting the 'textAlign' option for the label.
- setTextAlign(PlotLineLabel.TextAlign) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel
-
Convenience method for setting the 'textAlign' option for the label.
- setTextAlign(Labels.Align) - Method in class org.moxieapps.gwt.highcharts.client.labels.StackLabels
-
Convenience method for setting the 'textAlign' option for the labels.
- setThousandsSep(String) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'thousandsSep' lang option.
- setThreshold(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the "threshold" option for the plot options.
- setTickColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'tickColor' option for the axis.
- setTickColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'tickColor' option of the map.
- setTickColor(String) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'tickColor' option of the map.
- setTickInterval(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'tickInterval' option for the axis.
- setTickInterval(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'tickInterval' option of the map.
- setTickLength(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'tickLength' option for the axis.
- setTickLength(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'tickLength' option of the map.
- setTickmarkPlacement(XAxis.TickmarkPlacement) - Method in class org.moxieapps.gwt.highcharts.client.XAxis
-
Convenience method for setting the 'tickmarkPlacement' option for the axis.
- setTickPixelInterval(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'tickPixelInterval' option for the axis.
- setTickPixelInterval(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'tickPixelInterval' option of the map.
- setTickPosition(Axis.TickPosition) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'tickPosition' option for the axis.
- setTickPosition(ColorAxis.TickPosition) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'tickPosition' option of the color axis.
- setTickWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'tickWidth' option for the axis.
- setTickWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.ColorAxis
-
Convenience method for setting the 'tickWidth' option of the map.
- setTitle(ChartTitle, ChartSubtitle) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Set a new title or subtitle for the chart.
- setTitle(String) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Convenience method for setting the 'title' option of the point.
- setTitleStyle(Style) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the "style" option for the legend title.
- setTitleText(String) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the "text" option for the legend title.
- setTo(Number) - Method in class org.moxieapps.gwt.highcharts.client.PlotBand
-
Convenience method for setting the 'to' option of the plot band.
- setToolTip(ToolTip) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'tooltip' option of the chart.
- setToolTip(ToolTip) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Convenience method for setting the 'tooltip' option of the series.
- setTop(String) - Method in class org.moxieapps.gwt.highcharts.client.Style
-
Convenience method for setting the "top" CSS style option.
- setTop(Number) - Method in class org.moxieapps.gwt.highcharts.client.YAxis
-
Convenience method for setting the 'top' option of the axis.
- setTopWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Dial
-
Convenience method for setting the "topLength" option for a gauge's dial.
- setTrackBackgroundColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "trackBackgroundColor" option for the scrollbar.
- setTrackBorderColor(String) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "trackBorderColor" option for the scrollbar.
- setTrackBorderRadius(Number) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "trackBorderRadius" option for the scrollbar.
- setTrackBorderWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Scrollbar
-
Convenience method for setting the "trackBorderWidth" option for the scrollbar.
- setTrackByArea(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
-
Convenience method for setting the 'trackByArea' option for area charts.
- setTrackByArea(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
-
Convenience method for setting the 'trackByArea' option of the plot options.
- setTreemapPlotOptions(TreemapPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all treemap type series within the chart will use by default.
- setTurboThreshold(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the "turboThreshold" optioin for the plot options.
- setType(Axis.Type) - Method in class org.moxieapps.gwt.highcharts.client.Axis
-
Convenience method for setting the 'type' axis option.
- setType(Series.Type) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Sets the defaults series type for the chart (which controls the way the series will be rendered), using
an enumeration type in order to ensure a correct value is passed.
- setType(Exporting.Type) - Method in class org.moxieapps.gwt.highcharts.client.Exporting
-
Convenience method for setting the 'type' option for the exporting module.
- setType(RangeSelector.ButtonType) - Method in class org.moxieapps.gwt.highcharts.client.RangeSelector.Button
-
Defines the timespan unit of the button.
- setType(Series.Type) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Sets the type of this series (which controls the way the series will be rendered), using
an enumeration type in order to ensure a correct value is passed.
- setUnits(DataGrouping.Unit...) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping
-
Convenience method for setting the "units" option for the data grouping of the plot.
- setUpColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.WaterfallPlotOptions
-
Convenience method for setting the 'upColor' option of the chart.
- setUpColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.WaterfallPlotOptions
-
Convenience method for setting the 'upColor' plot option to a gradient or color with an alpha
value.
- setUrl(String) - Method in class org.moxieapps.gwt.highcharts.client.Exporting
-
Convenience method for setting the 'url' option for the exporting module.
- setUseHTML(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
-
Convenience method for setting the 'useHTML' option for the data labels.
- setUseHTML(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'useHTML' option of the legend.
- setUseHTML(boolean) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'useHTML' option for the tool tips.
- setUserData(JSONObject) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Store some arbitrary data on the point.
- setUseUTC(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Global
-
Convenience method for setting the 'useUTC' global option.
- setValue(Number) - Method in class org.moxieapps.gwt.highcharts.client.PlotLine
-
Convenience method for setting the 'value' option of the plot line.
- setValue(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.Zone
-
Convenience method for setting the 'value' option of the zone.
- setValueDecimals(Number) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'valueDecimals' option for the tool tips.
- setValuePrefix(String) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'valuePrefix' option for the tool tips.
- setValueSuffix(String) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'valueSuffix' option for the tool tips.
- setVerticalAlign(Button.VerticalAlign) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'verticalAlign' option for the Button module.
- setVerticalAlign(ChartTitle.VerticalAlign) - Method in class org.moxieapps.gwt.highcharts.client.ChartSubtitle
-
Convenience method for setting the 'verticalAlign' option of the subtitle.
- setVerticalAlign(ChartTitle.VerticalAlign) - Method in class org.moxieapps.gwt.highcharts.client.ChartTitle
-
Convenience method for setting the 'verticalAlign' option of the title.
- setVerticalAlign(Credits.VerticalAlign) - Method in class org.moxieapps.gwt.highcharts.client.Credits
-
Convenience method for setting the 'verticalAlign' option of the credits.
- setVerticalAlign(Labels.VerticalAlign) - Method in class org.moxieapps.gwt.highcharts.client.labels.Labels
-
Convenience method for setting the 'verticalAlign' option for the labels.
- setVerticalAlign(PlotBandLabel.VerticalAlign) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel
-
Convenience method for setting the 'verticalAlign' option for the label.
- setVerticalAlign(PlotLineLabel.VerticalAlign) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel
-
Convenience method for setting the 'verticalAlign' option for the label.
- setVerticalAlign(StackLabels.VerticalAlign) - Method in class org.moxieapps.gwt.highcharts.client.labels.StackLabels
-
Convenience method for setting the 'verticalAlign' option for the labels.
- setVerticalAlign(Legend.VerticalAlign) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'verticalAlign' option of the legend.
- setViewDistance(Number) - Method in class org.moxieapps.gwt.highcharts.client.Options3D
-
Convenience method for setting the 'viewDistance' option of a 3d chart.
- setVisible(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'visible' plot option.
- setVisible(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Either shows or hides the series, and then automatically redraws the chart.
- setVisible(boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Either shows or hides the series, and then optionally redraws the chart.
- setWaterfallPlotOptions(WaterfallPlotOptions) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Updates the options that all waterfall type series within the chart will use by default.
- setWeek(String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'week' format.
- setWeek(String, String, String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'week' format.
- setWeekdays(String[]) - Method in class org.moxieapps.gwt.highcharts.client.Lang
-
Convenience method for setting the 'weekdays' lang option.
- setWhiskerColor(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'whiskerColor' option of the box plot options.
- setWhiskerColor(Color) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'whiskerColor' option of the box plot options.
- setWhiskerLength(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'whiskerLength' option of the box plot options.
- setWhiskerLength(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'whiskerColor' option of the box plot options.
- setWhiskerWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
-
Convenience method for setting the 'whiskerWidth' option of the box plot options.
- setWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Convenience method for setting the 'width' option of the chart.
- setWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'width' option for the Button module.
- setWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Exporting
-
Convenience method for setting the 'width' option for the exporting module.
- setWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'width' option of the legend.
- setWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.PlotLine
-
Convenience method for setting the 'width' option of the plot line.
- setWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions
-
Convenience method for setting the 'width' option of the flag.
- setWidth(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FunnelPlotOptions
-
Convenience method for setting the "width" option for the funnel plot options.
- setWidth(String) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.FunnelPlotOptions
-
Convenience method for setting the "width" option for the funnel plot options.
- setWidth100() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
A helper method which can be used to conveniently set the width of the DOM element that contains
the chart to "100%".
- setWrap(Boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePlotOptions
-
Convenience method for setting the "wrap" option for gauge charts.
- setWrap(boolean) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.GaugePlotOptions
-
Convenience method for setting the "wrap" option for gauge charts.
- setX(Number) - Method in class org.moxieapps.gwt.highcharts.client.ChartSubtitle
-
Convenience method for setting the 'x' position option of the subtitle.
- setX(Number) - Method in class org.moxieapps.gwt.highcharts.client.ChartTitle
-
Convenience method for setting the 'x' position option of the title.
- setX(Number) - Method in class org.moxieapps.gwt.highcharts.client.ContextButton
-
Convenience method for setting the "symbolX" option for the export button.
- setX(Number) - Method in class org.moxieapps.gwt.highcharts.client.Credits
-
Convenience method for setting the 'x' position option of the credits.
- setX(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.Labels
-
Convenience method for setting the 'x' position option of the label.
- setX(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel
-
Convenience method for setting the 'x' position option of the label.
- setX(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel
-
Convenience method for setting the 'x' position option of the label.
- setX(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'x' position option of the legend.
- setXAxis(Number) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Convenience method for setting the 'xAxis' property of the series to a number.
- setXDateFormat(String) - Method in class org.moxieapps.gwt.highcharts.client.ToolTip
-
Convenience method for setting the 'xDateFormat' option for the tool tips.
- setY(Number) - Method in class org.moxieapps.gwt.highcharts.client.AxisTitle
-
Convenience method for setting the 'y' option of the title.
- setY(Number) - Method in class org.moxieapps.gwt.highcharts.client.Button
-
Convenience method for setting the 'y' option for the Button module.
- setY(Number) - Method in class org.moxieapps.gwt.highcharts.client.ChartSubtitle
-
Convenience method for setting the 'y' position option of the subtitle.
- setY(Number) - Method in class org.moxieapps.gwt.highcharts.client.ChartTitle
-
Convenience method for setting the 'y' position option of the title.
- setY(Number) - Method in class org.moxieapps.gwt.highcharts.client.Credits
-
Convenience method for setting the 'y' position option of the credits.
- setY(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.Labels
-
Convenience method for setting the 'y' position option of the label.
- setY(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel
-
Convenience method for setting the 'y' position option of the label.
- setY(Number) - Method in class org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel
-
Convenience method for setting the 'y' position option of the label.
- setY(Number) - Method in class org.moxieapps.gwt.highcharts.client.Legend
-
Convenience method for setting the 'y' position option of the legend.
- setYAxis(Number) - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Convenience method for setting the 'yAxis' property of the series to a number.
- setYear(String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'year' format.
- setYear(String, String, String) - Method in class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
-
Convenience method for setting the 'year' format.
- setZIndex(Number) - Method in class org.moxieapps.gwt.highcharts.client.PlotBand
-
Convenience method for setting the 'zIndex' option of the plot band.
- setZIndex(Number) - Method in class org.moxieapps.gwt.highcharts.client.PlotLine
-
Convenience method for setting the 'zIndex' option of the plot line.
- setZIndex(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'zIndex' plot option.
- setZoneAxis(Zone.Axis) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'zoneAxis' plot option.
- setZones(Zone...) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
-
Convenience method for setting the 'zone' plot option.
- setZoomInButton(MapNavigation.ButtonOptions) - Method in class org.moxieapps.gwt.highcharts.client.MapNavigation
-
Convenience method for setting the 'zoomIn' button options of the mapNavigation.
- setZoomOutButton(MapNavigation.ButtonOptions) - Method in class org.moxieapps.gwt.highcharts.client.MapNavigation
-
Convenience method for setting the 'zoomOut' button options of the mapNavigation.
- setZoomType(BaseChart.ZoomType) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Sets which dimensions the user can zoom by dragging the mouse.
- setZoomType(Chart.ZoomType) - Method in class org.moxieapps.gwt.highcharts.client.Chart
-
- setZThreshold(Number) - Method in class org.moxieapps.gwt.highcharts.client.plotOptions.BubblePlotOptions
-
Convenience method for setting the "zThreshold" option for the bubble plot options.
- show() - Method in class org.moxieapps.gwt.highcharts.client.Series
-
Shows the series if hidden.
- showLoading(String) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
-
Dim the chart's plot area and show a loading label text.
- slice(boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Slice out or set back in a pie chart slice, automatically redrawing the chart with the default
animation options.
- slice(boolean, boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Slice out or set back in a pie chart slice, controlling whether or not the chart will be
automatically redraw or not.
- slice(boolean, boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Slice out or set back in a pie chart slice, controlling whether or not the chart will be
automatically redraw or not.
- sliceToggle() - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Toggle slicing out or set back in a pie chart slice, automatically redrawing the chart with the default
animation options.
- sliceToggle(boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Toggle slicing out or set back in a pie chart slice, controlling whether or not the chart will be
automatically redraw or not.
- sliceToggle(boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.Point
-
Toggle slicing out or set back in a pie chart slice, controlling whether or not the chart will be
automatically redraw or not.
- SolidGaugePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
-
Note that this series type requires the "solid-gauge.js" module.
- SolidGaugePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.SolidGaugePlotOptions
-
- SplinePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
-
- SplinePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.SplinePlotOptions
-
- StackLabels - Class in org.moxieapps.gwt.highcharts.client.labels
-
Represents the configuration options that can be set for the stack labels on the y-axis of a chart, and
can then be passed to the
YAxis.setStackLabels(StackLabels)
method.
- StackLabels() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.StackLabels
-
- StackLabels.VerticalAlign - Enum in org.moxieapps.gwt.highcharts.client.labels
-
- StackLabelsData - Class in org.moxieapps.gwt.highcharts.client.labels
-
An object that represents the state information that will be passed to any custom
StackLabelsFormatter to allow for custom strings to be rendered as the stack labels on a Y axis.
- StackLabelsData(JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.labels.StackLabelsData
-
This constructor needs to be public scope but you should not construct this object directly, but
instead simply implement a custom
StackLabelsFormatter and this API will pass you the
appropriate instance of this object at runtime.
- StackLabelsFormatter - Interface in org.moxieapps.gwt.highcharts.client.labels
-
An interface that can be used to control the display of the Y axis stack labels to contain
custom text or formatting.
- StockChart - Class in org.moxieapps.gwt.highcharts.client
-
The main GWT widget that can be constructed and then configured in order to add a Highstock
chart into a GWT layout container.
- StockChart() - Constructor for class org.moxieapps.gwt.highcharts.client.StockChart
-
Create a new Highstock chart instance as a GWT Widget that can then be added to
a GWT layout like any other widget.
- Style - Class in org.moxieapps.gwt.highcharts.client
-
A configurable class that can be used to represent custom CSS style options for the
chart, which can then be set on various other configuration objects (e.g.
- Style() - Constructor for class org.moxieapps.gwt.highcharts.client.Style
-