A B C D E F G H I L M N O P R S T U V W X Y Z

A

addColorStop(double, String) - Method in class org.moxieapps.gwt.highcharts.client.Color
Adds the specified color at some position within the gradient (to be used in conjunction with the Color.setLinearGradient(double, double, double, double) method or another one of its overloaded variants.)

Example which sets the background color to a linear gradient from white to blue:

addColorStop(double, int, int, int) - Method in class org.moxieapps.gwt.highcharts.client.Color
Adds the specified color at some position within the gradient (to be used in conjunction with the Color.setLinearGradient(double, double, double, double) method or another one of its overloaded variants.)

Example which sets the background color to a linear gradient from white to blue:

addColorStop(double, int, int, int, double) - Method in class org.moxieapps.gwt.highcharts.client.Color
Adds the specified color at some position within the gradient allowing for the color to be specified with an alpha channel (to be used in conjunction with the Color.setLinearGradient(double, double, double, double) method or another one of its overloaded variants.)

Example which sets the background color to a linear gradient from solid white to a 50% opaque blue:

addPlotBands(PlotBand...) - Method in class org.moxieapps.gwt.highcharts.client.Axis
Allows plot bands to be added to an axis after the chart is rendered.
addPlotLines(PlotLine...) - Method in class org.moxieapps.gwt.highcharts.client.Axis
Allows plot lines to be added to an axis after the chart is rendered.
addPoint(Number) - Method in class org.moxieapps.gwt.highcharts.client.Series
Simplest way to add a point using the default options, and setting only the Y value that the point should be rendered at within the series.
addPoint(Number, String, String) - Method in class org.moxieapps.gwt.highcharts.client.Series
Add a point to the series that is to be used as a flag.
addPoint(Number, boolean, boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
Add a point to the series with a specific value on the Y axis, controlling the options on how the change will be drawn to the series.
addPoint(Number, boolean, boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.Series
Add a point to the series with a specific value on the Y axis, controlling the options on how the change will be drawn to the series.
addPoint(Number, Number) - Method in class org.moxieapps.gwt.highcharts.client.Series
Simple way to add a point using the default options, and setting only the X and Y value that the point should be rendered at within the series.
addPoint(Number, Number, Number) - Method in class org.moxieapps.gwt.highcharts.client.Series
Simple way to add a point using the default options, and setting only the X, Low, and High values that the point should be rendered at within the series (for Area Range charts).
addPoint(Number, Number, Number, Number, Number) - Method in class org.moxieapps.gwt.highcharts.client.Series
Simple way to add a point using the default options, and setting only the X, Open, High, Low, and Close values that the point should be rendered at within the series (for OHLC charts).
addPoint(Number, Number, boolean, boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
Add a point to the series with a specific value on the X and Y axis, controlling the options on how the change will be drawn to the series.
addPoint(Number, Number, boolean, boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.Series
Add a point to the series with a specific value on the X and Y axis, controlling the options on how the change will be drawn to the series.
addPoint(Number, Number, Number, Number, Number, boolean, boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.Series
Add a point to the series with a specific value on the X and Y axis (in OHLC format), controlling the options on how the change will be drawn to the series.
addPoint(Point) - Method in class org.moxieapps.gwt.highcharts.client.Series
Add a point to the series accepting the default options on how the point will be drawn.
addPoint(Point, boolean, boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
Add a point to the series with a specific value on the X and Y axis, controlling the options on how the change will be drawn to the series.
addPoint(Point, boolean, boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.Series
Add a point to the series with a specific value on the X and Y axis, controlling the options on how the change will be drawn to the series.
addSeries(Series) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Add the given data series to the chart, using the default options.
addSeries(Series, boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Add a data series to this chart, controlling the redraw and animation options.
addSeries(Series, boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Add a data series to this chart, controlling the redraw and animation options.
addStop(Number, String) - Static method in class org.moxieapps.gwt.highcharts.client.ColorAxis
Convenience method for adding stops along the 'colorAxis' of a chart.
Animation - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent custom animation options, which can then be set as the default animation approach for the entire chart via the BaseChart.setAnimation(Animation) method, or just set for certain operations (such as when adding a new point to a series in Series.addPoint(Number, boolean, boolean, Animation).
Animation() - Constructor for class org.moxieapps.gwt.highcharts.client.Animation
 
Animation.Easing - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported animation easing types, which can be passed to methods such as Animation.setEasing(Animation.Easing).
AreaPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all area type series, which can be set either generically on the chart via the BaseChart.setAreaPlotOptions(AreaPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
AreaPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.AreaPlotOptions
 
AreaRangePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all area range type series, which can be set either generically on the chart via the BaseChart.setAreaRangePlotOptions(AreaRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
AreaRangePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.AreaRangePlotOptions
 
AreaSplinePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all area spline type series, which can be set either generically on the chart via the BaseChart.setAreaSplinePlotOptions(AreaSplinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
AreaSplinePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.AreaSplinePlotOptions
 
AreaSplineRangePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all area spline range type series, which can be set either generically on the chart via the BaseChart.setAreaSplineRangePlotOptions(AreaSplineRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
AreaSplineRangePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.AreaSplineRangePlotOptions
 
Axis<T extends Axis> - Class in org.moxieapps.gwt.highcharts.client
The base class for both the X and Y axis types, which allows for general options to be set via the inherited Configurable.setOption(String, Object) method.
axis - Variable in class org.moxieapps.gwt.highcharts.client.events.AxisEvent
 
Axis.TickPosition - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported tick positions, which can be passed to methods such as Axis.setMinorTickPosition(Axis.TickPosition) and Axis.setTickPosition(Axis.TickPosition)
Axis.Type - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported axis types, which can be passed to methods such as Axis.setType(Axis.Type).
Axis.WeekDay - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported week days, which can be passed to methods such as Axis.setStartOfWeek(Axis.WeekDay).
AxisEvent - Class in org.moxieapps.gwt.highcharts.client.events
The base class of all events that are triggered on a axis, and includes methods for accessing the axis instance directly.
AxisEvent(JavaScriptObject, Axis<?>) - Constructor for class org.moxieapps.gwt.highcharts.client.events.AxisEvent
We can only be created by instantiating one of our sub classes.
AxisLabelsData - Class in org.moxieapps.gwt.highcharts.client.labels
An object that represents the state information that will be passed to any custom AxisLabelsFormatter to allow for custom strings to be rendered as the labels on an axis.
AxisLabelsData(JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.labels.AxisLabelsData
This constructor needs to be public scope but you should not construct this object directly, but instead simply implement a custom AxisLabelsFormatter and this API will pass you the appropriate instance of this object at runtime.
AxisLabelsFormatter - Interface in org.moxieapps.gwt.highcharts.client.labels
An interface that can be used to control the display of the X or Y axis labels to contain custom text or formatting.
AxisSetExtremesEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a axis set extremes event occurs.
AxisSetExtremesEvent(JavaScriptObject, Axis<?>) - Constructor for class org.moxieapps.gwt.highcharts.client.events.AxisSetExtremesEvent
This constructor is intended for internal use only.
AxisSetExtremesEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler when axis setExtremes events are fired on the axis.
AxisTitle - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent custom title options for an axis, which can then be set on a specific axis (via the Axis.setAxisTitle(AxisTitle) method.) Example usage:
AxisTitle() - Constructor for class org.moxieapps.gwt.highcharts.client.AxisTitle
 
AxisTitle.Align - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported axis title alignment types, which can be passed to methods like AxisTitle.setAlign(AxisTitle.Align) method.

B

BarPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all bar type series, which can be set either generically on the chart via the BaseChart.setBarPlotOptions(BarPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
BarPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BarPlotOptions
 
BaseAreaPlotOptions<T extends BaseAreaPlotOptions> - Class in org.moxieapps.gwt.highcharts.client.plotOptions
A common base class for both AreaPlotOptions and AreaRangePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseAreaPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaPlotOptions
 
BaseAreaSplinePlotOptions<T extends BaseAreaSplinePlotOptions> - Class in org.moxieapps.gwt.highcharts.client.plotOptions
A common base class for both AreaSplinePlotOptions and AreaSplineRangePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseAreaSplinePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BaseAreaSplinePlotOptions
 
BaseChart<T> - Class in org.moxieapps.gwt.highcharts.client
The common base class for both Chart types as well as StockChart types.
BaseChart() - Constructor for class org.moxieapps.gwt.highcharts.client.BaseChart
This class can not be created directly, but instead create an instance of one of the sub types such as Chart or StockChart.
BaseChart.PinchType - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported chart pinch types, which can be passed to the BaseChart.setPinchType(PinchType) method.
BaseChart.ZoomType - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported chart zoom types, which can be passed to the Chart.setZoomType(ZoomType) method.
BaseColumnPlotOptions<T extends BaseColumnPlotOptions> - Class in org.moxieapps.gwt.highcharts.client.plotOptions
A common base class for BoxPlotOptions, ColumnPlotOptions and ColumnRangePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseColumnPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BaseColumnPlotOptions
 
BaseDataLabels<T extends BaseDataLabels> - Class in org.moxieapps.gwt.highcharts.client.labels
A common base class for both DataLabels and ProportionalDataLabels to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseDataLabels() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.BaseDataLabels
 
BaseGaugePart<T extends BaseGaugePart> - Class in org.moxieapps.gwt.highcharts.client.plotOptions
A common base class for both Dial and Pivot to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseGaugePart() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePart
 
BaseGaugePlotOptions<T extends BaseGaugePlotOptions> - Class in org.moxieapps.gwt.highcharts.client.plotOptions
A common base class for GaugePlotOptions and SolidGaugePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseGaugePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BaseGaugePlotOptions
 
BaseMapOptions<T extends BaseMapOptions> - Class in org.moxieapps.gwt.highcharts.client.plotOptions
A common base class for HeatmapPlotOptions and other map plot types to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseMapOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BaseMapOptions
 
BaseProportionalPlotOptions<T extends BaseProportionalPlotOptions> - Class in org.moxieapps.gwt.highcharts.client.plotOptions
A common base class for both FunnelPlotOptions and PiePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseProportionalPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BaseProportionalPlotOptions
 
BaseStatisticalPlotOptions<T extends BaseStatisticalPlotOptions> - Class in org.moxieapps.gwt.highcharts.client.plotOptions
A common base class for both BoxPlotOptions and ErrorBarPlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
BaseStatisticalPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BaseStatisticalPlotOptions
 
BoxPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all box type series, which can be set either generically on the chart via the BaseChart.setBoxPlotOptions(BoxPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
BoxPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BoxPlotOptions
 
BubblePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all bubble type series, which can be set either generically on the chart via the BaseChart.setBubblePlotOptions(BubblePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
BubblePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.BubblePlotOptions
 
Button<T extends Button> - Class in org.moxieapps.gwt.highcharts.client
Configurable class which allows one to control the various options for export buttons.
Button() - Constructor for class org.moxieapps.gwt.highcharts.client.Button
 
Button.Align - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported credits horizontal alignment types, which can be passed to methods like Credits.setAlign(Credits.Align) method.
Button.VerticalAlign - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported credits vertical alignment types, which can be passed to methods like Credits.setVerticalAlign(Credits.VerticalAlign) method.

C

candlestickPlotOptions - Variable in class org.moxieapps.gwt.highcharts.client.BaseChart
 
CandlestickPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all Candlestick type series, which can be set either generically on the chart via the StockChart.setCandlestickPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.CandlestickPlotOptions) )} method or directly on a series via the Series.setPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions) method.
CandlestickPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.CandlestickPlotOptions
 
Chart - Class in org.moxieapps.gwt.highcharts.client
The main GWT widget that can be constructed and then configured in order to add a Highcharts chart into a GWT layout container.
Chart() - Constructor for class org.moxieapps.gwt.highcharts.client.Chart
Create a new Highcharts chart instance as a GWT Widget that can then be added to a GWT layout like any other widget.
Chart.PanKey - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of the known supported keys which are passed to the Chart.setPanKey(PanKey)used as a "panKey" which, when down, switches from zooming to panning.
Chart.ZoomType - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported chart zoom types, which can be passed to the Chart.setZoomType(ZoomType) method.
ChartClickEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a user clicks on the plot area of the chart, including the axis values of the click.
ChartClickEvent(JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.ChartClickEvent
This constructor is intended for internal use only.
ChartClickEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler when click events are fired anywhere on the plot area of the chart.
ChartLoadEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a load event occurs.
ChartLoadEvent(JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.ChartLoadEvent
This constructor is intended for internal use only.
ChartLoadEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler whenever the core chart's "load" event is fired.
ChartRedrawEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a chart redraw event occurs.
ChartRedrawEvent(JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.ChartRedrawEvent
This constructor is intended for internal use only.
ChartRedrawEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler whenever the core chart's "redraw" event is fired.
ChartSelectionEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a user selects a portion of the chart, including the axis values of the selection.
ChartSelectionEvent(JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.ChartSelectionEvent
This constructor is intended for internal use only.
ChartSelectionEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler when selection events are fired by the chart.
ChartSubtitle - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent custom sub title options for the chart, which can then be set on the chart (via the BaseChart.setChartSubtitle(ChartSubtitle) method.) Example usage:
ChartSubtitle() - Constructor for class org.moxieapps.gwt.highcharts.client.ChartSubtitle
 
ChartTitle - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent custom title options for the chart, which can then be set the chart (via the BaseChart.setChartTitle(ChartTitle) method.) Example usage:
ChartTitle() - Constructor for class org.moxieapps.gwt.highcharts.client.ChartTitle
 
ChartTitle.Align - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported chart title horizontal alignment types, which can be passed to methods like ChartTitle.setAlign(ChartTitle.Align).
ChartTitle.VerticalAlign - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported chart title vertical alignment types, which can be passed to methods like ChartTitle.setVerticalAlign(ChartTitle.VerticalAlign).
Color - Class in org.moxieapps.gwt.highcharts.client
Represents a color as either a solid RGB color, an RBG color with an alpha channel, or a gradient of colors.
Color() - Constructor for class org.moxieapps.gwt.highcharts.client.Color
An empty constructor that can be used when creating a color as a gradient.
Color(String) - Constructor for class org.moxieapps.gwt.highcharts.client.Color
Create a color instance specifying the color in standard RGB hex notation (include the "#")
Color(int, int, int) - Constructor for class org.moxieapps.gwt.highcharts.client.Color
Create a color instance specifying the three components of the RGB color separately (will result in a color that looks like "rgb(200, 255, 10)".
Color(int, int, int, double) - Constructor for class org.moxieapps.gwt.highcharts.client.Color
Create a color instance specifying the three components of the RGB color separately as we as the alpha channel (will result in a color that looks like "rgb(200, 255, 10, 0.5)".
ColorAxis - Class in org.moxieapps.gwt.highcharts.client
Provides access to an object that can be used to configure and manage the color axis of the chart.
ColorAxis() - Constructor for class org.moxieapps.gwt.highcharts.client.ColorAxis
 
ColorAxis.DataClassColor - Enum in org.moxieapps.gwt.highcharts.client
 
ColorAxis.TickPosition - Enum in org.moxieapps.gwt.highcharts.client
 
ColumnPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all column type series, which can be set either generically on the chart via the BaseChart.setColumnPlotOptions(ColumnPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
ColumnPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.ColumnPlotOptions
 
ColumnRangePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all column type series, which can be set either generically on the chart via the BaseChart.setColumnRangePlotOptions(ColumnRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
ColumnRangePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.ColumnRangePlotOptions
 
Configurable<T> - Class in org.moxieapps.gwt.highcharts.client
A common base class that any of the objects which support configuration options will extend to allow the caller to set the options on them.
Configurable() - Constructor for class org.moxieapps.gwt.highcharts.client.Configurable
 
ContextButton - Class in org.moxieapps.gwt.highcharts.client
A configurable class that will allow you to control the export button options of the chart.
ContextButton() - Constructor for class org.moxieapps.gwt.highcharts.client.ContextButton
 
ContextButton.Symbol - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported marker symbol types, which can be passed to methods like ContextButton.setSymbol(ContextButton.Symbol) method.
convertSeriesToJSON(Series) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
 
createPlotBand() - Method in class org.moxieapps.gwt.highcharts.client.Axis
Create a new plot band that can be configured, and then added to this axis instance via the Axis.setPlotBands(PlotBand...) method.
createPlotLine() - Method in class org.moxieapps.gwt.highcharts.client.Axis
Create a new plot line that can be configured, and then added to this axis instance via the Axis.setPlotLines(PlotLine...) method.
createSeries() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Create a new data series that can be configured, and then added to this chart instance via the BaseChart.addSeries(Series) method.
Credits - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent custom credits options for the chart, which can then be set on the chart (via the BaseChart.setCredits(Credits) method.) Highchart by default puts a credits label in the lower right corner of the chart.
Credits() - Constructor for class org.moxieapps.gwt.highcharts.client.Credits
 
Credits.Align - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported credits horizontal alignment types, which can be passed to methods like Credits.setAlign(Credits.Align) method.
Credits.VerticalAlign - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported credits vertical alignment types, which can be passed to methods like Credits.setVerticalAlign(Credits.VerticalAlign) method.

D

DataGrouping - Class in org.moxieapps.gwt.highcharts.client.plotOptions
A configurable class to set the options for the data grouping of the plot.
DataGrouping() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping
 
DataGrouping.Approximation - Enum in org.moxieapps.gwt.highcharts.client.plotOptions
 
DataGrouping.Unit - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Basic class to support DataGrouping.
DataGrouping.Unit(String, Number...) - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping.Unit
Constructor for the Unit class.
DataLabels - Class in org.moxieapps.gwt.highcharts.client.labels
A simple configurable class that can be used to represent custom data label display options, which can then be set as the default data label display approach which can then be applied to a PlotOptions (via the PlotOptions.setDataLabels(org.moxieapps.gwt.highcharts.client.labels.DataLabels) method).
DataLabels() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.DataLabels
 
DataLabelsData - Class in org.moxieapps.gwt.highcharts.client.labels
An object that represents the state information that will be passed to any custom DataLabelsFormatter to allow for custom strings to be rendered as the data labels of a series.
DataLabelsData(JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
This constructor needs to be public scope but you should not construct this object directly, but instead simply implement a custom DataLabelsFormatter and this API will pass you the appropriate instance of this object at runtime.
DataLabelsFormatter - Interface in org.moxieapps.gwt.highcharts.client.labels
An interface that can be used to control the display of the data labels displayed within a series.
DateTimeLabelFormats - Class in org.moxieapps.gwt.highcharts.client
Represents the configuration options available for controlling the way date and time information will be displayed.
DateTimeLabelFormats() - Constructor for class org.moxieapps.gwt.highcharts.client.DateTimeLabelFormats
 
Dial - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general dial options available for for the gauge's dial, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
Dial() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.Dial
 
Drilldown - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to drill down into a series or point, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
Drilldown() - Constructor for class org.moxieapps.gwt.highcharts.client.Drilldown
 

E

ErrorBarPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all error bar type series, which can be set either generically on the chart via the BaseChart.setErrorBarPlotOptions(ErrorBarPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
ErrorBarPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.ErrorBarPlotOptions
 
event - Variable in class org.moxieapps.gwt.highcharts.client.events.AxisEvent
 
Exporting - Class in org.moxieapps.gwt.highcharts.client
A configurable class that will allow you to control the options for exporting module.
Exporting() - Constructor for class org.moxieapps.gwt.highcharts.client.Exporting
 
Exporting.Type - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported exporting file types, which can be passed to the Exporting.setType(Exporting.Type) method.
Extremes - Class in org.moxieapps.gwt.highcharts.client
A simple value object that is used to report the current extremes of an axis whenever the Axis.getExtremes() method is invoked (normally after the chart has been rendered).

F

FlagPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the options for the Flags present on the chart.
FlagPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions
 
FlagPlotOptions.Shape - Enum in org.moxieapps.gwt.highcharts.client.plotOptions
An enumeration representing the shape of the flag.
format(AxisLabelsData) - Method in interface org.moxieapps.gwt.highcharts.client.labels.AxisLabelsFormatter
Callback function to format the text of a label on an axis.
format(DataLabelsData) - Method in interface org.moxieapps.gwt.highcharts.client.labels.DataLabelsFormatter
Callback function to format the text of a data label.
format(LegendLabelsData) - Method in interface org.moxieapps.gwt.highcharts.client.labels.LegendLabelsFormatter
Callback function to format the text of a label in the legend.
format(StackLabelsData) - Method in interface org.moxieapps.gwt.highcharts.client.labels.StackLabelsFormatter
Callback function to format the text of a stack label on a Y axis.
format(ToolTipData) - Method in interface org.moxieapps.gwt.highcharts.client.ToolTipFormatter
Callback function to format the text of the tooltip.
Frame - Class in org.moxieapps.gwt.highcharts.client
Provides the option to draw a frame around the chart by defining a bottom, front and back panel.
Frame() - Constructor for class org.moxieapps.gwt.highcharts.client.Frame
 
Frame.FramePanel - Class in org.moxieapps.gwt.highcharts.client
Inner class to support setting 'frame' attributes in a 3d chart.
Frame.FramePanel() - Constructor for class org.moxieapps.gwt.highcharts.client.Frame.FramePanel
 
FunnelDataLabels - Class in org.moxieapps.gwt.highcharts.client.labels
A configurable class that can be used to represent custom data label display options for funnel charts, which can then be set as the default data label display approach and applied to the FunnelPlotOptions (via the FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) method).
FunnelDataLabels() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.FunnelDataLabels
 
FunnelPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all funnel type series, which can be set either generically on the chart via the BaseChart.setFunnelPlotOptions(FunnelPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
FunnelPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.FunnelPlotOptions
 

G

GaugePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all gauge type series, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
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
Access the navigator series, to allow for customization via the Series.setPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions) method.
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
 

H

hasXValue() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
Returns 'true' if the X value associated with this data label is non null.
hasYValue() - Method in class org.moxieapps.gwt.highcharts.client.labels.DataLabelsData
Returns 'true' if the Y value associated with this data label is non null.
HeatmapPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
represents the general plot options available for all heatmap type series, which can be set wither generically on the chart via the BaseChart.setHeatmapPlotOptions(HeatmapPlotOptions) method or directly on a series via the Series#setPlotOptions(PlotOptions

Note that these options are only needed if you want to specifically control the general options for all heatmap type series in the entire chart.

HeatmapPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.HeatmapPlotOptions
 
hide() - Method in class org.moxieapps.gwt.highcharts.client.Series
Hides the series if visible.
hideLoading() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Hide the loading screen.
Highcharts - Class in org.moxieapps.gwt.highcharts.client
A utility class that can be used to globally configure options for Highcharts.
Highcharts.Options - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to globally configure options for Highcharts.
Highcharts.Options() - Constructor for class org.moxieapps.gwt.highcharts.client.Highcharts.Options
 

I

id - Variable in class org.moxieapps.gwt.highcharts.client.Point
 
isAltKeyDown() - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
Is alt key down.
isChecked() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesCheckboxClickEvent
Returns true if the checkbox state was checked on, or false if it was checked off.
isControlKeyDown() - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
Is control key down.
isMetaKeyDown() - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
Is meta key down.
isPersistent() - 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.
isRendered() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Returns true if the chart has already been rendered to the DOM, or false otherwise.
isShiftKeyDown() - Method in class org.moxieapps.gwt.highcharts.client.events.MouseEvent
Is shift key down.
isVisible() - Method in class org.moxieapps.gwt.highcharts.client.events.SeriesLegendItemClickEvent
Returns true if the series is now visible, false if it is invisible
isVisible() - Method in class org.moxieapps.gwt.highcharts.client.Series
Retrieve the series' visibility state as set by Series.show(), Series.hide(), or the initial configuration.

L

LabelItem - Class in org.moxieapps.gwt.highcharts.client
A simple configurable object that can be used to position arbitrary HTML labels anywhere in the chart area.
LabelItem() - Constructor for class org.moxieapps.gwt.highcharts.client.LabelItem
 
Labels<T extends Labels> - Class in org.moxieapps.gwt.highcharts.client.labels
Represents the common base class for all label configuration option types, which allows for general options to be set via the inherited Configurable.setOption(String, Object) method.
Labels() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.Labels
 
Labels.Align - Enum in org.moxieapps.gwt.highcharts.client.labels
An enumeration of supported label alignment types, which can be passed to methods like Labels.setAlign(org.moxieapps.gwt.highcharts.client.labels.Labels.Align) method.
Labels.VerticalAlign - Enum in org.moxieapps.gwt.highcharts.client.labels
 
Lang - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to globally configure the messages displayed by Highcharts.
Lang() - Constructor for class org.moxieapps.gwt.highcharts.client.Lang
 
Legend - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent custom legend options for the chart, which can then be set on the chart (via the BaseChart.setLegend(Legend) method.) The legend is a box containing a symbol and name for each series item or point item in the chart.
Legend() - Constructor for class org.moxieapps.gwt.highcharts.client.Legend
 
Legend.Align - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported legend horizontal alignment types, which can be passed to methods like Legend.setAlign(Legend.Align) method.
Legend.Layout - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported legend layout types, which can be passed to methods like Legend.setLayout(Layout) method.
Legend.VerticalAlign - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported legend vertical alignment types, which can be passed to methods like Legend.setVerticalAlign(Legend.VerticalAlign) method.
LegendLabelsData - Class in org.moxieapps.gwt.highcharts.client.labels
An object that represents the state information that will be passed to any custom LegendLabelsFormatter to allow for custom strings to be rendered as the legend labels.
LegendLabelsData(JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.labels.LegendLabelsData
This constructor needs to be public scope but you should not construct this object directly, but instead simply implement a custom LegendLabelsFormatter and this API will pass you the appropriate instance of this object at runtime.
LegendLabelsFormatter - Interface in org.moxieapps.gwt.highcharts.client.labels
An interface that can be used to control the display of the labels displayed within a legend.
LinePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all line type series, which can be set either generically on the chart via the BaseChart.setLinePlotOptions(LinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
LinePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.LinePlotOptions
 
LinePlotOptions.Compare - Enum in org.moxieapps.gwt.highcharts.client.plotOptions
 
Loading - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent custom loading options for the chart, which can then be set on the chart (via the BaseChart.setLoading(Loading) method.) The loading options control the appearance of the loading screen that covers the plot area on chart operations.
Loading() - Constructor for class org.moxieapps.gwt.highcharts.client.Loading
 

M

MapNavigation - Class in org.moxieapps.gwt.highcharts.client
TODO: HIGHMAPS A configurable class that represents the custom map mapNavigation options which can then be set on the chart via MapChart.setMapNavigation(MapNavigation) These options control the look and functionality of buttons that allow panning and zooming on a map.
MapNavigation() - Constructor for class org.moxieapps.gwt.highcharts.client.MapNavigation
 
MapNavigation.AlignTo - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported 'alignTo' values, which can be passed to the method ButtonOptions#setAlignTo(org.moxieapps.gwt.highcharts.client.MapNavigation.AlignTo)
Marker - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Controls configuration options for the markers within a series.
Marker() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.Marker
 
Marker.Symbol - Enum in org.moxieapps.gwt.highcharts.client.plotOptions
An enumeration of supported marker symbol types, which can be passed to methods like Marker.setSymbol(Marker.Symbol) method.
MouseEvent - Class in org.moxieapps.gwt.highcharts.client.events
The base class of all events that are triggered by the user's mouse, and includes methods for accessing the general state of the event, such as if the user was holding down the "Shift" or "Control" key, or the x/y coordinates of the click.
MouseEvent(JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.MouseEvent
We can only be created by instantiating one of our sub classes.

N

Navigation - Class in org.moxieapps.gwt.highcharts.client
A configurable class that will allow you to control the options for buttons and menus appearing in the exporting module.
Navigation() - Constructor for class org.moxieapps.gwt.highcharts.client.Navigation
 
Navigator - Class in org.moxieapps.gwt.highcharts.client
The navigator is a small series below the main series, displaying a view of the entire data set.
NoData - Class in org.moxieapps.gwt.highcharts.client
A set of options for setting the "noData" portion of the chart which represents options for displaying a message like "No data to display".
NoData() - Constructor for class org.moxieapps.gwt.highcharts.client.NoData
 

O

ohlcPlotOptions - Variable in class org.moxieapps.gwt.highcharts.client.BaseChart
 
OHLCPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all OHLC type series, which can be set either generically on the chart via the StockChart.setOHLCPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.OHLCPlotOptions) )} method or directly on a series via the Series.setPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions) method.
OHLCPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.OHLCPlotOptions
 
onClick(ChartClickEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.ChartClickEventHandler
This method is fired whenever a click event occurs on the plot area of the chart.
onClick(PointClickEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.PointClickEventHandler
This method is fired whenever a click event occurs on an individual point.
onClick(PointLegendItemClickEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.PointLegendItemClickEventHandler
This method is fired whenever a click event occurs on an individual legend item in a pie series.
onClick(SeriesCheckboxClickEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.SeriesCheckboxClickEventHandler
This method is fired whenever a checkbox click event occurs on a series.
onClick(SeriesClickEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.SeriesClickEventHandler
This method is fired whenever a click event occurs on a series.
onClick(SeriesLegendItemClickEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.SeriesLegendItemClickEventHandler
This method is fired whenever the legend item belonging to the series is clicked.
onHide(SeriesHideEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.SeriesHideEventHandler
This method is fired whenever a series is hidden.
onLoad() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
 
onLoad(ChartLoadEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.ChartLoadEventHandler
This method is fired whenever the chart's load event occurs.
onMouseOut(PointMouseOutEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.PointMouseOutEventHandler
This method is fired whenever a mouse out event occurs on an individual point.
onMouseOut(SeriesMouseOutEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.SeriesMouseOutEventHandler
This method is fired whenever a mouse out event occurs on a series.
onMouseOver(PointMouseOverEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.PointMouseOverEventHandler
This method is fired whenever a mouse over event occurs on an individual point.
onMouseOver(SeriesMouseOverEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.SeriesMouseOverEventHandler
This method is fired whenever a mouse over event occurs on a series.
onRedraw(ChartRedrawEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.ChartRedrawEventHandler
This method is fired whenever the chart's redraw event occurs.
onRemove(PointRemoveEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.PointRemoveEventHandler
This method is fired whenever a remove event occurs on an individual point.
onSelect(PointSelectEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.PointSelectEventHandler
This method is fired whenever a select event occurs on an individual point.
onSelection(ChartSelectionEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.ChartSelectionEventHandler
This method is fired whenever a selection event occurs on the plot area of the chart.
onSetExtremes(AxisSetExtremesEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.AxisSetExtremesEventHandler
This method is fired whenever an axis's extremes are changed.
onShow(SeriesShowEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.SeriesShowEventHandler
This method is fired whenever a series is hidden.
onUnload() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
 
onUnselect(PointUnselectEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.PointUnselectEventHandler
This method is fired whenever a unselect event occurs on an individual point.
onUpdate(PointUpdateEvent) - Method in interface org.moxieapps.gwt.highcharts.client.events.PointUpdateEventHandler
This method is fired whenever a update event occurs on an individual point.
Options3D - Class in org.moxieapps.gwt.highcharts.client
The Options3d class represents a set of options for a 3D chart.
Options3D() - Constructor for class org.moxieapps.gwt.highcharts.client.Options3D
 
org.moxieapps.gwt.highcharts.client - package org.moxieapps.gwt.highcharts.client
This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations.
org.moxieapps.gwt.highcharts.client.events - package org.moxieapps.gwt.highcharts.client.events
Provides event handler interfaces and access to the raw data of the events that can be triggered on a chart.
org.moxieapps.gwt.highcharts.client.labels - package org.moxieapps.gwt.highcharts.client.labels
Provides configuration objects that are used to control the display of the axis labels and data labels on the charts.
org.moxieapps.gwt.highcharts.client.plotOptions - package org.moxieapps.gwt.highcharts.client.plotOptions
Provides configuration objects that are used to control how each of the different series types will be rendered.

P

Pane - Class in org.moxieapps.gwt.highcharts.client
A configurable class that will allow you to control the pane options of the charts, which applies only to polar charts and angular gauges.
Pane() - Constructor for class org.moxieapps.gwt.highcharts.client.Pane
 
PaneBackground - Class in org.moxieapps.gwt.highcharts.client
A configurable class that will allow you to control the pane background options of the charts, which applies only to polar charts and angular gauges.
PaneBackground() - Constructor for class org.moxieapps.gwt.highcharts.client.PaneBackground
 
PaneBackground.Shape - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of the available shapes for the pane background.
PieDataLabels - Class in org.moxieapps.gwt.highcharts.client.labels
A configurable class that can be used to represent custom data label display options for pie charts, which can then be set as the default data label display approach and applied to the PiePlotOptions (via the PiePlotOptions.setPieDataLabels(PieDataLabels) method).
PieDataLabels() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.PieDataLabels
 
PiePlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all pie type series, which can be set either generically on the chart via the BaseChart.setPiePlotOptions(PiePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
PiePlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.PiePlotOptions
 
Pivot - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general dial options available for for the gauge's dial, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
Pivot() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.Pivot
 
PlotBand - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent plot bands across an area of the chart, which can then be set on an axis (via the Axis.setPlotBands(PlotBand...) method.) Note that a plot band is a colored band stretching across the plot area marking an interval on the axis.
PlotBandLabel - Class in org.moxieapps.gwt.highcharts.client.labels
Represents the configuration options that can be set for the labels of a PlotBand, and can then be passed to the PlotBand.setLabel(PlotBandLabel) method.
PlotBandLabel() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel
 
PlotBandLabel.Align - Enum in org.moxieapps.gwt.highcharts.client.labels
An enumeration of supported plot band label alignment types, which can be passed to methods like PlotBandLabel.setAlign(Align) method.
PlotBandLabel.TextAlign - Enum in org.moxieapps.gwt.highcharts.client.labels
An enumeration of supported plot band label text alignment types, which can be passed to methods like PlotBandLabel.setTextAlign(TextAlign) method.
PlotBandLabel.VerticalAlign - Enum in org.moxieapps.gwt.highcharts.client.labels
An enumeration of supported plot band label vertical alignment types, which can be passed to methods like PlotBandLabel.setVerticalAlign(PlotBandLabel.VerticalAlign).
PlotLine - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent plot lines on an axis of the chart, which can then be set on an axis (via the Axis.setPlotLines(PlotLine...) method.) Note that a plot line is a line stretching across the plot area, marking a specific value on one of the axes.
PlotLine.DashStyle - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported dash style types, which can be passed to the PlotLine.setDashStyle(DashStyle) method.
PlotLineLabel - Class in org.moxieapps.gwt.highcharts.client.labels
Represents the configuration options that can be set for the labels of a PlotLine, and can then be passed to the PlotLine.setLabel(PlotLineLabel) method.
PlotLineLabel() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel
 
PlotLineLabel.Align - Enum in org.moxieapps.gwt.highcharts.client.labels
An enumeration of supported plot line label alignment types, which can be passed to methods like PlotLineLabel.setAlign(Align) method.
PlotLineLabel.TextAlign - Enum in org.moxieapps.gwt.highcharts.client.labels
An enumeration of supported plot line label text alignment types, which can be passed to methods like PlotLineLabel.setTextAlign(TextAlign) method.
PlotLineLabel.VerticalAlign - Enum in org.moxieapps.gwt.highcharts.client.labels
An enumeration of supported plot line label vertical alignment types, which can be passed to methods like PlotLineLabel.setVerticalAlign(PlotLineLabel.VerticalAlign).
PlotOptions<T extends PlotOptions> - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the base class of all PlotOptions types.
PlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions
 
PlotOptions.Cursor - Enum in org.moxieapps.gwt.highcharts.client.plotOptions
An enumeration of supported cursor types, which can be passed to the PlotOptions.setCursor(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.Cursor) method.
PlotOptions.PointPlacement - Enum in org.moxieapps.gwt.highcharts.client.plotOptions
An enumeration of the supported placement types, which can be passed to the PlotOptions.setPointPlacement(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.PointPlacement) method.
PlotOptions.Stacking - Enum in org.moxieapps.gwt.highcharts.client.plotOptions
An enumeration of supported stacking types, which can be passed to the PlotOptions.setStacking(PlotOptions.Stacking) method.
Point - Class in org.moxieapps.gwt.highcharts.client
Represents a single data point that can be added to a Series.
Point(Number) - Constructor for class org.moxieapps.gwt.highcharts.client.Point
Create a new point, setting only the Y axis value that the point should be rendered at within the series.
Point(Number, Number) - Constructor for class org.moxieapps.gwt.highcharts.client.Point
Create a new point, setting both the value that the point should be rendered at on the X and Y axis within the series.
Point(Number, Number, Number) - Constructor for class org.moxieapps.gwt.highcharts.client.Point
Create a new point for an area range / area range spline chart, setting the x and low / high y values.
Point(Number, Number, Number, Number, Number) - Constructor for class org.moxieapps.gwt.highcharts.client.Point
Create a new point for an OHLC chart, setting the x and all four OHLC values.
Point(Number...) - Constructor for class org.moxieapps.gwt.highcharts.client.Point
Create a new point with an arbitrary number of values.
Point(String, Number) - Constructor for class org.moxieapps.gwt.highcharts.client.Point
Create a new point, setting the Y axis value that the point should be rendered at within the series as well as the "name" property of the point (which is often the case for pie charts.)
Point(String) - Constructor for class org.moxieapps.gwt.highcharts.client.Point
Creates a new point with only a 'name' field.
Point(Number, String, String) - Constructor for class org.moxieapps.gwt.highcharts.client.Point
Creates a new point of type "flag" at a given value with a title and text.
Point(JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.Point
This constructor is intended for internal use, and provides the ability to construct a GWT Point instance from the native JS Point instance managed within Highcharts.
PointClickEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a user clicks on a specific point in a series.
PointClickEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.PointClickEvent
This constructor is intended for internal use only.
PointClickEventHandler - 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 individual points in a series.
PointEvent - Class in org.moxieapps.gwt.highcharts.client.events
The base class of all events that are triggered on a point, and includes methods for accessing the general properties of the point, such as its name or X and Y values.
PointEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.PointEvent
We can only be created by instantiating one of our sub classes.
PointLegendItemClickEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a specific legend item point in a pie series is clicked.
PointLegendItemClickEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.PointLegendItemClickEvent
This constructor is intended for internal use only.
PointLegendItemClickEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler when legend click events are fired on the individual points in a pie series.
PointMouseOutEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a user mouses out of a specific point in a series.
PointMouseOutEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.PointMouseOutEvent
This constructor is intended for internal use only.
PointMouseOutEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler when mouse out events are fired on the individual points in a series.
PointMouseOverEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a user mouses over a specific point in a series.
PointMouseOverEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.PointMouseOverEvent
This constructor is intended for internal use only.
PointMouseOverEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler when mouse over events are fired on the individual points in a series.
PointRemoveEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a specific point in a series is removed via the Point.remove() method.
PointRemoveEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.PointRemoveEvent
This constructor is intended for internal use only.
PointRemoveEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler when remove events are fired on the individual points in a series.
PointSelectEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a specific point in a series is selected (either by the user or programatically).
PointSelectEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.PointSelectEvent
This constructor is intended for internal use only.
PointSelectEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler when select events are fired on the individual points in a series.
PointUnselectEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a specific point in a series is Unselected (either by the user or programatically).
PointUnselectEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.PointUnselectEvent
This constructor is intended for internal use only.
PointUnselectEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler when unselect events are fired on the individual points in a series.
PointUpdateEvent - Class in org.moxieapps.gwt.highcharts.client.events
Provides access to the raw information provided by Highcharts when a specific point in a series is updated programatically.
PointUpdateEvent(JavaScriptObject, JavaScriptObject) - Constructor for class org.moxieapps.gwt.highcharts.client.events.PointUpdateEvent
This constructor is intended for internal use only.
PointUpdateEventHandler - Interface in org.moxieapps.gwt.highcharts.client.events
An interface that can be used as a callback handler when update events are fired on the individual points in a series.
Position - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent position options for specific pieces of a chart such as the "drillUpButton" which is related to Drilldown or the NoData text.
Position() - Constructor for class org.moxieapps.gwt.highcharts.client.Position
 
print() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Exporting module required.
ProportionalDataLabels<T extends ProportionalDataLabels> - Class in org.moxieapps.gwt.highcharts.client.labels
A configurable class that can be used to represent custom data label display options for pie charts and funnel charts, which can then be set as the default data label display approach and applied to the ProportionalPlotOptions (via the FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) or PiePlotOptions.setPieDataLabels(PieDataLabels) methods).
ProportionalDataLabels() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.ProportionalDataLabels
 
PyramidDataLabels - Class in org.moxieapps.gwt.highcharts.client.labels
A configurable class that can be used to represent custom data label display options for funnel charts, which can then be set as the default data label display approach and applied to the FunnelPlotOptions (via the FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) method).
PyramidDataLabels() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.PyramidDataLabels
 
PyramidPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all pyramid type series, which can be set either generically on the chart via the BaseChart.setPyramidPlotOptions(PyramidPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
PyramidPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.PyramidPlotOptions
 

R

RangeSelector - Class in org.moxieapps.gwt.highcharts.client
The range selector is a tool for selecting ranges to display within a StockChart.
RangeSelector() - Constructor for class org.moxieapps.gwt.highcharts.client.RangeSelector
 
RangeSelector.Align - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported range selector horizontal alignment types, which can be passed to methods like RangeSelector.setInputPositionAlign(org.moxieapps.gwt.highcharts.client.RangeSelector.Align) method.
RangeSelector.Button - Class in org.moxieapps.gwt.highcharts.client
Manages the options for configuring the buttons to show within the RangeSelector of a StockChart.
RangeSelector.Button() - Constructor for class org.moxieapps.gwt.highcharts.client.RangeSelector.Button
 
RangeSelector.ButtonType - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported range selector button types, which can be used with the RangeSelector.Button.setType(RangeSelector.ButtonType) method.
RangeSelector.VerticalAlign - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported range selector vertical alignment types, which can be passed to methods like Credits.setVerticalAlign(Credits.VerticalAlign) method.
redraw() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Redraw the chart after changes have been done to the data or axis extremes.
reflow() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Reflows the chart to its container.
remove() - Method in class org.moxieapps.gwt.highcharts.client.Point
Remove the point from the series, automatically redrawing the chart using the default animation options.
remove(boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
Remove the point from the series, explicitly controlling whether the chart is redrawn and/or animated or not.
remove(boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.Point
Remove the point from the series, explicitly controlling whether the chart is redrawn and the details of the animation options.
remove() - Method in class org.moxieapps.gwt.highcharts.client.Series
Remove this series from the chart it is a part of.
removeAllSeries() - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
A convenience method to run through and remove all of the series that are currently part of the chart instance, only performing a redraw after they're all done.
removeAllSeries(boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
A convenience method to run through and remove all of the series that are currently part of the chart instance, with explicit control over the animation options.
removePlotBand(PlotBand) - Method in class org.moxieapps.gwt.highcharts.client.Axis
Remove the given plot band from the chart after it has been rendered, automatically redrawing the chart after the plot band has been removed.
removePlotLine(PlotLine) - Method in class org.moxieapps.gwt.highcharts.client.Axis
Remove the given plot line from the chart after it has been rendered, automatically redrawing the chart after the plot line has been removed.
removePoint(Point) - Method in class org.moxieapps.gwt.highcharts.client.Series
Remove the point from the series, automatically redrawing the chart using the default animation options.
removePoint(Point, boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
Remove the point from the series, explicitly controlling whether the chart is redrawn and/or animated or not.
removePoint(Point, boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.Series
Remove the point from the series, explicitly controlling whether the chart is redrawn and the details of the animation options.
removeSeries(Series) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Remove the given series from the chart, automatically redrawing the chart after the series has been removed.
removeSeries(Series, boolean) - Method in class org.moxieapps.gwt.highcharts.client.BaseChart
Remove the given series from the chart, explicitly controlling whether or not the chart will be redrawn after the series is removed.
ResetZoomButton - Class in org.moxieapps.gwt.highcharts.client
A configurable class that will allow you to control the reset zoom button options of the chart.
ResetZoomButton() - Constructor for class org.moxieapps.gwt.highcharts.client.ResetZoomButton
 
ResetZoomButton.RelativeTo - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of the supported frames that the reset zoom button's position can be relative to.

S

ScatterPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all scatter type series, which can be set either generically on the chart via the BaseChart.setScatterPlotOptions(ScatterPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
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
Use the BaseChart.createSeries() method to create new series instances.
Series.Type - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported series types, which can be passed to methods such as Series.setType(org.moxieapps.gwt.highcharts.client.Series.Type) or BaseChart.setType(org.moxieapps.gwt.highcharts.client.Series.Type).
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
Represents the general plot options available for all series types, which can be set either generically on the chart via the BaseChart.setSeriesPlotOptions(SeriesPlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
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
Sets the default CSS style options that will be shared by all label items that are added to the chart via the BaseChart.setLabelItems(LabelItem...) method.
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
Deprecated. Use BaseChart.setZoomType(BaseChart.ZoomType)
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
Represents the general plot options available for all spline type series, which can be set either generically on the chart via the BaseChart.setSplinePlotOptions(SplinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
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
An enumeration of supported stack labels vertical alignment types, which can be passed to methods like StackLabels.setVerticalAlign(StackLabels.VerticalAlign) method.
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
 

T

Theme - Class in org.moxieapps.gwt.highcharts.client
a configurable class that represents a collection SVG and CSS attributes that are used for changing the look of various chart elements that support the setTheme method (e.g.
Theme() - Constructor for class org.moxieapps.gwt.highcharts.client.Theme
 
toNumber() - Method in enum org.moxieapps.gwt.highcharts.client.Axis.WeekDay
 
ToolTip - Class in org.moxieapps.gwt.highcharts.client
A configurable class that can be used to represent custom ToolTip options for the chart, which can then be set on the chart (via the BaseChart.setToolTip(ToolTip) method.) The tooltip appears when the user hovers over a series or point.
ToolTip() - Constructor for class org.moxieapps.gwt.highcharts.client.ToolTip
 
ToolTipData - Class in org.moxieapps.gwt.highcharts.client
An object that represents the state information that will be passed to any custom ToolTipFormatter to allow for custom strings to be included within the tooltip area.
ToolTipFormatter - Interface in org.moxieapps.gwt.highcharts.client
An interface that can be used to control the information of the tooltip area to contain custom text or formatting.
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Animation.Easing
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Axis.TickPosition
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Axis.Type
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.AxisTitle.Align
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.BaseChart.PinchType
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.BaseChart.ZoomType
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Button.Align
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Button.VerticalAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Chart.PanKey
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Chart.ZoomType
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.ChartTitle.Align
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.ChartTitle.VerticalAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.ColorAxis.DataClassColor
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.ColorAxis.TickPosition
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.ContextButton.Symbol
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Credits.Align
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Credits.VerticalAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Exporting.Type
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.labels.Labels.Align
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.labels.Labels.VerticalAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel.Align
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel.TextAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel.VerticalAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel.Align
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel.TextAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel.VerticalAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.labels.StackLabels.VerticalAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Legend.Align
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Legend.Layout
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Legend.VerticalAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.MapNavigation.AlignTo
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.PaneBackground.Shape
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.PlotLine.DashStyle
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping.Approximation
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions.Shape
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.plotOptions.LinePlotOptions.Compare
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.plotOptions.Marker.Symbol
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.Cursor
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.PointPlacement
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.Stacking
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.LayoutAlgorithm
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.LayoutStartingDirection
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.plotOptions.Zone.Axis
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.RangeSelector.Align
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.RangeSelector.ButtonType
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.RangeSelector.VerticalAlign
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.ResetZoomButton.RelativeTo
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.Series.Type
 
toString() - Method in enum org.moxieapps.gwt.highcharts.client.XAxis.TickmarkPlacement
 
TreemapPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all treemap type series, which can be set either generically on the chart via the BaseChart.setTreemapPlotOptions(TreemapPlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
TreemapPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions
 
TreemapPlotOptions.LayoutAlgorithm - Enum in org.moxieapps.gwt.highcharts.client.plotOptions
An enum representing the available layout algorithms
TreemapPlotOptions.LayoutStartingDirection - Enum in org.moxieapps.gwt.highcharts.client.plotOptions
A Enum representing the available directions that the layout algorithm will start drawing
TreemapPlotOptions.Level - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Configurable inner class used to set options on specific levels.
TreemapPlotOptions.Level() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.Level
 

U

update(Axis) - Method in class org.moxieapps.gwt.highcharts.client.Axis
Update an axis object with a new set of options.
update(Axis, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Axis
Update an axis object with a new set of options.
update(Number) - Method in class org.moxieapps.gwt.highcharts.client.Point
Update the point with the new values, automatically redrawing the chart with the default animation options.
update(Number, Number) - Method in class org.moxieapps.gwt.highcharts.client.Point
Update the point with the new values, automatically redrawing the chart with the default animation options.
update(Number, Number, Number) - Method in class org.moxieapps.gwt.highcharts.client.Point
Update the point with the new values, automatically redrawing the chart with the default animation options.
update(Number, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
Update the point with the new values, specifying whether or not the chart should be automatically redrawn with the new values.
update(Number, Number, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
Update the point with the new values, specifying whether or not the chart should be automatically redrawn with the new values.
update(Number, Number, Number, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
Update the point with the new values, specifying whether or not the chart should be automatically redrawn with the new values.
update(Point) - Method in class org.moxieapps.gwt.highcharts.client.Point
Update the point with the new values and options from the given point, automatically redrawing the chart with the default animation options.
update(Point, boolean, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Point
Update the point with the new values and options from the given point, specifying if the chart should be automatically redrawn and animated or not.
update(Point, boolean, Animation) - Method in class org.moxieapps.gwt.highcharts.client.Point
Update the point with the new values and options from the given point, specifying if the chart should be automatically redrawn and animated or not.
update(Series) - Method in class org.moxieapps.gwt.highcharts.client.Series
Update the series with a new set of options, automatically redrawing the chart.
update(Series, boolean) - Method in class org.moxieapps.gwt.highcharts.client.Series
Update the series with a new set of options.

V

valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Animation.Easing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Axis.TickPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Axis.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Axis.WeekDay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.AxisTitle.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.BaseChart.PinchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.BaseChart.ZoomType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Button.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Button.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Chart.PanKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Chart.ZoomType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.ChartTitle.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.ChartTitle.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.ColorAxis.DataClassColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.ColorAxis.TickPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.ContextButton.Symbol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Credits.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Credits.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Exporting.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.labels.Labels.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.labels.Labels.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.labels.StackLabels.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Legend.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Legend.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Legend.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.MapNavigation.AlignTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.PaneBackground.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.PlotLine.DashStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping.Approximation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.LinePlotOptions.Compare
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.Marker.Symbol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.Cursor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.PointPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.Stacking
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.LayoutAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.LayoutStartingDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.Zone.Axis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.RangeSelector.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.RangeSelector.ButtonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.RangeSelector.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.ResetZoomButton.RelativeTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.Series.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.moxieapps.gwt.highcharts.client.XAxis.TickmarkPlacement
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Animation.Easing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Axis.TickPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Axis.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Axis.WeekDay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.AxisTitle.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.BaseChart.PinchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.BaseChart.ZoomType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Button.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Button.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Chart.PanKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Chart.ZoomType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.ChartTitle.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.ChartTitle.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.ColorAxis.DataClassColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.ColorAxis.TickPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.ContextButton.Symbol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Credits.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Credits.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Exporting.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.labels.Labels.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.labels.Labels.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel.TextAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotBandLabel.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel.TextAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.labels.PlotLineLabel.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.labels.StackLabels.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Legend.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Legend.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Legend.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.MapNavigation.AlignTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.PaneBackground.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.PlotLine.DashStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.DataGrouping.Approximation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.LinePlotOptions.Compare
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.Marker.Symbol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.Cursor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.PointPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.Stacking
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.LayoutAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.TreemapPlotOptions.LayoutStartingDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.plotOptions.Zone.Axis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.RangeSelector.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.RangeSelector.ButtonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.RangeSelector.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.ResetZoomButton.RelativeTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.Series.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.moxieapps.gwt.highcharts.client.XAxis.TickmarkPlacement
Returns an array containing the constants of this enum type, in the order they are declared.

W

WaterfallPlotOptions - Class in org.moxieapps.gwt.highcharts.client.plotOptions
Represents the general plot options available for all waterfall type series, which can be set either generically on the chart via the WaterfallPlotOptions method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
WaterfallPlotOptions() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.WaterfallPlotOptions
 

X

XAxis - Class in org.moxieapps.gwt.highcharts.client
Provides access to an object that can abe used to configure and manage the x-axis of the chart.
XAxis.TickmarkPlacement - Enum in org.moxieapps.gwt.highcharts.client
An enumeration of supported tickmark placements for when categories are in use, which can be passed to the XAxis.setTickmarkPlacement(XAxis.TickmarkPlacement) method.
XAxisLabels - Class in org.moxieapps.gwt.highcharts.client.labels
Represents the configuration options that can be set for the labels on the x-axis of a chart, and can then be passed to the XAxis.setLabels(org.moxieapps.gwt.highcharts.client.labels.XAxisLabels) method.
XAxisLabels() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.XAxisLabels
 

Y

YAxis - Class in org.moxieapps.gwt.highcharts.client
Provides access to an object that can abe used to configure and manage the y-axis of the chart.
YAxisLabels - Class in org.moxieapps.gwt.highcharts.client.labels
Represents the configuration options that can be set for the labels on the x-axis of a chart, and can then be passed to the YAxis.setLabels(org.moxieapps.gwt.highcharts.client.labels.YAxisLabels) method.
YAxisLabels() - Constructor for class org.moxieapps.gwt.highcharts.client.labels.YAxisLabels
 

Z

ZAxis - Class in org.moxieapps.gwt.highcharts.client
Provides access to an object that can abe used to configure and manage the z-axis of the chart.
Zone - Class in org.moxieapps.gwt.highcharts.client.plotOptions
A configurable class representing the general options for a plot's axis zones.
Zone() - Constructor for class org.moxieapps.gwt.highcharts.client.plotOptions.Zone
 
Zone.Axis - Enum in org.moxieapps.gwt.highcharts.client.plotOptions
An enum used to define the Axis on which the zones are applied.

A B C D E F G H I L M N O P R S T U V W X Y Z

Copyright © 2015. All Rights Reserved.