- ScatterSeries - Class in com.jongsoft.highchart.series
-
- ScatterSeries() - Constructor for class com.jongsoft.highchart.series.ScatterSeries
-
- self() - Method in class com.jongsoft.highchart.AbstractHighchart
-
- self() - Method in class com.jongsoft.highchart.axis.AxisTitle
-
- self() - Method in class com.jongsoft.highchart.chart.Chart
-
- self() - Method in class com.jongsoft.highchart.chart.Chart3D
-
- self() - Method in class com.jongsoft.highchart.chart.Legend
-
- self() - Method in class com.jongsoft.highchart.chart.Tooltip
-
- self() - Method in class com.jongsoft.highchart.ChartTitle
-
- self() - Method in class com.jongsoft.highchart.common.Styled
-
- self() - Method in class com.jongsoft.highchart.common.Title
-
- self() - Method in class com.jongsoft.highchart.GaugeHighchart
-
- self() - Method in class com.jongsoft.highchart.HeatmapChart
-
- self() - Method in class com.jongsoft.highchart.Highchart
-
- self() - Method in class com.jongsoft.highchart.Highchart3D
-
- self() - Method in class com.jongsoft.highchart.plotoptions.SeriesPlotOptions
-
- self() - Method in class com.jongsoft.highchart.PolarHighchart
-
- self() - Method in class com.jongsoft.highchart.series.AreaSeries.AreaSplinSeries
-
- self() - Method in class com.jongsoft.highchart.series.AreaSeries
-
- self() - Method in class com.jongsoft.highchart.series.BarSeries
-
- self() - Method in class com.jongsoft.highchart.series.ColumnSeries
-
- self() - Method in class com.jongsoft.highchart.series.DataLabels
-
- self() - Method in class com.jongsoft.highchart.series.GaugeSeries
-
- self() - Method in class com.jongsoft.highchart.series.HeatMapSeries
-
- self() - Method in class com.jongsoft.highchart.series.LineSeries
-
- self() - Method in class com.jongsoft.highchart.series.PieSeries
-
- self() - Method in class com.jongsoft.highchart.series.ScatterSeries
-
- self() - Method in class com.jongsoft.highchart.series.Series
-
- self() - Method in class com.jongsoft.highchart.series.SplineSeries
-
- serialize(AxisUnits, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.AxisUnitsSerializer
-
- serialize(T, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.BaseSerializer
-
- serialize(ColorAxis.ColorStop, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.ColorStopSerializer
-
- serialize(CSSObject<?>, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.CSSObjectSerializer
-
- serialize(Function, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.FunctionSerializer
-
- serialize(GraphColor, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.GraphColorSerializer
-
- serialize(T) - Static method in class com.jongsoft.highchart.serializer.JsonUtils
-
- serialize(List<?>, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.ListSerializer
-
- serialize(Margin, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.MarginSerializer
-
- serialize(PlotOptions, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.PlotOptionSerializer
-
- serialize(PointList, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.PointListSerializer
-
- serialize(String, JsonGenerator, SerializerProvider) - Method in class com.jongsoft.highchart.serializer.StringSerializer
-
- SerializerException - Exception in com.jongsoft.highchart.serializer
-
- SerializerException(String) - Constructor for exception com.jongsoft.highchart.serializer.SerializerException
-
- SerializerException(String, Throwable) - Constructor for exception com.jongsoft.highchart.serializer.SerializerException
-
- Series<T> - Class in com.jongsoft.highchart.series
-
The actual series to append to the chart.
- Series(SeriesType) - Constructor for class com.jongsoft.highchart.series.Series
-
- SeriesFactory - Class in com.jongsoft.highchart.series
-
- SeriesPlotOptions - Class in com.jongsoft.highchart.plotoptions
-
- SeriesPlotOptions(SeriesType) - Constructor for class com.jongsoft.highchart.plotoptions.SeriesPlotOptions
-
- SeriesPoint - Class in com.jongsoft.highchart.series
-
- SeriesPoint() - Constructor for class com.jongsoft.highchart.series.SeriesPoint
-
- SeriesType - Enum in com.jongsoft.highchart.common
-
- setAddSeries(Function.Event) - Method in class com.jongsoft.highchart.chart.ChartEvents
-
Fires when a series is added to the chart after load time, using the addSeries method.
- setAfterBreaks(Function) - Method in class com.jongsoft.highchart.axis.AxisEvents
-
An event fired after the breaks have rendered.
- setAfterPrint(Function) - Method in class com.jongsoft.highchart.chart.ChartEvents
-
Fires after a chart is printed through the context menu item or the Chart.print
method.
- setAfterSetExtremes(Function) - Method in class com.jongsoft.highchart.axis.AxisEvents
-
As opposed to the setExtremes event, this event fires after the final min and max values are
computed and corrected for minRange.
- setAlign(Alignment) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
What part of the string the given position is anchored to.
- setAlign(Alignment) - Method in class com.jongsoft.highchart.axis.PlotLine.PlotLineLabel
-
Horizontal alignment of the label.
- setAlign(Alignment) - Method in class com.jongsoft.highchart.chart.Legend
-
In the case that the legend is aligned in a corner position, the layout option will determine whether to place it
above/below or on the side of the plot area.
- setAlign(Alignment) - Method in class com.jongsoft.highchart.common.Credits.Position
-
- setAlign(Alignment) - Method in class com.jongsoft.highchart.common.Title
-
The horizontal alignment of the title.
- setAlign(Alignment) - Method in class com.jongsoft.highchart.series.DataLabels
-
The alignment of the data label compared to the point.
- setAlignTicks(Boolean) - Method in class com.jongsoft.highchart.chart.BaseChart
-
- setAllowDecimals(Boolean) - Method in class com.jongsoft.highchart.axis.Axis
-
Whether to allow decimals in this axis' ticks.
- setAllowHTML(Boolean) - Method in class com.jongsoft.highchart.chart.Exporting
-
Experimental setting to allow HTML inside the chart (added through the useHTML options), directly in the exported image.
- setAllowOverlap(Boolean) - Method in class com.jongsoft.highchart.series.DataLabels
-
Whether to allow data labels to overlap.
- setAllowPointSelect(Boolean) - Method in class com.jongsoft.highchart.series.Series
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAlpha(Number) - Method in class com.jongsoft.highchart.chart.style.Options3D
-
One of the two rotation angles for the chart.
- setAlternateGridColor(GraphColor) - Method in class com.jongsoft.highchart.axis.Axis
-
When using an alternate grid color, a band is painted across the plot area between every other grid line.
- setAnimation(Boolean) - Method in class com.jongsoft.highchart.chart.BaseChart
-
- setAnimation(Boolean) - Method in class com.jongsoft.highchart.chart.Tooltip
-
- setAnimation(Boolean) - Method in class com.jongsoft.highchart.series.Series
-
Enable or disable the initial animation when a series is displayed.
- setAnimationLimit(Number) - Method in class com.jongsoft.highchart.series.Series
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in
the chart is too high.
- setAutoRotationLimit(Number) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
When each category width is more than this many pixels, we don't apply auto rotation.
- setBackgroundColor(String) - Method in class com.jongsoft.highchart.chart.PaneBackground
-
The background color or gradient for the pane.
- setBackgroundColor(GraphColor) - Method in class com.jongsoft.highchart.common.Styled
-
The background color or gradient for the outer chart area.
- setBeforePrint(Function) - Method in class com.jongsoft.highchart.chart.ChartEvents
-
Fires before a chart is printed through the context menu item or the Chart.print method.
- setBeta(Number) - Method in class com.jongsoft.highchart.chart.style.Options3D
-
One of the two rotation angles for the chart.
- setBorderColor(GraphColor) - Method in class com.jongsoft.highchart.chart.PaneBackground
-
The pane background border color.
- setBorderColor(GraphColor) - Method in class com.jongsoft.highchart.common.Styled
-
The color of the outer chart border.
- setBorderColor(GraphColor) - Method in class com.jongsoft.highchart.series.BarSeries
-
The color of the border surrounding each column or bar.
- setBorderRadius(Number) - Method in class com.jongsoft.highchart.common.Styled
-
The corner radius of the outer chart border.
- setBorderRadius(Number) - Method in class com.jongsoft.highchart.series.BarSeries
-
The corner radius of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.jongsoft.highchart.chart.PaneBackground
-
The pixel border width of the pane background.
- setBorderWidth(Number) - Method in class com.jongsoft.highchart.common.Styled
-
The pixel width of the outer chart border.
- setBorderWidth(Number) - Method in class com.jongsoft.highchart.series.BarSeries
-
The width of the border surrounding each column or bar.
- setBreakSize(Number) - Method in class com.jongsoft.highchart.axis.Break
-
A number indicating how much space should be left between the start and the end of the break.
- setCallback(Function) - Method in class com.jongsoft.highchart.responsive.Condition
-
A callback function to gain complete control on when the responsive rule applies.
- setCeiling(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The highest allowed value for automatically computed axis extremes.
- setChartOptions(AbstractHighchart<?, ?>) - Method in class com.jongsoft.highchart.chart.Exporting
-
Additional chart options to be merged into an exported chart.
- setChartOptions(T) - Method in class com.jongsoft.highchart.responsive.Rule
-
A full set of chart options to apply as overrides to the general chart options.
- setClassName(String) - Method in class com.jongsoft.highchart.axis.Axis
-
A class name that opens for styling the axis by CSS, especially in Highcharts styled mode.
- setClassName(String) - Method in class com.jongsoft.highchart.axis.PlotLine
-
- setClassName(String) - Method in class com.jongsoft.highchart.chart.PaneBackground
-
The class name for this background.
- setClassName(String) - Method in class com.jongsoft.highchart.common.Crosshair
-
A class name for the crosshair, especially as a hook for styling.
- setClassName(String) - Method in class com.jongsoft.highchart.common.Styled
-
A CSS class name to apply to the charts container div, allowing unique CSS styling for each chart.
- setClassName(String) - Method in class com.jongsoft.highchart.series.Series
-
- setClassName(String) - Method in class com.jongsoft.highchart.series.Zone
-
Styled mode only.
- setClick(Function.Event) - Method in class com.jongsoft.highchart.chart.ChartEvents
-
Fires when clicking on the plot background.
- setColor(GraphColor) - Method in class com.jongsoft.highchart.axis.Marker
-
The fill color of the point marker.
- setColor(GraphColor) - Method in class com.jongsoft.highchart.axis.PlotLine
-
The color of the line.
- setColor(GraphColor) - Method in class com.jongsoft.highchart.common.Crosshair
-
The color of the crosshair.
- setColor(String) - Method in class com.jongsoft.highchart.series.DataLabels
-
The text color for the data labels.
- setColor(GraphColor) - Method in class com.jongsoft.highchart.series.Series
-
The main color or the series.
- setColor(String) - Method in class com.jongsoft.highchart.series.SeriesPoint
-
Individual color for the point.
- setColor(GraphColor) - Method in class com.jongsoft.highchart.series.Zone
-
Defines the color of the series.
- setColorAxis(ColorAxis) - Method in class com.jongsoft.highchart.HeatmapChart
-
- setColorByPoint(Boolean) - Method in class com.jongsoft.highchart.series.BarSeries
-
When using automatic point colors pulled from the options.colors collection, this option determines whether
the chart should receive one color per series or one color per point.
- setColsize(Number) - Method in class com.jongsoft.highchart.series.HeatMapSeries
-
The column size - how many X axis units each column in the heatmap should span.
- setConnectEnds(Boolean) - Method in class com.jongsoft.highchart.series.AreaSeries
-
Polar charts only.
- setConnectEnds(Boolean) - Method in class com.jongsoft.highchart.series.LineSeries
-
Whether to connect the ends of a line series plot across the extremes.
- setConnectNulls(Boolean) - Method in class com.jongsoft.highchart.series.AreaSeries
-
Whether to connect a graph line across null points.
- setConnectNulls(Boolean) - Method in class com.jongsoft.highchart.series.LineSeries
-
Whether to connect a graph line across null points.
- setCrop(Boolean) - Method in class com.jongsoft.highchart.series.DataLabels
-
Whether to hide data labels that are outside the plot area.
- setCropThreshold(Number) - Method in class com.jongsoft.highchart.series.Series
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current
zoom.
- setCursor(CursorType) - Method in class com.jongsoft.highchart.series.Series
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setDashStyle(DashStyle) - Method in class com.jongsoft.highchart.axis.PlotLine
-
The dashing or dot style for the plot line
- setDashStyle(DashStyle) - Method in class com.jongsoft.highchart.common.Crosshair
-
The dash style for the crosshair.
- setDashStyle(DashStyle) - Method in class com.jongsoft.highchart.series.AreaSeries
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.jongsoft.highchart.series.LineSeries
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.jongsoft.highchart.series.ScatterSeries
-
A name for the dash style to use for the graph, will only be applied if the scatter has a #setLineWidth()
.
- setDashStyle(DashStyle) - Method in class com.jongsoft.highchart.series.SplineSeries
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.jongsoft.highchart.series.Zone
-
A name for the dash style to use for the graph.
- setDataClassColor(String) - Method in class com.jongsoft.highchart.axis.ColorAxis
-
Determines how to set each data class' color if no individual color is set.
- setDefer(Boolean) - Method in class com.jongsoft.highchart.series.DataLabels
-
Whether to defer displaying the data labels until the initial series animation has finished.
- setDepth(Number) - Method in class com.jongsoft.highchart.chart.style.Options3D
-
The total depth of the chart.
- setDepth(Number) - Method in class com.jongsoft.highchart.series.BarSeries
-
Depth of the columns in a 3D column chart.
- setDescribeSingleSeries(Boolean) - Method in class com.jongsoft.highchart.accessibility.Accessibility
-
Whether or not to add series descriptions to charts with a single series.
- setDistance(Number) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
Polar charts only.
- setDrilldown(Function.Event) - Method in class com.jongsoft.highchart.chart.ChartEvents
-
Fires when a drilldown point is clicked, before the new series is added.
- setDrillup(Function) - Method in class com.jongsoft.highchart.chart.ChartEvents
-
Fires when drilling up from a drilldown series.
- setDrillupall(Function) - Method in class com.jongsoft.highchart.chart.ChartEvents
-
In a chart with multiple drilldown series, this event fires after all the series have been drilled up.
- setEdgeColor(GraphColor) - Method in class com.jongsoft.highchart.series.BarSeries
-
3D columns only.
- setEdgeWidth(Number) - Method in class com.jongsoft.highchart.series.BarSeries
-
3D columns only.
- setEnabled(Boolean) - Method in class com.jongsoft.highchart.accessibility.Accessibility
-
Enable accessibility features for the chart.
- setEnabled(Boolean) - Method in class com.jongsoft.highchart.accessibility.KeyboardNavigation
-
Enable keyboard navigation for the chart.
- setEnabled(Boolean) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
Enable or disable the axis labels.
- setEnabled(Boolean) - Method in class com.jongsoft.highchart.axis.Marker
-
Enable or disable the point marker.
- setEnabled(Boolean) - Method in class com.jongsoft.highchart.chart.Exporting
-
Whether to enable the exporting module.
- setEnabled(Boolean) - Method in class com.jongsoft.highchart.chart.Legend
-
Enable or disable the legend.
- setEnabled(Boolean) - Method in class com.jongsoft.highchart.chart.style.Options3D
-
Wether to render the chart using the 3D functionality.
- setEnabled(Boolean) - Method in class com.jongsoft.highchart.chart.Tooltip
-
Enable or disable the tooltip.
- setEnabled(Boolean) - Method in class com.jongsoft.highchart.common.Credits
-
Whether to show the credits text.
- setEnabled(Boolean) - Method in class com.jongsoft.highchart.series.DataLabels
-
Enable or disable the data labels.
- setEnableMouseTracking(Boolean) - Method in class com.jongsoft.highchart.series.Series
-
Enable or disable the mouse tracking for a specific series.
- setEndOnTick(Boolean) - Method in class com.jongsoft.highchart.axis.Axis
-
Whether to force the axis to end on a tick.
- setError(Function) - Method in class com.jongsoft.highchart.chart.Exporting
-
- setEvents(AxisEvents) - Method in class com.jongsoft.highchart.axis.Axis
-
Event handlers for the axis.
- setFallbackToExportServer(Boolean) - Method in class com.jongsoft.highchart.chart.Exporting
-
Whether or not to fall back to the export server if the offline-exporting module is unable to export the chart
on the client side.
- setFilename(String) - Method in class com.jongsoft.highchart.chart.Exporting
-
The filename, without extension, to use for the exported chart.
- setFillColor(GraphColor) - Method in class com.jongsoft.highchart.axis.Marker
-
The fill color of the point marker.
- setFillColor(GraphColor) - Method in class com.jongsoft.highchart.series.Zone
-
Defines the fill color for the series (in area type series)
- setFloating(Boolean) - Method in class com.jongsoft.highchart.chart.Legend
-
When the legend is floating, the plot area ignores it and is allowed to be placed below it.
- setFloating(Boolean) - Method in class com.jongsoft.highchart.ChartTitle
-
When the title is floating, the plot area will not move to make space for it.
- setFloor(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The lowest allowed value for automatically computed axis extremes.
- setFollowPointer(Boolean) - Method in class com.jongsoft.highchart.chart.Tooltip
-
Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
- setFollowTouchMove(Boolean) - Method in class com.jongsoft.highchart.chart.Tooltip
-
Whether the tooltip should follow the finger as it moves on a touch device.
- setFooterFormat(String) - Method in class com.jongsoft.highchart.chart.Tooltip
-
A string to append to the tooltip format
- setFormat(String) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
- setFormat(String) - Method in class com.jongsoft.highchart.series.DataLabels
-
A format string for the data label.
- setFormatter(Function.Formatter) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
Callback JavaScript function to format the label.
- setFormatter(Function.Formatter) - Method in class com.jongsoft.highchart.chart.Tooltip
-
Callback function to format the text of the tooltip.
- setFormatter(Function.Formatter) - Method in class com.jongsoft.highchart.series.DataLabels
-
Callback JavaScript function to format the data label.
- setFrom(Number) - Method in class com.jongsoft.highchart.axis.Break
-
The point where the break starts.
- setGlobalOptions(AbstractHighchart<?, ?>) - Method in class com.jongsoft.highchart.render.ExportApiRenderer
-
- setGlobalOptions(AbstractHighchart) - Method in class com.jongsoft.highchart.render.PhantomJSRenderer
-
- setGlobalOptions(T) - Method in interface com.jongsoft.highchart.render.Renderer
-
Set the global options to be applied to the rendered object.
- setGridLineColor(GraphColor) - Method in class com.jongsoft.highchart.axis.Axis
-
Color of the grid lines extending the ticks across the plot area.
- setGridLineDashStyle(DashStyle) - Method in class com.jongsoft.highchart.axis.Axis
-
The dash or dot style of the grid lines.
- setGridLineWidth(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The width of the grid lines extending the ticks across the plot area.
- setGridLineZIndex(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The Z index of the grid lines.
- setGrouping(Boolean) - Method in class com.jongsoft.highchart.series.BarSeries
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGroupPadding(Number) - Method in class com.jongsoft.highchart.series.BarSeries
-
Padding between each value groups, in x axis units.
- setGroupZPadding(Number) - Method in class com.jongsoft.highchart.series.BarSeries
-
The spacing between columns on the Z Axis in a 3D chart.
- setHeaderFormat(String) - Method in class com.jongsoft.highchart.chart.Tooltip
-
The HTML of the tooltip header line.
- setHeight(Number) - Method in class com.jongsoft.highchart.axis.Marker
-
Image markers only.
- setHeight(Number) - Method in class com.jongsoft.highchart.chart.BaseChart
-
An explicit height for the chart.
- setHideDelay(Number) - Method in class com.jongsoft.highchart.chart.Tooltip
-
The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
- setHref(String) - Method in class com.jongsoft.highchart.common.Credits
-
The URL for the credits label.
- setId(String) - Method in class com.jongsoft.highchart.axis.Axis
-
An id for the axis.
- setId(String) - Method in class com.jongsoft.highchart.axis.PlotLine
-
An id used for identifying the plot line in Axis.removePlotLine.
- setId(String) - Method in class com.jongsoft.highchart.series.Series
-
An id for the series.
- setIgnoreHiddenSeries(Boolean) - Method in class com.jongsoft.highchart.chart.BaseChart
-
If true, the axes will scale to the remaining visible series once one series is hidden.
- setIndex(Number) - Method in class com.jongsoft.highchart.series.Series
-
The index of the series in the chart, affecting the internal index in the chart.series array,
the visible Z index as well as the order in the legend.
- setInnerRadius(Number) - Method in class com.jongsoft.highchart.series.GaugePoint
-
The inner radius of an individual point in a solid gauge.
- setInnerSize(Number) - Method in class com.jongsoft.highchart.series.PieSeries
-
- setInnerWidth(Number) - Method in class com.jongsoft.highchart.chart.PaneBackground
-
- setInside(Boolean) - Method in class com.jongsoft.highchart.series.DataLabels
-
For points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
- setInverted(Boolean) - Method in class com.jongsoft.highchart.chart.BaseChart
-
Whether to invert the axes so that the x axis is vertical and y axis is horizontal.
- setItemDistance(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
In a legend with horizontal layout, the itemDistance defines the pixel distance between each item.
- setItemMarginBottom(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
The pixel bottom margin for each legend item.
- setItemMarginTop(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
The pixel top margin for each legend item.
- setItemWidth(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
The width for each legend item.
- setLabelFormat(String) - Method in class com.jongsoft.highchart.chart.Legend
-
A format string for each legend label.
- setLayout(Legend.Layout) - Method in class com.jongsoft.highchart.chart.Legend
-
The layout of the legend items.
- setLegendIndex(Number) - Method in class com.jongsoft.highchart.series.Series
-
The sequential index of the series in the legend.
- setLinecap(String) - Method in class com.jongsoft.highchart.series.LineSeries
-
The line cap used for line ends and line joins on the graph
- setLineColor(GraphColor) - Method in class com.jongsoft.highchart.axis.Axis
-
The color of the line marking the axis itself.
- setLineColor(GraphColor) - Method in class com.jongsoft.highchart.axis.Marker
-
The color of the point marker's outline.
- setLineWidth(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The width of the line marking the axis itself.
- setLineWidth(Number) - Method in class com.jongsoft.highchart.axis.Marker
-
The width of the point marker's outline.
- setLineWidth(Number) - Method in class com.jongsoft.highchart.series.LineSeries
-
Pixel with of the graph line.
- setLinkedTo(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
Index of another axis that this axis is linked to.
- setLinkedTo(String) - Method in class com.jongsoft.highchart.series.Series
-
The id of another series to link to.
- setLoad(Function) - Method in class com.jongsoft.highchart.chart.ChartEvents
-
Fires when the chart is finished loading.
- setMargin(Number) - Method in class com.jongsoft.highchart.axis.AxisTitle
-
The pixel distance between the axis labels or line and the title.
- setMargin(Margin) - Method in class com.jongsoft.highchart.chart.BaseChart
-
The margin between the outer edge of the chart and the plot area.
- setMargin(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
If the plot area sized is calculated automatically and the legend is not floating, the legend margin is the space
between the legend and the axis labels or plot area.
- setMax(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The maximum value of the axis.
- setMaxHeight(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
Maximum pixel height for the legend.
- setMaxHeight(Number) - Method in class com.jongsoft.highchart.responsive.Condition
-
The responsive rule applies if the chart height is less than this.
- setMaxPadding(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
Padding of the max value relative to the length of the axis.
- setMaxPointWidth(Number) - Method in class com.jongsoft.highchart.series.BarSeries
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxWidth(Number) - Method in class com.jongsoft.highchart.responsive.Condition
-
The responsive rule applies if the chart width is less than this.
- setMin(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The minimum value of the axis.
- setMinHeight(Number) - Method in class com.jongsoft.highchart.responsive.Condition
-
The responsive rule applies if the chart height is greater than this.
- setMinorGridLineColor(GraphColor) - Method in class com.jongsoft.highchart.axis.Axis
-
Color of the minor, secondary grid lines.
- setMinorGridLineDashStyle(DashStyle) - Method in class com.jongsoft.highchart.axis.Axis
-
The dash or dot style of the minor grid lines.
- setMinorGridLineWidth(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
Width of the minor, secondary grid lines.
- setMinorTickColor(GraphColor) - Method in class com.jongsoft.highchart.axis.Axis
-
Color for the minor tick marks.
- setMinorTickLength(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The pixel length of the minor tick marks.
- setMinorTickPosition(TickPosition) - Method in class com.jongsoft.highchart.axis.Axis
-
The position of the minor tick marks relative to the axis line.
- setMinorTickWidth(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The pixel width of the minor tick mark.
- setMinPadding(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
Padding of the min value relative to the length of the axis.
- setMinPointLength(Number) - Method in class com.jongsoft.highchart.series.BarSeries
-
The minimal height for a column or width for a bar.
- setMinRange(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The minimum range to display on this axis.
- setMinTickInterval(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The minimum tick interval allowed in axis values.
- setMinWidth(Number) - Method in class com.jongsoft.highchart.responsive.Condition
-
The responsive rule applies if the chart width is greater than this.
- setName(String) - Method in class com.jongsoft.highchart.series.Series
-
The name of the series as shown in the legend, tooltip etc.
- setName(String) - Method in class com.jongsoft.highchart.series.SeriesPoint
-
- setNegativeColor(GraphColor) - Method in class com.jongsoft.highchart.series.Series
-
The color for the parts of the graph or points that are below the threshold
.
- setOffset(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The distance in pixels from the plot area to the axis line.
- setOffset(Number) - Method in class com.jongsoft.highchart.axis.AxisTitle
-
The distance of the axis title from the axis line.
- setOnTableAnchorClick(Function) - Method in class com.jongsoft.highchart.accessibility.Accessibility
-
Function to run upon clicking the "View as Data Table" link in the screen reader region.
- setOpposite(Boolean) - Method in class com.jongsoft.highchart.axis.Axis
-
Whether to display the axis on the opposite side of the normal.
- setOuterWidth(Number) - Method in class com.jongsoft.highchart.chart.PaneBackground
-
- setOutputStream(OutputStream) - Method in class com.jongsoft.highchart.render.ExportApiRenderer
-
- setOutputStream(OutputStream) - Method in class com.jongsoft.highchart.render.PhantomJSRenderer
-
- setOutputStream(OutputStream) - Method in interface com.jongsoft.highchart.render.Renderer
-
Set the output stream that will be used to write the rendered result to.
- setOverflow(String) - Method in class com.jongsoft.highchart.series.DataLabels
-
How to handle data labels that flow outside the plot area.
- setPadding(Number) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
The pixel padding for axis labels, to ensure white space between them.
- setPadding(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
The inner padding of the legend box.
- setPadding(Number) - Method in class com.jongsoft.highchart.chart.Tooltip
-
Padding inside the tooltip, in pixels.
- setPadding(Number) - Method in class com.jongsoft.highchart.series.DataLabels
-
When either the borderWidth or the backgroundColor is set, this is the padding within the box.
- setPinchType(ZoomType) - Method in class com.jongsoft.highchart.chart.BaseChart
-
Equivalent to zoomType, but for multi touch gestures only.
- setPlotBackgroundColor(GraphColor) - Method in class com.jongsoft.highchart.chart.BaseChart
-
The background color or gradient for the plot area.
- setPlotBackgroundImage(String) - Method in class com.jongsoft.highchart.chart.BaseChart
-
The URL for an image to use as the plot background.
- setPlotBorderColor(GraphColor) - Method in class com.jongsoft.highchart.chart.BaseChart
-
The color of the inner chart or plot area border.
- setPlotBorderWidth(String) - Method in class com.jongsoft.highchart.chart.BaseChart
-
The pixel width of the plot area border.
- setPlotShadow(Boolean) - Method in class com.jongsoft.highchart.chart.BaseChart
-
Whether to apply a drop shadow to the plot area.
- setPointBreak(Function) - Method in class com.jongsoft.highchart.axis.AxisEvents
-
An event fired when a break from this axis occurs on a point.
- setPointDateFormat(String) - Method in class com.jongsoft.highchart.accessibility.Accessibility
-
Date format to use for points on datetime axes when describing them to screen reader users.
- setPointDateFormatter(Function.Point) - Method in class com.jongsoft.highchart.accessibility.Accessibility
-
Formatter function to determine the date/time format used with points on datetime axes when
describing them to screen reader users.
- setPointDescriptionFormatter(Function.Point) - Method in class com.jongsoft.highchart.accessibility.Accessibility
-
Formatter function to use instead of the default for point descriptions.
- setPointFormat(String) - Method in class com.jongsoft.highchart.chart.Tooltip
-
The HTML of the point's line in the tooltip.
- setPointFormatter(Function) - Method in class com.jongsoft.highchart.chart.Tooltip
-
A callback function for formatting the HTML output for a single point in the tooltip.
- setPolar(Boolean) - Method in class com.jongsoft.highchart.chart.BaseChart
-
When true, cartesian charts like line, spline, area and column are transformed into the polar coordinate system.
- setPositioner(Function.Positioner) - Method in class com.jongsoft.highchart.chart.Tooltip
-
A callback function to place the tooltip in a default position.
- setRadius(Number) - Method in class com.jongsoft.highchart.axis.Marker
-
The radius of the point marker.
- setRadius(Number) - Method in class com.jongsoft.highchart.series.GaugePoint
-
The outer radius of an individual point in a solid gauge.
- setRedraw(Function.Event) - Method in class com.jongsoft.highchart.chart.ChartEvents
-
Fires when the chart is redrawn, either after a call to chart.redraw() or after an axis, series or point is
modified with the redraw option set to true.
- setReflow(Boolean) - Method in class com.jongsoft.highchart.chart.BaseChart
-
Whether to reflow the chart to fit the width of the container div on resizing the window.
- setRenderObject(AbstractHighchart<?, ?>) - Method in class com.jongsoft.highchart.render.ExportApiRenderer
-
- setRenderObject(AbstractHighchart) - Method in class com.jongsoft.highchart.render.PhantomJSRenderer
-
- setRenderObject(T) - Method in interface com.jongsoft.highchart.render.Renderer
-
Set the object that should be rendered using the implementation of this render engine.
- setRenderTo(String) - Method in class com.jongsoft.highchart.chart.BaseChart
-
- setRepeat(Number) - Method in class com.jongsoft.highchart.axis.Break
-
Defines an interval after which the break appears again.
- setReserveSpace(Boolean) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
Whether to reserve space for the labels.
- setReserveSpace(Boolean) - Method in class com.jongsoft.highchart.series.DataLabels
-
Whether to reserve space for the labels.
- setReversed(Boolean) - Method in class com.jongsoft.highchart.axis.Axis
-
Whether to reverse the axis so that the highest number is closest to the origin.
- setReversed(Boolean) - Method in class com.jongsoft.highchart.chart.Legend
-
Whether to reverse the order of the legend items compared to the order of the series or points as defined in
the configuration object.
- setRotation(Number) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
Rotation of the labels in degrees.
- setRotation(Number) - Method in class com.jongsoft.highchart.axis.AxisTitle
-
The rotation of the text in degrees.
- setRotation(Number) - Method in class com.jongsoft.highchart.axis.PlotLine.PlotLineLabel
-
Rotation of the text label in degrees.
- setRotation(Number) - Method in class com.jongsoft.highchart.series.DataLabels
-
Text rotation in degrees.
- setRounded(Boolean) - Method in class com.jongsoft.highchart.series.GaugeSeries
-
- setRtl(Boolean) - Method in class com.jongsoft.highchart.chart.Legend
-
Whether to show the symbol on the right side of the text rather than the left side.
- setScale(Number) - Method in class com.jongsoft.highchart.chart.Exporting
-
Defines the scale or zoom factor for the exported image compared to the on-screen display.
- setScreenReaderSectionFormatter(Function.Chart) - Method in class com.jongsoft.highchart.accessibility.Accessibility
-
A formatter function to create the HTML contents of the hidden screen reader information region.
- setSelection(Function.Event) - Method in class com.jongsoft.highchart.chart.ChartEvents
-
Fires when an area of the chart has been selected.
- setSelectionMarkerFill(String) - Method in class com.jongsoft.highchart.chart.BaseChart
-
The background color of the marker square when selecting (zooming in on) an area of the chart.
- setSetExtremes(Function) - Method in class com.jongsoft.highchart.axis.AxisEvents
-
Fires when the minimum and maximum is set for the axis, either by calling the .setExtremes() method or by
selecting an area in the chart.
- setShadow(Boolean) - Method in class com.jongsoft.highchart.chart.BaseChart
-
Whether to apply a drop shadow to the outer chart area.
- setShadow(Boolean) - Method in class com.jongsoft.highchart.chart.Tooltip
-
Whether to apply a drop shadow to the tooltip.
- setShape(ShapeType) - Method in class com.jongsoft.highchart.chart.PaneBackground
-
The shape of the pane background.
- setShape(String) - Method in class com.jongsoft.highchart.chart.Tooltip
-
The name of a symbol to use for the border around the tooltip.
- setShared(Boolean) - Method in class com.jongsoft.highchart.chart.Tooltip
-
When the tooltip is shared, the entire plot area will capture mouse movement or touch events.
- setShowAxis(Boolean) - Method in class com.jongsoft.highchart.chart.BaseChart
-
Whether to show the axes initially.
- setShowEmpty(Boolean) - Method in class com.jongsoft.highchart.axis.Axis
-
Whether to show the axis line and title when the axis has no data
- setShowFirstLabel(Boolean) - Method in class com.jongsoft.highchart.axis.Axis
-
Whether to show the first tick label.
- setShowInLegend(Boolean) - Method in class com.jongsoft.highchart.series.Series
-
Whether to display this particular series or series type in the legend.
- setShowLastLabel(Boolean) - Method in class com.jongsoft.highchart.axis.Axis
-
Whether to show the last tick label.
- setSkipNullPoints(Boolean) - Method in class com.jongsoft.highchart.accessibility.KeyboardNavigation
-
Skip null points when navigating through points with the keyboard.
- setSnap(Number) - Method in class com.jongsoft.highchart.chart.Tooltip
-
Proximity snap for graphs or single points.
- setSnap(Boolean) - Method in class com.jongsoft.highchart.common.Crosshair
-
Whether the crosshair should snap to the point or follow the pointer independent of points.
- setSoftMax(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
A soft maximum for the axis.
- setSoftMin(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
A soft minimum for the axis.
- setSourceHeight(Number) - Method in class com.jongsoft.highchart.chart.Exporting
-
- setSourceWidth(Number) - Method in class com.jongsoft.highchart.chart.Exporting
-
- setSpacing(Margin) - Method in class com.jongsoft.highchart.chart.BaseChart
-
The distance between the outer edge of the chart and the content, like title, legend, axis title or labels.
- setStack(String) - Method in class com.jongsoft.highchart.series.Series
-
This option allows grouping series in a stacked chart.
- setStacking(String) - Method in class com.jongsoft.highchart.series.Series
-
Whether to stack the values of each series on top of each other.
- setStaggerLines(Number) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
Horizontal axes only.
- setStartOnTick(Boolean) - Method in class com.jongsoft.highchart.axis.Axis
-
Whether to force the axis to start on a tick.
- setStep(Number) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
To show only every n'th label on the axis, set the step to n.
- setSymbol(Marker.MarkerSymbol) - Method in class com.jongsoft.highchart.axis.Marker
-
A predefined shape or symbol for the marker.
- setSymbolHeight(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
The pixel height of the symbol for series types that use a rectangle in the legend.
- setSymbolPadding(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
The pixel padding between the legend item symbol and the legend item text.
- setSymbolRadius(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
The border radius of the symbol for series types that use a rectangle in the legend.
- setSymbolWidth(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
The pixel width of the legend item symbol.
- setText(String) - Method in class com.jongsoft.highchart.axis.PlotLine.PlotLineLabel
-
The text itself.
- setText(String) - Method in class com.jongsoft.highchart.chart.Legend.Title
-
A text or HTML string for the title.
- setText(String) - Method in class com.jongsoft.highchart.common.Credits
-
The text for the credits label.
- setText(String) - Method in class com.jongsoft.highchart.common.Title
-
Set the text of the title
- setTextAlign(Alignment) - Method in class com.jongsoft.highchart.axis.PlotLine.PlotLineLabel
-
The text alignment for the label.
- setTickAmount(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The amount of ticks to draw on the axis.
- setTickColor(GraphColor) - Method in class com.jongsoft.highchart.axis.Axis
-
Color for the main tick marks.
- setTickInterval(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The interval of the tick marks in axis units.
- setTickLength(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
The pixel length of the main tick marks.
- setTickmarkPlacement(String) - Method in class com.jongsoft.highchart.axis.Axis
-
The pixel width of the major tick marks.
- setTickPixelInterval(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
- setTickPosition(TickPosition) - Method in class com.jongsoft.highchart.axis.Axis
-
The position of the major tick marks relative to the axis line.
- setTickPositioner(Function) - Method in class com.jongsoft.highchart.axis.Axis
-
A callback function returning array defining where the ticks are laid out on the axis.
- setTickPositions(List<Number>) - Method in class com.jongsoft.highchart.axis.Axis
-
An array defining where the ticks are laid out on the axis.
- setTickWidth(Number) - Method in class com.jongsoft.highchart.axis.Axis
-
For categorized axes only.
- setTo(Number) - Method in class com.jongsoft.highchart.axis.Break
-
The point where the break ends.
- setTurboThreshold(Number) - Method in class com.jongsoft.highchart.series.Series
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers,
or two dimensional arrays with x and y values are allowed.
- setType(AxisType) - Method in class com.jongsoft.highchart.axis.Axis
-
The type of axis.
- setType(SeriesType) - Method in class com.jongsoft.highchart.chart.BaseChart
-
The default series type for the chart.
- setType(Exporting.ExportType) - Method in class com.jongsoft.highchart.chart.Exporting
-
Default MIME type for exporting if chart.exportChart() is called without specifying a type option.
- setType(SeriesType) - Method in class com.jongsoft.highchart.series.Series
-
- setUrl(String) - Method in class com.jongsoft.highchart.chart.Exporting
-
The URL for the server module converting the SVG string to an image format.
- setUseHTML(Boolean) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
Whether to use HTML to render the labels.
- setUseHTML(Boolean) - Method in class com.jongsoft.highchart.axis.PlotLine.PlotLineLabel
-
Whether to use HTML to render the labels.
- setUseHTML(Boolean) - Method in class com.jongsoft.highchart.chart.Legend
-
Whether to use HTML to render the legend item texts.
- setUseHTML(Boolean) - Method in class com.jongsoft.highchart.chart.Tooltip
-
Use HTML to render the contents of the tooltip instead of SVG.
- setUseHTML(Boolean) - Method in class com.jongsoft.highchart.ChartTitle
-
Whether to use HTML to render the text.
- setValue(Number) - Method in class com.jongsoft.highchart.axis.PlotLine
-
The position of the line in axis units
- setValue(Number) - Method in class com.jongsoft.highchart.series.SeriesPoint
-
- setValue(Number) - Method in class com.jongsoft.highchart.series.Zone
-
The value up to where the zone extends, if undefined the zones stretches to the last value in the series.
- setValueDecimals(Number) - Method in class com.jongsoft.highchart.chart.Tooltip
-
How many decimals to show in each series' y value.
- setVerticalAlign(VerticalAlignment) - Method in class com.jongsoft.highchart.axis.PlotLine.PlotLineLabel
-
Vertical alignment of the label relative to the plot band.
- setVerticalAlign(VerticalAlignment) - Method in class com.jongsoft.highchart.chart.Legend
-
The vertical alignment of the legend box.
- setVerticalAlign(VerticalAlignment) - Method in class com.jongsoft.highchart.ChartTitle
-
The vertical alignment of the title.
- setVerticalAlign(String) - Method in class com.jongsoft.highchart.common.Credits.Position
-
- setViewDistance(Number) - Method in class com.jongsoft.highchart.chart.style.Options3D
-
Defines the distance the viewer is standing in front of the chart, this setting is important to calculate
the perspective effect in column and scatter charts.
- setVisible(Boolean) - Method in class com.jongsoft.highchart.axis.Axis
-
Whether axis, including axis title, line, ticks and labels, should be visible.
- setVisible(Boolean) - Method in class com.jongsoft.highchart.series.Series
-
Set the initial visibility of the series.
- setWidth(Number) - Method in class com.jongsoft.highchart.axis.Marker
-
Image markers only.
- setWidth(Number) - Method in class com.jongsoft.highchart.axis.PlotLine
-
The width or thickness of the plot line.
- setWidth(Number) - Method in class com.jongsoft.highchart.chart.BaseChart
-
- setWidth(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
The width of the legend box.
- setWidth(Number) - Method in class com.jongsoft.highchart.common.Crosshair
-
The pixel width of the crosshair.
- setX(Number) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
The x position offset of the label relative to the tick position on the axis
- setX(Number) - Method in class com.jongsoft.highchart.axis.PlotLine.PlotLineLabel
-
Horizontal position relative the alignment.
- setX(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
- setX(Number) - Method in class com.jongsoft.highchart.common.Credits.Position
-
- setX(Number) - Method in class com.jongsoft.highchart.common.Title
-
- setX(Number) - Method in class com.jongsoft.highchart.series.DataLabels
-
- setX(Number) - Method in class com.jongsoft.highchart.series.SeriesPoint
-
The x value of the point.
- setXAxis(Number) - Method in class com.jongsoft.highchart.series.Series
-
When using dual or multiple x axes, this number defines which xAxis the particular series is connected to.
- setY(Number) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
The y position offset of the label relative to the tick position on the axis.
- setY(Number) - Method in class com.jongsoft.highchart.axis.PlotLine.PlotLineLabel
-
Vertical position of the text baseline relative to the alignment.
- setY(Number) - Method in class com.jongsoft.highchart.chart.Legend
-
- setY(Number) - Method in class com.jongsoft.highchart.common.Credits.Position
-
- setY(Number) - Method in class com.jongsoft.highchart.common.Title
-
- setY(Number) - Method in class com.jongsoft.highchart.series.DataLabels
-
- setY(Number) - Method in class com.jongsoft.highchart.series.SeriesPoint
-
The y value of the point.
- setYAxis(Number) - Method in class com.jongsoft.highchart.series.Series
-
When using dual or multiple y axes, this number defines which yAxis the particular series is connected to.
- setzIndex(Number) - Method in class com.jongsoft.highchart.axis.AxisLabels
-
The Z index for the axis labels.
- setZIndex(Number) - Method in class com.jongsoft.highchart.axis.PlotLine
-
The z index of the plot line within the chart.
- setzIndex(Number) - Method in class com.jongsoft.highchart.common.Crosshair
-
The Z index of the crosshair.
- setZIndex(Number) - Method in class com.jongsoft.highchart.series.Series
-
Define the visual z index of the series.
- setZoneAxis(String) - Method in class com.jongsoft.highchart.series.Series
-
Defines the Axis on which the zones are applied.
- setZoomType(ZoomType) - Method in class com.jongsoft.highchart.chart.BaseChart
-
Decides in what dimensions the user can zoom by dragging the mouse.
- ShapeType - Enum in com.jongsoft.highchart.common
-
- SplineSeries - Class in com.jongsoft.highchart.series
-
- SplineSeries() - Constructor for class com.jongsoft.highchart.series.SplineSeries
-
- start() - Method in class com.jongsoft.highchart.phantomjs.DriverFactory
-
- start() - Method in class com.jongsoft.highchart.phantomjs.DriverPool
-
- start() - Method in interface com.jongsoft.Startable
-
Start the entity, this should allocate any needed resources and will allow the instance to accept further instructions
when completed.
- Startable - Interface in com.jongsoft
-
- Startable.Status - Enum in com.jongsoft
-
The status enum provides information into the current state of a
Startable
instance.
- stop() - Method in class com.jongsoft.highchart.phantomjs.DriverFactory
-
- stop() - Method in class com.jongsoft.highchart.phantomjs.DriverPool
-
- stop() - Method in interface com.jongsoft.Startable
-
Stop the instance.
- StringSerializer - Class in com.jongsoft.highchart.serializer
-
- StringSerializer() - Constructor for class com.jongsoft.highchart.serializer.StringSerializer
-
- Styled<T> - Class in com.jongsoft.highchart.common
-
- Styled() - Constructor for class com.jongsoft.highchart.common.Styled
-