A B C D E F G H I J K L M N O P R S T U V W X Y Z _ 
All Classes All Packages

A

AbstractChartsModel - Class in org.zkoss.chart.model
A skeletal implementation for ChartsModel.
AbstractChartsModel() - Constructor for class org.zkoss.chart.model.AbstractChartsModel
 
Accessibility - Class in org.zkoss.chart
An options for configuring accessibility for the chart.
Accessibility() - Constructor for class org.zkoss.chart.Accessibility
 
AccessibilityPoint - Class in org.zkoss.chart
Options for descriptions of individual data points.
AccessibilityPoint() - Constructor for class org.zkoss.chart.AccessibilityPoint
 
AccessibilitySeries - Class in org.zkoss.chart
Accessibility options global to all data series.
AccessibilitySeries() - Constructor for class org.zkoss.chart.AccessibilitySeries
 
add(String, Object) - Method in class org.zkoss.chart.util.OptionsMap
Adds the key with the value into the map.
addAnnotation(Annotation) - Method in class org.zkoss.chart.Charts
 
addAnnotation(Annotation) - Method in interface org.zkoss.chart.ChartsApi
Add an annotation to the chart after render time.
addAnnotation(Annotation) - Method in class org.zkoss.chart.ChartsEngine
 
addAnnotations(Annotation) - Method in class org.zkoss.chart.PlotData
Sets the annotation with out putting it in an Array.
addAxis(Axis) - Method in class org.zkoss.chart.Charts
Add an axis to the chart after render time.
addAxis(Axis) - Method in interface org.zkoss.chart.ChartsApi
Add an axis to the chart after render time.
addAxis(Axis) - Method in class org.zkoss.chart.ChartsEngine
 
addChartsDataListener(ChartsDataListener) - Method in class org.zkoss.chart.model.AbstractChartsModel
 
addChartsDataListener(ChartsDataListener) - Method in interface org.zkoss.chart.model.ChartsModel
Adds a listener to the chart that's notified each time a change to the data model occurs.
addDataLabels(DataLabels) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Add an option of data labels to the list.
addDataLabels(DataLabels) - Method in class org.zkoss.chart.Point
Add an option of data labels to the list.
addDataLabels(DataLabels) - Method in class org.zkoss.chart.Series
Add an option of data labels to the list.
ADDED - org.zkoss.chart.OptionDataEvent.EventType
Represents the event is in an added state.
ADDED - Static variable in interface org.zkoss.chart.model.ChartsDataEvent
Identifies the addition of one or more contiguous items to the list.
addEvent(String, JavaScriptValue) - Method in class org.zkoss.chart.Chart
Sets a client side event for the chart.
addEvent(String, JavaScriptValue) - Method in class org.zkoss.chart.Charts
 
addEvent(String, JavaScriptValue) - Method in interface org.zkoss.chart.ChartsApi
Sets a client side event for the chart.
addEvent(String, JavaScriptValue) - Method in class org.zkoss.chart.ChartsEngine
 
addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.chart.ClientEventHandler
Adds an event listener to this options.
addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.chart.PlotBand
Adds an event listener to this options.
addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.chart.PlotLine
Adds an event listener to this options.
addExtraAttr(String, JSONAware) - Method in class org.zkoss.chart.Optionable
Adds an extra attribute to client side, if any.
addJSFunctionCall(DeferredCall) - Method in class org.zkoss.chart.OptionDataEvent
Adds the Javascript function call to update at client side.
addNestedList(Object...) - Method in class org.zkoss.chart.util.OptionsList
Adds to create a nested options list with the given values.
addNestedList(String) - Method in class org.zkoss.chart.util.OptionsMap
Adds to create a nested options list with the given key.
addNestedMap(Object...) - Method in class org.zkoss.chart.util.OptionsList
Adds to create a nested options map with the given key and value pairs.
addNestedMap(String) - Method in class org.zkoss.chart.util.OptionsMap
Adds to create a nested options map with the given key.
addOptionDataListener(OptionDataListener) - Method in class org.zkoss.chart.Optionable
Adds the option data listener
addPlotBand(PlotBand) - Method in class org.zkoss.chart.Axis
Adds a plot band after render time.
addPlotLine(PlotLine) - Method in class org.zkoss.chart.Axis
Adds a plot line after render time.
addPoint(double) - Method in class org.zkoss.chart.Series
Add a number point to the end of the current points list.
addPoint(double, double) - Method in class org.zkoss.chart.Series
Add a point with x and y numbers to the end of the current points list.
addPoint(double, double, double) - Method in class org.zkoss.chart.Series
Add a point with x, low, and high numbers to the end of the current points list.
addPoint(Number) - Method in class org.zkoss.chart.Series
Add a number point to the end of the current points list.
addPoint(Number, Number) - Method in class org.zkoss.chart.Series
Add a point with x and y numbers to the end of the current points list.
addPoint(Number, Number, Number) - Method in class org.zkoss.chart.Series
Add a point with x, low, and high numbers to the end of the current points list.
addPoint(String, double) - Method in class org.zkoss.chart.Series
Add a point with name and number to the end of the current points list.
addPoint(String, Number) - Method in class org.zkoss.chart.Series
Add a point with name and number to the end of the current points list.
addPoint(String, Number, Number) - Method in class org.zkoss.chart.Series
Add a point with name, Y number, and X index to the end of the current points list.
addPoint(String, String) - Method in class org.zkoss.chart.Series
Add a point with from and to to the end of the current points list.
addPoint(String, String, Number) - Method in class org.zkoss.chart.Series
Add a point with from, to and weight to the end of the current points list.
addPoint(Point) - Method in class org.zkoss.chart.Series
Add a point at the end of the current points list.
addPoint(Point, boolean, boolean, boolean) - Method in class org.zkoss.chart.Series
Add a point to the end of the current points list.
addPoint(Point, boolean, boolean, Animation) - Method in class org.zkoss.chart.Series
Add a point at the end of the current points list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
Adds a PropertyChangeListener to the listener list.
addQueue(OptionDataEvent) - Method in class org.zkoss.chart.util.ResponseDataHandler
 
addRule(Responsive.Rule) - Method in class org.zkoss.chart.Responsive
Adds the rule at the end of the rules list.
addSeries(Series) - Method in class org.zkoss.chart.Charts
Add a series to the chart after render time.
addSeries(Series) - Method in interface org.zkoss.chart.ChartsApi
Add a series to the chart after render time.
addSeries(Series) - Method in class org.zkoss.chart.ChartsEngine
 
addSeries(Series) - Method in class org.zkoss.chart.PlotData
Adds the series at the end of the series list
addSeriesAsDrilldown(Point, Series) - Method in class org.zkoss.chart.Charts
Add a series to the chart as drilldown from a specific point in the parent series.
addStop(double, String) - Method in class org.zkoss.chart.LinearGradient
Adds the color range for a gradient can be composed of two or more colors.
addStop(double, String) - Method in class org.zkoss.chart.RadialGradient
Adds the color range for a gradient can be composed of two or more colors.
addValue(Comparable<?>, Number, Number) - Method in class org.zkoss.chart.model.DefaultXYModel
 
addValue(Comparable<?>, Number, Number) - Method in class org.zkoss.chart.model.DefaultXYZModel
Not supported since we need not only x, y, but also z information.
addValue(Comparable<?>, Number, Number) - Method in interface org.zkoss.chart.model.XYModel
Append an (x,y) into a series.
addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultXYModel
 
addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultXYZModel
Not supported since we need not only x, y, but also z information.
addValue(Comparable<?>, Number, Number, int) - Method in interface org.zkoss.chart.model.XYModel
Add an (x,y) into a series at specified index.
addValue(Comparable<?>, Number, Number, Number) - Method in class org.zkoss.chart.model.DefaultXYZModel
 
addValue(Comparable<?>, Number, Number, Number) - Method in interface org.zkoss.chart.model.XYZModel
Append an (x,y,z) into a series.
addValue(Comparable<?>, Number, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultXYZModel
 
addValue(Comparable<?>, Number, Number, Number, int) - Method in interface org.zkoss.chart.model.XYZModel
Add an (x,y,z) into a series at the specified index.
addValue(Comparable<?>, Number, Number, Number, Number, Number) - Method in interface org.zkoss.chart.model.BoxPlotModel
Append a (low, q1, median, q3, high) value into the the given series.
addValue(Comparable<?>, Number, Number, Number, Number, Number) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
addValue(Comparable<?>, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Add a (low, q1, median, q3, high) value into the the given series at the given index.
addValue(Comparable<?>, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
addValue(Comparable<?>, Number, Number, Number, Number, Number, Number) - Method in interface org.zkoss.chart.model.BoxPlotModel
Append a (x, low, q1, median, q3, high) value into the the given series.
addValue(Comparable<?>, Number, Number, Number, Number, Number, Number) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
addValue(Comparable<?>, Number, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Add a (x, low, q1, median, q3, high) value into the the given series at the given index.
addValue(Comparable<?>, Number, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
addValue(Comparable<?>, String, Number, Number, Number, Number, Number) - Method in interface org.zkoss.chart.model.BoxPlotModel
Append a (name, low, q1, median, q3, high) value into the the given series.
addValue(Comparable<?>, String, Number, Number, Number, Number, Number) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
addValue(Comparable<?>, String, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Add a (name, low, q1, median, q3, high) value into the the given series at the given index.
addValue(Comparable<?>, String, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
addValue(Comparable<?>, String, String) - Method in class org.zkoss.chart.model.DefaultFromToModel
 
addValue(Comparable<?>, String, String) - Method in class org.zkoss.chart.model.DefaultFromToWeightModel
 
addValue(Comparable<?>, String, String) - Method in interface org.zkoss.chart.model.FromToModel
Append a (from, to) into a series.
addValue(Comparable<?>, String, String, int) - Method in class org.zkoss.chart.model.DefaultFromToModel
 
addValue(Comparable<?>, String, String, int) - Method in class org.zkoss.chart.model.DefaultFromToWeightModel
 
addValue(Comparable<?>, String, String, int) - Method in interface org.zkoss.chart.model.FromToModel
Add a (from, to) into a series at specified index.
addValue(Comparable<?>, String, String, Number) - Method in class org.zkoss.chart.model.DefaultFromToWeightModel
 
addValue(Comparable<?>, String, String, Number) - Method in interface org.zkoss.chart.model.FromToWeightModel
Append a (from, to, weight) into a series.
addValue(Comparable<?>, String, String, Number, int) - Method in class org.zkoss.chart.model.DefaultFromToWeightModel
 
addValue(Comparable<?>, String, String, Number, int) - Method in interface org.zkoss.chart.model.FromToWeightModel
Add a (from, to, weight) into a series at the specified index.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
Adds a VetoableChangeListener to the listener list.
addXAxis(XAxis) - Method in class org.zkoss.chart.PlotData
Adds the xAxis at the end of the xAxis list.
addYAxis(YAxis) - Method in class org.zkoss.chart.PlotData
Adds the yAxis at the end of yAxis list.
addZAxis(ZAxis) - Method in class org.zkoss.chart.PlotData
Adds the yAxis at the end of zAxis list.
align - org.zkoss.chart.Subtitle.Attrs
 
Animation - Class in org.zkoss.chart
An animation class to set the overall animation for all chart updating.
Animation() - Constructor for class org.zkoss.chart.Animation
 
Annotation - Class in org.zkoss.chart
A basic type of an annotation.
Annotation() - Constructor for class org.zkoss.chart.Annotation
 
Annotation.Point - Class in org.zkoss.chart
This object defines the point to which the label or shape will be connected.
AnnotationLabel - Class in org.zkoss.chart
A label for the annotation.
AnnotationLabel() - Constructor for class org.zkoss.chart.AnnotationLabel
Default Constructor.
AnnotationLabel(String) - Constructor for class org.zkoss.chart.AnnotationLabel
Constructs with a id of a point.
AnnotationLabel(String, String) - Constructor for class org.zkoss.chart.AnnotationLabel
Constructs with a id of a point and format.
AnnotationLabel(Annotation.Point) - Constructor for class org.zkoss.chart.AnnotationLabel
Constructs with a point.
AnnotationLabel(Annotation.Point, String) - Constructor for class org.zkoss.chart.AnnotationLabel
Constructs with a point and text.
AnnotationLabelAccessibility - Class in org.zkoss.chart
Accessibility options for an annotation label.
AnnotationLabelAccessibility() - Constructor for class org.zkoss.chart.AnnotationLabelAccessibility
 
AnnotationLabelOptions - Class in org.zkoss.chart
Options for annotation's labels.
AnnotationLabelOptions() - Constructor for class org.zkoss.chart.AnnotationLabelOptions
 
AnnotationShape - Class in org.zkoss.chart
A shape for the annotation.
AnnotationShape() - Constructor for class org.zkoss.chart.AnnotationShape
 
AnnotationShapeOptions - Class in org.zkoss.chart
Options for annotation's shapes.
AnnotationShapeOptions() - Constructor for class org.zkoss.chart.AnnotationShapeOptions
 
AnnounceNewData - Class in org.zkoss.chart
An options for announcing new data to screen reader users.
AnnounceNewData() - Constructor for class org.zkoss.chart.AnnounceNewData
 
AnyVal<T> - Class in org.zkoss.chart.util
AnyVal is the root class of all primitive types, which describe values not implemented as objects in the underlying host system.
AnyVal(T) - Constructor for class org.zkoss.chart.util.AnyVal
 
append(Object) - Method in class org.zkoss.chart.util.OptionsList
Adds the value into the list.
ARC_DIAGRAM - Static variable in class org.zkoss.chart.Charts
Chart type: arcdiagram
ArcDiagramPlotImpl - Class in org.zkoss.chart.impl
A model implementation for arc diagram chart
ArcDiagramPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.ArcDiagramPlotImpl
 
ArcDiagramPlotOptions - Class in org.zkoss.chart.plotOptions
An options for arc diagram plot.
ArcDiagramPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
 
AREA - Static variable in class org.zkoss.chart.Charts
Chart type: area
AREA_RANGE - Static variable in class org.zkoss.chart.Charts
Chart type: area range
AREA_SPLINE - Static variable in class org.zkoss.chart.Charts
Chart type: area spline
AREA_SPLINE_RANGE - Static variable in class org.zkoss.chart.Charts
Chart type: area spline range
AreaPlotImpl - Class in org.zkoss.chart.impl
A model implementation for area chart
AreaPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.AreaPlotImpl
 
AreaPlotOptions - Class in org.zkoss.chart.plotOptions
An options for area plot
AreaPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.AreaPlotOptions
 
AreaRangePlotImpl - Class in org.zkoss.chart.impl
A model implementation for area range chart
AreaRangePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.AreaRangePlotImpl
 
AreaRangePlotOptions - Class in org.zkoss.chart.plotOptions
An options for area range plot
AreaRangePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.AreaRangePlotOptions
 
AreaSplinePlotImpl - Class in org.zkoss.chart.impl
A model implementation for area spline chart
AreaSplinePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.AreaSplinePlotImpl
 
AreaSplinePlotOptions - Class in org.zkoss.chart.plotOptions
An options for area spline plot
AreaSplinePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.AreaSplinePlotOptions
 
AreaSplineRangePlotImpl - Class in org.zkoss.chart.impl
A model implementation for area spline range chart
AreaSplineRangePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.AreaSplineRangePlotImpl
 
AreaSplineRangePlotOptions - Class in org.zkoss.chart.plotOptions
An option for area spline range plot
AreaSplineRangePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.AreaSplineRangePlotOptions
 
ArrayPoint(Number...) - Constructor for class org.zkoss.chart.Point.ArrayPoint
 
ArrayPoint(List<T>) - Constructor for class org.zkoss.chart.Point.ArrayPoint
 
ArrayPoint(T...) - Constructor for class org.zkoss.chart.Point.ArrayPoint
 
asArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as an array, if possible.
asBoolean() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as boolean type, if possible.
asBooleanArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as boolean array, if possible.
asByte() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value in byte type, if possible.
asByteArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as byte array, if possible.
asChar() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as char type, if possible.
asCharArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as char array, if possible.
asDouble() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as double type, if possible.
asDoubleArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as double array, if possible.
asFloat() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as float type, if possible.
asFloatArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as float array, if possible.
asInt() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as int type, if possible.
asIntArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as int array, if possible.
asList() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as a list, if possible.
asLong() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as long type, if possible.
asLongArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as long array, if possible.
asMap() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as a map, if possible.
asNumber() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as number type, if possible.
asNumberArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as Number array, if possible.
asSet() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as a set, if possible.
asShort() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as short type, if possible.
asShortArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as short array, if possible.
asString() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as string type, if possible.
asStringArray() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value as string array, if possible.
asValue() - Method in class org.zkoss.chart.util.AnyVal
Returns the origin value
AVOCADO - org.zkoss.chart.Theme.ThemeImpl
 
AVOCADO - Static variable in interface org.zkoss.chart.Theme
The Avocado theme provided by Highcharts JS
Axis - Class in org.zkoss.chart
A chart can have from 0 axes (pie chart) to multiples.
Axis() - Constructor for class org.zkoss.chart.Axis
 
AxisAccessibility - Class in org.zkoss.chart
Accessibility options for an axis.
AxisAccessibility() - Constructor for class org.zkoss.chart.AxisAccessibility
 
AxisLabels - Class in org.zkoss.chart
The axis labels show the number or category for each tick.
AxisLabels() - Constructor for class org.zkoss.chart.AxisLabels
 
AxisTitle - Class in org.zkoss.chart
An option for axis' title
AxisTitle() - Constructor for class org.zkoss.chart.AxisTitle
 

B

BackPanel - Class in org.zkoss.chart.options3D
A back panel of the 3Dframe around 3D charts
BackPanel() - Constructor for class org.zkoss.chart.options3D.BackPanel
 
BAR - Static variable in class org.zkoss.chart.Charts
Chart type: bar
BarDataLabels - Class in org.zkoss.chart.plotOptions
An option of data labels used for Bar plot
BarDataLabels() - Constructor for class org.zkoss.chart.plotOptions.BarDataLabels
 
BarPlotImpl - Class in org.zkoss.chart.impl
A model implementation for bar chart
BarPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.BarPlotImpl
 
BarPlotOptions - Class in org.zkoss.chart.plotOptions
An option for bar plot
BarPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.BarPlotOptions
 
Base64Coder - Class in org.zkoss.chart.lic.util
A Base64 encoder/decoder.
BELLCURVE - Static variable in class org.zkoss.chart.Charts
Chart type: bell curve
BellCurvePlotOptions - Class in org.zkoss.chart.plotOptions
An option for bell curve plot
BellCurvePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.BellCurvePlotOptions
 
BottomPanel - Class in org.zkoss.chart.options3D
A bottom panel of the 3Dframe around 3D charts
BottomPanel() - Constructor for class org.zkoss.chart.options3D.BottomPanel
 
BOX_PLOT - Static variable in class org.zkoss.chart.Charts
Chart type: boxplot
BoxPlotImpl - Class in org.zkoss.chart.impl
 
BoxPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.BoxPlotImpl
 
BoxPlotModel - Interface in org.zkoss.chart.model
A data model to be used with box plot.
BoxPlotOptions - Class in org.zkoss.chart.plotOptions
An option for box plot
BoxPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.BoxPlotOptions
 
BoxplotTuple(Number, Number, Number, Number, Number) - Constructor for class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
 
BoxplotTuple(Number, Number, Number, Number, Number, Number) - Constructor for class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
 
BoxplotTuple(String, Number, Number, Number, Number, Number) - Constructor for class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
 
Breadcrumbs - Class in org.zkoss.chart
Options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.
Breadcrumbs() - Constructor for class org.zkoss.chart.Breadcrumbs
 
Break - Class in org.zkoss.chart
Represents a break in the axis.
Break() - Constructor for class org.zkoss.chart.Break
 
BUBBLE - Static variable in class org.zkoss.chart.Charts
Chart type: bubble
BubbleLegend - Class in org.zkoss.chart
The bubble legend is an additional element in legend which presents the scale of the bubble series.
BubbleLegend() - Constructor for class org.zkoss.chart.BubbleLegend
 
BubbleLegend.Labels - Class in org.zkoss.chart
Options for the bubble legend labels.
BubbleLegend.Range - Class in org.zkoss.chart
Options for specific range.
BubblePlotImpl - Class in org.zkoss.chart.impl
A model implementation for bubble chart
BubblePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.BubblePlotImpl
 
BubblePlotOptions - Class in org.zkoss.chart.plotOptions
An option for bubble plot.
BubblePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.BubblePlotOptions
 
BUFSIZE - Static variable in class org.zkoss.chart.lic.xml.PersistenceService
The buffer size for I/O used in the store and load methods.
BulletPlotImpl - Class in org.zkoss.chart.impl
A model implementation for bullet chart
BulletPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.BulletPlotImpl
 
BulletPlotOptions - Class in org.zkoss.chart.plotOptions
An option for bullet plot
BulletPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.BulletPlotOptions
 

C

callArray(String, int) - Method in class org.zkoss.chart.util.JSFunction
Calls a array with the given index.
callFunction(String) - Method in class org.zkoss.chart.util.JSFunction
Calls a Javascript Function without any arguments.
callFunction(String, Object...) - Method in class org.zkoss.chart.util.JSFunction
Calls a Javascript Function with any arguments.
CAP_RADIUS - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
 
Caption - Class in org.zkoss.chart
The chart's caption, which will render below the chart and will be part of exported charts.
Caption() - Constructor for class org.zkoss.chart.Caption
 
CategoryModel - Interface in org.zkoss.chart.model
A category chart data model.
CHANGED - org.zkoss.chart.OptionDataEvent.EventType
Represents the event is in a changed state.
CHANGED - Static variable in interface org.zkoss.chart.model.ChartsDataEvent
Identifies one or more changes in the lists contents.
Chart - Class in org.zkoss.chart
An Chart options regarding the chart area and plot area as well as general chart options.
Chart() - Constructor for class org.zkoss.chart.Chart
 
Charts - Class in org.zkoss.chart
Charts is a ZK component that wraps the Highcharts.com charting library which is written in pure HTML5/JavaScript, offering intuitive, interactive charts to your website or web application.
Charts() - Constructor for class org.zkoss.chart.Charts
 
ChartsApi - Interface in org.zkoss.chart
Charts' API interface.
ChartsClickEvent - Class in org.zkoss.chart
A click event used for Charts component to provide an extra information on the clicked spot can be found through event.getXAxis() and event.getYAxis(), which are numbers containing each axis' value at the clicked spot.
ChartsClickEvent(String, Component, int, int, int, int, int, Number, Number) - Constructor for class org.zkoss.chart.ChartsClickEvent
 
ChartsClickEvent(String, Component, String, int) - Constructor for class org.zkoss.chart.ChartsClickEvent
 
ChartsDataEvent - Interface in org.zkoss.chart.model
A inferface of charts data event
ChartsDataEventImpl - Class in org.zkoss.chart.model
Defines an event that encapsulates changes to a charts' data model.
ChartsDataEventImpl(ChartsModel, int, Comparable, Comparable, int, int, Object) - Constructor for class org.zkoss.chart.model.ChartsDataEventImpl
 
ChartsDataListener - Interface in org.zkoss.chart.model
Defines the methods used in listener when the content of ChartsModel is changed.
ChartsEngine - Class in org.zkoss.chart
An engine of Charts.
ChartsEngine() - Constructor for class org.zkoss.chart.ChartsEngine
 
ChartsEvent - Class in org.zkoss.chart
Represents an event cause by user's interaction with the Highcharts.
ChartsEvent(String, Component, int, int, Comparable<?>, boolean, boolean) - Constructor for class org.zkoss.chart.ChartsEvent
 
ChartsEvents - Class in org.zkoss.chart
Utilities to access events for Highcharts
ChartsModel - Interface in org.zkoss.chart.model
Charts Model is used to hold the data model for the charts component.
ChartsModelProxy - Class in org.zkoss.chart.model
A helper class to convert ChartModel into ChartsModel
ChartsModelProxy(ChartModel) - Constructor for class org.zkoss.chart.model.ChartsModelProxy
 
ChartsMouseEvent - Class in org.zkoss.chart
A Charts mouse event that wraps an original mouse event and provides an API to receive a Charts Optionable target.
ChartsMouseEvent(Optionable, String, Component) - Constructor for class org.zkoss.chart.ChartsMouseEvent
 
ChartsMouseEvent(Optionable, String, Component, int, int, int, int) - Constructor for class org.zkoss.chart.ChartsMouseEvent
 
ChartsMouseEvent(Optionable, String, Component, int, int, int, int, int) - Constructor for class org.zkoss.chart.ChartsMouseEvent
 
ChartsMouseEvent(Optionable, String, Component, String, int) - Constructor for class org.zkoss.chart.ChartsMouseEvent
 
ChartsSelectionEvent - Class in org.zkoss.chart
A selection event used for Charts component to provide an extra information on the selection spot can be found through event.getXAxis() and event.getYAxis(), which are numbers containing each axis' value at the selected spot.
ChartsSelectionEvent(String, Component, Number, Number, Number, Number) - Constructor for class org.zkoss.chart.ChartsSelectionEvent
 
clear() - Method in interface org.zkoss.chart.model.BoxPlotModel
clear this model.
clear() - Method in interface org.zkoss.chart.model.CategoryModel
clear the model.
clear() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
clear() - Method in class org.zkoss.chart.model.DefaultCategoryModel
 
clear() - Method in class org.zkoss.chart.model.DefaultDialModel
 
clear() - Method in class org.zkoss.chart.model.DefaultFromToModel
 
clear() - Method in class org.zkoss.chart.model.DefaultSingleValueCategoryModel
 
clear() - Method in class org.zkoss.chart.model.DefaultXYModel
 
clear() - Method in interface org.zkoss.chart.model.DialModel
clear the model.
clear() - Method in interface org.zkoss.chart.model.FromToModel
clear this model.
clear() - Method in interface org.zkoss.chart.model.SingleValueCategoryModel
clear the model.
clear() - Method in interface org.zkoss.chart.model.XYModel
clear this model.
clear() - Method in class org.zkoss.chart.util.ResponseDataHandler
 
clearOptonDataListener() - Method in class org.zkoss.chart.Optionable
Clear up all the option data listeners
clearPointSelection() - Method in class org.zkoss.chart.Charts
Clears the selected points in the chart.
ClientEventHandler - Interface in org.zkoss.chart
A way to handle a client event listener.
clone() - Method in class org.zkoss.chart.model.AbstractChartsModel
 
clone() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
clone() - Method in class org.zkoss.chart.model.DefaultCategoryModel
 
clone() - Method in class org.zkoss.chart.model.DefaultDialModel
 
clone() - Method in class org.zkoss.chart.model.DefaultFromToModel
 
clone() - Method in class org.zkoss.chart.model.DefaultSingleValueCategoryModel
 
clone() - Method in class org.zkoss.chart.model.DefaultXYModel
 
clone() - Method in class org.zkoss.chart.Optionable
 
Cluster - Class in org.zkoss.chart
Options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
Cluster() - Constructor for class org.zkoss.chart.Cluster
 
ClusterLayoutAlgorithm - Class in org.zkoss.chart
Options for layout algorithm.
ClusterLayoutAlgorithm() - Constructor for class org.zkoss.chart.ClusterLayoutAlgorithm
 
CollapseButton - Class in org.zkoss.chart.plotOptions
Options applied to collapse Button.
CollapseButton() - Constructor for class org.zkoss.chart.plotOptions.CollapseButton
 
Color - Class in org.zkoss.chart
A color option wrap for String type, LinearGradient, or RadialGradient
Color(String) - Constructor for class org.zkoss.chart.Color
Constructs with a string color.
Color(LinearGradient) - Constructor for class org.zkoss.chart.Color
Constructs with a linear gradient color.
Color(RadialGradient) - Constructor for class org.zkoss.chart.Color
Constructs with a radial gradient color.
ColorAxis - Class in org.zkoss.chart
A Color Axis used for heat map plots only
ColorAxis() - Constructor for class org.zkoss.chart.ColorAxis
 
ColorVariation - Class in org.zkoss.chart
A configuration object to define how the color of a child varies from the parent's color.
ColorVariation() - Constructor for class org.zkoss.chart.ColorVariation
 
COLUMN - Static variable in class org.zkoss.chart.Charts
Chart type: column
COLUMN_PYRAMID - Static variable in class org.zkoss.chart.Charts
Chart type: column pyramid
COLUMN_RANGE - Static variable in class org.zkoss.chart.Charts
Chart type: column range
ColumnPlotImpl - Class in org.zkoss.chart.impl
A model implementation for column chart
ColumnPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.ColumnPlotImpl
 
ColumnPlotOptions - Class in org.zkoss.chart.plotOptions
An option for column plot
ColumnPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.ColumnPlotOptions
 
ColumnPyramidPlotImpl - Class in org.zkoss.chart.impl
A model implementation for column pyramid chart
ColumnPyramidPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.ColumnPyramidPlotImpl
 
ColumnPyramidPlotOptions - Class in org.zkoss.chart.plotOptions
An option for column pyramid plot
ColumnPyramidPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.ColumnPyramidPlotOptions
 
ColumnRangePlotImpl - Class in org.zkoss.chart.impl
A model implementation for column range chart
ColumnRangePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.ColumnRangePlotImpl
 
ColumnRangePlotOptions - Class in org.zkoss.chart.plotOptions
An option for column range plot
ColumnRangePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
 
Condition() - Constructor for class org.zkoss.chart.Responsive.Condition
 
ConnectorOptions - Class in org.zkoss.chart
Options for the connector in the Series on point feature.
ConnectorOptions() - Constructor for class org.zkoss.chart.ConnectorOptions
 
containsKey(PlotAttribute) - Method in class org.zkoss.chart.Optionable
Returns true if this options contains a mapping for the specified key.
Credits - Class in org.zkoss.chart
A credits option to put a credits label in the lower right corner of the chart.
Credits() - Constructor for class org.zkoss.chart.Credits
 
Crosshair - Class in org.zkoss.chart
Configure a crosshair that follows either the mouse pointer or the hovered point.
Crosshair() - Constructor for class org.zkoss.chart.Crosshair
 
CYLINDER - Static variable in class org.zkoss.chart.Charts
Chart type: cylinder
CylinderPlotOptions - Class in org.zkoss.chart.plotOptions
An option for cylinder plot
CylinderPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.CylinderPlotOptions
 

D

DARK_BLUE - org.zkoss.chart.Theme.ThemeImpl
 
DARK_BLUE - Static variable in interface org.zkoss.chart.Theme
The dark blue theme provided by Highcharts JS
DARK_GREEN - org.zkoss.chart.Theme.ThemeImpl
 
DARK_GREEN - Static variable in interface org.zkoss.chart.Theme
The dark green theme provided by Highcharts JS
DARK_UNICA - org.zkoss.chart.Theme.ThemeImpl
 
DARK_UNICA - Static variable in interface org.zkoss.chart.Theme
The Dark Unica theme provided by Highcharts JS
DataClass - Class in org.zkoss.chart
A data class or range for the choropleth map.
DataClass() - Constructor for class org.zkoss.chart.DataClass
 
DataLabels - Class in org.zkoss.chart.plotOptions
An option of data labels used for Series
DataLabels() - Constructor for class org.zkoss.chart.plotOptions.DataLabels
 
DataLabelsFilter - Class in org.zkoss.chart.plotOptions
A declarative filter to control of which data labels to display.
DataLabelsFilter() - Constructor for class org.zkoss.chart.plotOptions.DataLabelsFilter
 
DataLabelsTextPath - Class in org.zkoss.chart.plotOptions
Options for a label text which should follow marker's shape.
DataLabelsTextPath() - Constructor for class org.zkoss.chart.plotOptions.DataLabelsTextPath
 
DataSorting - Class in org.zkoss.chart
Options for the series data sorting.
DataSorting() - Constructor for class org.zkoss.chart.DataSorting
 
DateTimeLabelFormats - Class in org.zkoss.chart
For a datetime axis, the scale will automatically adjust to the appropriate unit.
DateTimeLabelFormats() - Constructor for class org.zkoss.chart.DateTimeLabelFormats
 
decode(char[]) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Decodes a byte array from Base64 format.
decode(char[], int, int) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Decodes a byte array from Base64 format.
decode(String) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Decodes a byte array from Base64 format.
decodeLines(String) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks.
decodeString(String) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Decodes a string from Base64 format.
DEFAULT - org.zkoss.chart.Theme.ThemeImpl
 
DEFAULT - Static variable in interface org.zkoss.chart.Theme
The default theme provided by Highcharts JS
DefaultBoxPlotModel - Class in org.zkoss.chart.model
 
DefaultBoxPlotModel() - Constructor for class org.zkoss.chart.model.DefaultBoxPlotModel
 
DefaultBoxPlotModel.BoxplotTuple - Class in org.zkoss.chart.model
 
DefaultCategoryModel - Class in org.zkoss.chart.model
A Category data model implementation of CategoryModel.
DefaultCategoryModel() - Constructor for class org.zkoss.chart.model.DefaultCategoryModel
 
DefaultDialModel - Class in org.zkoss.chart.model
A data model to be used with dial chart.
DefaultDialModel() - Constructor for class org.zkoss.chart.model.DefaultDialModel
 
DefaultFromToModel - Class in org.zkoss.chart.model
A default implementation of FromToModel.
DefaultFromToModel() - Constructor for class org.zkoss.chart.model.DefaultFromToModel
 
DefaultFromToModel.FromToPair - Class in org.zkoss.chart.model
 
DefaultFromToWeightModel - Class in org.zkoss.chart.model
A default implementation of FromToWeightModel.
DefaultFromToWeightModel() - Constructor for class org.zkoss.chart.model.DefaultFromToWeightModel
 
DefaultLowHighModel - Class in org.zkoss.chart.model
A LowHigh data model for Dumbbell chart.
DefaultLowHighModel() - Constructor for class org.zkoss.chart.model.DefaultLowHighModel
 
DefaultLowModel - Class in org.zkoss.chart.model
A low model for Lollipop chart type.
DefaultLowModel() - Constructor for class org.zkoss.chart.model.DefaultLowModel
 
DefaultPieModel - Class in org.zkoss.chart.model
A Pie chart data model implementation of PieModel.
DefaultPieModel() - Constructor for class org.zkoss.chart.model.DefaultPieModel
 
DefaultSingleValueCategoryModel - Class in org.zkoss.chart.model
A Pie chart data model implementation of SingleValueCategoryModel.
DefaultSingleValueCategoryModel() - Constructor for class org.zkoss.chart.model.DefaultSingleValueCategoryModel
 
DefaultWordCloudModel - Class in org.zkoss.chart.model
A word cloud chart data model implementation of WordCloudModel.
DefaultWordCloudModel() - Constructor for class org.zkoss.chart.model.DefaultWordCloudModel
 
DefaultXYModel - Class in org.zkoss.chart.model
A XY data model implementation of XYModel.
DefaultXYModel() - Constructor for class org.zkoss.chart.model.DefaultXYModel
 
DefaultXYModel.XYPair - Class in org.zkoss.chart.model
 
DefaultXYZModel - Class in org.zkoss.chart.model
A XYZ data model implementation of XYZModel.
DefaultXYZModel() - Constructor for class org.zkoss.chart.model.DefaultXYZModel
 
DeferredCall - Interface in org.zkoss.chart.util
Used with OptionDataEvent.addJSFunctionCall(DeferredCall) to defer calling the result of the JSFunction when the calls are unnecessary.
DEPENDENCYWHEEL - Static variable in class org.zkoss.chart.Charts
Chart type: dependency wheel
DependencyWheelPlotImpl - Class in org.zkoss.chart.impl
A model implementation for dependencywheel chart
DependencyWheelPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.DependencyWheelPlotImpl
 
DependencyWheelPlotOptions - Class in org.zkoss.chart.plotOptions
An option for dependency wheel plot
DependencyWheelPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.DependencyWheelPlotOptions
 
DESTROYED - org.zkoss.chart.OptionDataEvent.EventType
Represents the event is in a destroyed state.
DialChartsDataEvent - Interface in org.zkoss.chart.model
A dial chart data event to handle the property changed.
DialChartsDataEventImpl - Class in org.zkoss.chart.model
A dial chart data event to handle the property changed.
DialChartsDataEventImpl(ChartsModel, int, String, Object) - Constructor for class org.zkoss.chart.model.DialChartsDataEventImpl
 
DialModel - Interface in org.zkoss.chart.model
A data model to be used with dial chart.
DialModelRange - Class in org.zkoss.chart.model
Color range to be marked in DialModelScale.
DialModelScale - Class in org.zkoss.chart.model
A set of information of a scale in a Dial chart.
DragDrop - Class in org.zkoss.chart.plotOptions
The draggable-points module allows points to be moved around or modified in the chart.
DragDrop() - Constructor for class org.zkoss.chart.plotOptions.DragDrop
 
DragDrop.DragHandle - Class in org.zkoss.chart.plotOptions
Options for the drag handles.
DragDrop.GuideBox - Class in org.zkoss.chart.plotOptions
 
DragHandle() - Constructor for class org.zkoss.chart.plotOptions.DragDrop.DragHandle
 
drawBoxPlotModel(BoxPlotModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with boxplot model
drawCategoryModel(CategoryModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with category model
drawCategoryModel(CategoryModel) - Method in class org.zkoss.chart.impl.WaterfallPlotImpl
 
drawDialModel(DialModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with dial model
drawFromToModel(FromToModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with (from, to) model
drawFromToWeightModel(FromToWeightModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with (from, to, weight) model
drawLowHighModel(LowHighModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with (low, high) model
drawLowModel(LowModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with single value category model for Low Model
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.ArcDiagramPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.AreaPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.AreaRangePlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.AreaSplinePlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.AreaSplineRangePlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.BarPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.BoxPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.BubblePlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.BulletPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.ColumnPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.ColumnPyramidPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.ColumnRangePlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.DependencyWheelPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.DumbbellPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.ErrorBarPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.FunnelPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.GaugePlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.HeatmapPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.LinePlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.LollipopPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.NetworkGraphPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.OrganizationPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.PiePlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.PolarPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.PolygonPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.PyramidPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.SankeyPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.Scatter3DPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.ScatterPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.SplinePlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.StreamGraphPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.TreegraphPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.TreemapPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.VariwidePlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.WaterfallPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.WindBarbPlotImpl
 
drawPlot(ChartsModel) - Method in class org.zkoss.chart.impl.WordCloudPlotImpl
 
drawPlot(ChartsModel) - Method in interface org.zkoss.chart.PlotEngine
Returns the plot data format which is a JSON string.
drawSingleValueCategoryModel(SingleValueCategoryModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with single value category model
drawWordCloudModel(WordCloudModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with word cloud model
drawXYModel(XYModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with xy model
drawXYZModel(XYZModel) - Method in class org.zkoss.chart.impl.PlotEngineImpl
Draws the chart with xyz model
Drilldown - Class in org.zkoss.chart
Options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
Drilldown() - Constructor for class org.zkoss.chart.Drilldown
 
DrillUpButton - Class in org.zkoss.chart
Options for the drill up button that appears when drilling down on a series.
DrillUpButton() - Constructor for class org.zkoss.chart.DrillUpButton
 
DUMBBELL - Static variable in class org.zkoss.chart.Charts
Chart type: dumbbell
DumbbellPlotImpl - Class in org.zkoss.chart.impl
A model implementation for dumbbell chart
DumbbellPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.DumbbellPlotImpl
 
DumbbellPlotOptions - Class in org.zkoss.chart.plotOptions
An options for dumbbell plot.
DumbbellPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.DumbbellPlotOptions
 
DynamicalAttribute - Interface in org.zkoss.chart.util
An interface for PlotAttribute to notify the upstream to update at client dynamically.

E

ECHO - org.zkoss.chart.OptionDataEvent.EventType
Represents the event is in an echo state.
empty() - Method in class org.zkoss.chart.util.JSFunction
 
encode(byte[]) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int, int) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Encodes a byte array into Base64 format.
encodeLines(byte[]) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines of 76 characters.
encodeLines(byte[], int, int, int, String) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines.
encodeString(String) - Static method in class org.zkoss.chart.lic.util.Base64Coder
Encodes a string into Base64 format.
equals(Object) - Method in class org.zkoss.chart.PlotData
 
equals(Object) - Method in class org.zkoss.chart.util.AnyVal
 
ERROR_BAR - Static variable in class org.zkoss.chart.Charts
Chart type: error bar
ErrorBarPlotImpl - Class in org.zkoss.chart.impl
A model implementation for error bar chart
ErrorBarPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.ErrorBarPlotImpl
 
ErrorBarPlotOptions - Class in org.zkoss.chart.plotOptions
An option for error bar plot
ErrorBarPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
 
evalAttribute(String) - Method in class org.zkoss.chart.util.JSFunction
Evaluates an attribute of Javascript Object.
evalJavascript(String) - Method in class org.zkoss.chart.util.JSFunction
Evaluates a Javascript code with parentheses, if any.
execute(JSFunction) - Method in interface org.zkoss.chart.util.DeferredCall
Executes the method when necessary, i.e.
Exporting - Class in org.zkoss.chart
Options for the exporting module.
Exporting() - Constructor for class org.zkoss.chart.Exporting
 
ExportingAccessibility - Class in org.zkoss.chart
Accessibility options for the exporting menu.
ExportingAccessibility() - Constructor for class org.zkoss.chart.ExportingAccessibility
 
ExportingButton - Class in org.zkoss.chart
Options for the export button.
ExportingButton() - Constructor for class org.zkoss.chart.ExportingButton
 

F

fireEvent(int, Comparable<?>, Comparable<?>, int, int, Object) - Method in class org.zkoss.chart.model.AbstractChartsModel
fireEvent(int, String, Object) - Method in class org.zkoss.chart.model.DefaultDialModel
Fire the chart data event with the given property key.
fireEvent(ChartsDataEvent) - Method in class org.zkoss.chart.model.ChartsModelProxy
 
fireEvent(OptionDataEvent) - Method in class org.zkoss.chart.Optionable
Triggers the option change event.
fireEvent(OptionDataEvent.EventType, String, Object, String, Object, Object...) - Method in class org.zkoss.chart.Optionable
Triggers the option change event.
fireEvent(OptionDataEvent.EventType, String, Object, DeferredCall) - Method in class org.zkoss.chart.Optionable
Triggers the option change event.
fireEvent(OptionDataEvent.EventType, PlotAttribute, Object) - Method in class org.zkoss.chart.Optionable
Triggers the option change event.
fireEvent(OptionDataEvent.EventType, PlotAttribute, Object, DeferredCall) - Method in class org.zkoss.chart.Optionable
Triggers the option change event.
firePropertyChange(PropertyChangeEvent) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
 
fireVetoableChange(PropertyChangeEvent) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
 
floating - org.zkoss.chart.Subtitle.Attrs
 
FocusBorder - Class in org.zkoss.chart
Options for the focus border drawn around elements while navigating through them.
FocusBorder() - Constructor for class org.zkoss.chart.FocusBorder
 
FRAME_BG_ALPHA - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
 
FRAME_BG_COLOR - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
 
FRAME_BG_COLOR_1 - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
 
FRAME_BG_COLOR_2 - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
 
FRAME_FG_COLOR - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
 
Frame3D - Class in org.zkoss.chart.options3D
A 3D frame options
Frame3D() - Constructor for class org.zkoss.chart.options3D.Frame3D
 
FromToModel - Interface in org.zkoss.chart.model
A (from, to) chart data model.
FromToPair(String, String) - Constructor for class org.zkoss.chart.model.DefaultFromToModel.FromToPair
 
FromToWeightModel - Interface in org.zkoss.chart.model
A (from, to, weight) chart data model.
FUNNEL - Static variable in class org.zkoss.chart.Charts
Chart type: funnel
FUNNEL3D - Static variable in class org.zkoss.chart.Charts
Chart type: funnel 3d
Funnel3DPlotOptions - Class in org.zkoss.chart.plotOptions
An option for funnel3d plot
Funnel3DPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
 
FunnelDataLabels - Class in org.zkoss.chart.plotOptions
An option of data labels used for Funnel
FunnelDataLabels() - Constructor for class org.zkoss.chart.plotOptions.FunnelDataLabels
 
FunnelPlotImpl - Class in org.zkoss.chart.impl
A model implementation for funnel chart
FunnelPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.FunnelPlotImpl
 
FunnelPlotOptions - Class in org.zkoss.chart.plotOptions
An option for funnel plot
FunnelPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.FunnelPlotOptions
 

G

GAUGE - Static variable in class org.zkoss.chart.Charts
Chart type: gauge
GaugeDialPlotOptions - Class in org.zkoss.chart.plotOptions
An option for gauge dial plot for Point.getDial() and GaugePlotOptions.getDial() to use.
GaugeDialPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
 
GaugePivotPlotOptions - Class in org.zkoss.chart.plotOptions
An option for gauge pivot plot.
GaugePivotPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
 
GaugePlotImpl - Class in org.zkoss.chart.impl
A model implementation for gauge chart
GaugePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.GaugePlotImpl
 
GaugePlotOptions - Class in org.zkoss.chart.plotOptions
An option for gauge plot.
GaugePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.GaugePlotOptions
 
GenericCertificate - Class in org.zkoss.chart.lic.xml
This non-visual JavaBean implements authenticated runtime objects whose integrity cannot be compromised without being detected.
GenericCertificate() - Constructor for class org.zkoss.chart.lic.xml.GenericCertificate
Creates a new generic certificate.
GenericCertificate(GenericCertificate) - Constructor for class org.zkoss.chart.lic.xml.GenericCertificate
Copy constructor for the given generic certificate.
GenericCertificateIntegrityException - Exception in org.zkoss.chart.lic.xml
An instance of this class is thrown if the integrity of a GenericCertificate has been detected to be compromised.
GenericCertificateIntegrityException() - Constructor for exception org.zkoss.chart.lic.xml.GenericCertificateIntegrityException
 
GenericCertificateIsLockedException - Exception in org.zkoss.chart.lic.xml
Thrown if a property is tried to set once a GenericCertificate has been locked.
GenericCertificateIsLockedException(PropertyChangeEvent) - Constructor for exception org.zkoss.chart.lic.xml.GenericCertificateIsLockedException
 
GenericCertificateNotLockedException - Exception in org.zkoss.chart.lic.xml
An instance of this class is thrown if a GenericCertificate's content is tried to be retrieved but the certificate has neither signed nor verified any content.
GenericCertificateNotLockedException() - Constructor for exception org.zkoss.chart.lic.xml.GenericCertificateNotLockedException
 
getAccessibility() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns an accessibility options for annotation label, if null, it will create new one.
getAccessibility() - Method in class org.zkoss.chart.Axis
Returns an accessibility options for an axis, if null, it will create new one.
getAccessibility() - Method in class org.zkoss.chart.Charts
Returns options for configuring accessibility for the chart.
getAccessibility() - Method in interface org.zkoss.chart.ChartsApi
Returns options for configuring accessibility for the chart, or create a new one.
getAccessibility() - Method in class org.zkoss.chart.ChartsEngine
 
getAccessibility() - Method in class org.zkoss.chart.ColorAxis
Returns an accessibility options for an axis, if null, it will create new one.
getAccessibility() - Method in class org.zkoss.chart.Exporting
Accessibility options for the exporting menu, or create a new one.
getAccessibility() - Method in class org.zkoss.chart.Lang
Returns the configure the accessibility strings in the chart.
getAccessibility() - Method in class org.zkoss.chart.Legend
Accessibility options for the legend, or create a new one.
getAccessibility() - Method in class org.zkoss.chart.PlotData
Returns options for configuring accessibility for the chart, or create a new one.
getAccessibility() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns accessibility options for a series.
getAccessibility() - Method in class org.zkoss.chart.Point
Returns an accessibility options for a data point, if null, it will create new one.
getAccessibility() - Method in class org.zkoss.chart.Series
Returns accessibility options for a series.
getActiveAxisLabelStyle() - Method in class org.zkoss.chart.Drilldown
Returns additional styles to apply to the X axis label for a point that has drilldown data.
getActiveColor() - Method in class org.zkoss.chart.LegendNavigation
Returns the color for the active up or down arrow in the legend page navigation.
getActiveDataLabelStyle() - Method in class org.zkoss.chart.Drilldown
Returns additional styles to apply to the data label of a point that has drilldown data.
getAfterChartFormat() - Method in class org.zkoss.chart.ScreenReaderSection
Returns the format for the screen reader information region after the chart.
getAfterChartFormatter() - Method in class org.zkoss.chart.ScreenReaderSection
Returns a formatter function to create the HTML contents of the hidden screen reader information region after the chart.
getAfterRegionLabel() - Method in class org.zkoss.chart.LangScreenReaderSection
Default: ""
getAlign() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the alignment of the annotation's label.
getAlign() - Method in class org.zkoss.chart.AxisLabels
Returns what part of the string the given position is anchored to.
getAlign() - Method in class org.zkoss.chart.AxisTitle
Returns alignment of the title relative to the axis values.
getAlign() - Method in class org.zkoss.chart.BubbleLegend.Labels
Returns the alignment of the labels compared to the bubble legend.
getAlign() - Method in class org.zkoss.chart.Caption
Returns the horizontal alignment of the caption.
getAlign() - Method in class org.zkoss.chart.ExportingButton
Returns alignment for the buttons.
getAlign() - Method in class org.zkoss.chart.Legend
Returns the horizontal alignment of the legend box within the chart area.
getAlign() - Method in class org.zkoss.chart.NavigationButton
Returns alignment for the buttons.
getAlign() - Method in class org.zkoss.chart.PlotLabel
Returns horizontal alignment of the label.
getAlign() - Method in class org.zkoss.chart.plotOptions.BarDataLabels
Returns the alignment of the data label compared to the point.
getAlign() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the alignment of the data label compared to the point.
getAlign() - Method in class org.zkoss.chart.Position
Returns the alignment of the position
getAlign() - Method in class org.zkoss.chart.StackLabels
Returns the horizontal alignment of the stack total label.
getAlign() - Method in class org.zkoss.chart.Subtitle
Returns the horizontal alignment of the subtitle.
getAlign() - Method in class org.zkoss.chart.Title
Returns the horizontal alignment of the title.
getAllowDrillToNode() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Deprecated.
Deprecated and replaced by allowTraversingTree since 7.2.1.0.
getAllowOverlap() - Method in class org.zkoss.chart.plotOptions.DataLabels
Whether to allow data labels to overlap.
getAlpha() - Method in class org.zkoss.chart.options3D.Options3D
Returns the value of alpha, one of the two rotation angles for the chart.
getAlternateGridColor() - Method in class org.zkoss.chart.Axis
Returns when using an alternate grid color, a band is painted across the plot area between every other grid line.
getAlternateStartingDirection() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Enabling this option will make the treemap alternate the drawing direction between vertical and horizontal.
getAlternateStartingDirection() - Method in class org.zkoss.chart.Series
Enabling this option will make the treemap alternate the drawing direction between vertical and horizontal.
getAmount() - Method in class org.zkoss.chart.plotOptions.XRangePartialFill
Returns the amount of the X-range point to be filled.
getAnimation() - Method in class org.zkoss.chart.Chart
Returns the overall animation for all chart updating.
getAnimation() - Method in class org.zkoss.chart.Cluster
Returns whether to enable or disable for the cluster marker animation.
getAnimation() - Method in class org.zkoss.chart.Drilldown
Returns the overall animation for all drilldown updating.
getAnimation() - Method in class org.zkoss.chart.LegendNavigation
Returns whether to animate the pages when navigating up or down.
getAnimation() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether to enable or disable the initial animation when a series is displayed.
getAnimation() - Method in class org.zkoss.chart.Series
Returns whether to enable or disable the initial animation when a series is displayed.
getAnimation() - Method in class org.zkoss.chart.State
Returns whether to enable or disable the initial animation of this state.
getAnimationLimit() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
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.
getAnimationLimit() - Method in class org.zkoss.chart.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.
getAnnotation() - Method in class org.zkoss.chart.Charts
 
getAnnotation() - Method in interface org.zkoss.chart.ChartsApi
Returns the Annotation options, if any.
getAnnotation() - Method in class org.zkoss.chart.ChartsEngine
 
getAnnotation(int) - Method in class org.zkoss.chart.Charts
 
getAnnotation(int) - Method in interface org.zkoss.chart.ChartsApi
Returns the Annotation options from the given index, if any.
getAnnotation(int) - Method in class org.zkoss.chart.ChartsEngine
 
getAnnotations() - Method in class org.zkoss.chart.LangScreenReaderSection
Returns language options for annotation descriptions.
getAnnotations() - Method in class org.zkoss.chart.PlotData
Returns the annotation at the index 0.
getAnnotations(int) - Method in class org.zkoss.chart.PlotData
Returns the annotation from the given index.
getAnnotationSize() - Method in class org.zkoss.chart.Charts
 
getAnnotationSize() - Method in interface org.zkoss.chart.ChartsApi
Returns the size of annotations
getAnnotationSize() - Method in class org.zkoss.chart.ChartsEngine
 
getAnnotationsOptions() - Method in class org.zkoss.chart.Navigation
Additional options to be merged into all annotations, if null, create a new one.
getAnnotationsSize() - Method in class org.zkoss.chart.PlotData
Returns the size of the annotation list.
getAnnouncementFormatter() - Method in class org.zkoss.chart.AnnounceNewData
Returns the optional formatter callback for the announcement
getAnnounceNewData() - Method in class org.zkoss.chart.Accessibility
Returns an options for announcing new data to screen reader user, or create a new one.
getAnnounceNewData() - Method in class org.zkoss.chart.LangAccessibility
Returns default announcement for new data in charts.
getApproximation() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Returns the approximation used to calculate repulsive forces affecting nodes.
getApproximation() - Method in class org.zkoss.chart.plotOptions.WindBarbDataGrouping
Returns approximation function for the data grouping.
getArcDiagram() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the arc diagram plot option
getArea() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the area plot option
getArearange() - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
Default: "Arearange charts are line charts displaying a range between a lower and higher value for each point."
getAreaRange() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the area range plot option
getAreaSpline() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the areaspline plot option
getAreasplinerange() - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
Default: "These charts are line charts displaying a range between a lower and higher value for each point."
getAreaSplineRange() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the areaspline range plot option
getArrowSize() - Method in class org.zkoss.chart.LegendNavigation
Returns the pixel size of the up and down arrows in the legend paging navigation.
getAttr(PlotAttribute) - Method in class org.zkoss.chart.Optionable
Returns the value of the element according to the attribute name.
getAttr(PlotAttribute, T) - Method in class org.zkoss.chart.Optionable
Returns the AnyVal object of the element according to the attribute name.
getAttractiveForce() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Returns the attraction force applied on a node which is connected to another node by a link.
getAttribute() - Method in class org.zkoss.chart.NoData
Returns a collection of attributes for the no-data label.
getAttributes() - Method in class org.zkoss.chart.plotOptions.DataLabelsTextPath
Returns the presentation attributes for the text path, if any.
getAutoRotation() - Method in class org.zkoss.chart.AxisLabels
For horizontal axes, the allowed degrees of label rotation to prevent overlapping labels.
getAutoRotationLimit() - Method in class org.zkoss.chart.AxisLabels
When each category width is more than this many pixels, we don't apply auto rotation.
getAxis() - Method in class org.zkoss.chart.LangAccessibility
Returns axis description format strings.
getAxisLabelPosition() - Method in class org.zkoss.chart.options3D.Options3D
Set it to "auto" to automatically move the labels to the best edge.
getAxisRangeDateFormat() - Method in class org.zkoss.chart.ScreenReaderSection
Returns the date format to use to describe range of datetime axes.
getBack() - Method in class org.zkoss.chart.options3D.Frame3D
Returns the options for the back panel of a Frame3D
getBackground() - Method in class org.zkoss.chart.Pane
Returns a list of objects, for backgrounds.
getBackgroundColor() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the background color or gradient for the annotation's label.
getBackgroundColor() - Method in class org.zkoss.chart.Chart
Returns the background color or gradient for the outer chart area.
getBackgroundColor() - Method in class org.zkoss.chart.Charts
Returns the background color for the outer chart area.
getBackgroundColor() - Method in interface org.zkoss.chart.ChartsApi
Returns the background color for the outer chart area.
getBackgroundColor() - Method in class org.zkoss.chart.ChartsEngine
 
getBackgroundColor() - Method in class org.zkoss.chart.Legend
Returns the background color of the legend, filling the rounded corner border.
getBackgroundColor() - Method in class org.zkoss.chart.PaneBackground
Returns the background gradient
getBackgroundColor() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the background color for the data label.
getBackgroundColor() - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
Returns the background or fill color of the gauge's dial.
getBackgroundColor() - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
Returns the background color or fill of the pivot.
getBackgroundColor() - Method in class org.zkoss.chart.Tooltip
Returns the background color or gradient for the tooltip.
getBar() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, bar series {seriesNumber} of {chart.series.length} with {series.points.length} {#plural(series.points.length, bars, bar)}."
getBar() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the bar plot option
getBarCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}. Bar series with {series.points.length} {#plural(series.points.length, bars, bar)}."
getBarMultiple() - Method in class org.zkoss.chart.LangChartTypes
Default: "Bar chart with {numSeries} data series."
getBarSingle() - Method in class org.zkoss.chart.LangChartTypes
Default: "Bar chart with {numPoints} {#plural(numPoints, bars, bar)}."
getBaseLength() - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
Returns the length of the dial's base part, relative to the total radius or length of the dial.
getBaseSeries() - Method in class org.zkoss.chart.Series
Returns an integer identifying the index to use for the base series, or a string representing the id of the series.
getBaseWidth() - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
Returns the pixel width of the base of the gauge dial.
getBeforeChartFormat() - Method in class org.zkoss.chart.ScreenReaderSection
Returns the format for the screen reader information region before the chart.
getBeforeChartFormatter() - Method in class org.zkoss.chart.ScreenReaderSection
Sets a formatter function to create the HTML contents of the hidden screen reader information region before the chart.
getBeforeRegionLabel() - Method in class org.zkoss.chart.LangScreenReaderSection
Default: ""
getBellCurve() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the bell curve plot option
getBeta() - Method in class org.zkoss.chart.options3D.Options3D
Returns the value of beta, one of the two rotation angles for the chart.
getBinsNumber() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns a preferable number of bins.
getBinsNumber() - Method in class org.zkoss.chart.Series
Returns a preferable number of bins.
getBinWidth() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns the width of each bin.
getBinWidth() - Method in class org.zkoss.chart.Series
Returns the width of each bin.
getBold() - Method in class org.zkoss.chart.PDFFont
Returns the TTF font file for bold text.
getBolditalic() - Method in class org.zkoss.chart.PDFFont
Returns the TTF font file for bold and italic text.
getBoostBlending() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the color blending in the boost module.
getBoostBlending() - Method in class org.zkoss.chart.Series
Returns the color blending in the boost module.
getBoostThreshold() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the point threshold for when a series should enter boost mode.
getBoostThreshold() - Method in class org.zkoss.chart.Series
Returns the point threshold for when a series should enter boost mode.
getBorderColor() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the border color for the annotation's label.
getBorderColor() - Method in class org.zkoss.chart.BubbleLegend
Returns the color of the ranges borders, can be also defined for an individual range.
getBorderColor() - Method in class org.zkoss.chart.BubbleLegend.Range
Returns the color of the border for individual range.
getBorderColor() - Method in class org.zkoss.chart.Chart
Returns the color of the outer chart border.
getBorderColor() - Method in class org.zkoss.chart.Charts
Returns the color of the outer chart border.
getBorderColor() - Method in interface org.zkoss.chart.ChartsApi
Returns the color of the outer chart border.
getBorderColor() - Method in class org.zkoss.chart.ChartsEngine
 
getBorderColor() - Method in class org.zkoss.chart.Legend
Returns the color of the drawn border around the legend.
getBorderColor() - Method in class org.zkoss.chart.Level
Set the borderColor on all points which lies on the same level.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns the color of the border surrounding each column or bar.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns the color of the border surrounding each column or bar.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns the color of the border surrounding each slice.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the border color for the data label.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
Returns the border color or stroke of the gauge's dial.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
Returns the border or stroke color of the pivot.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
Returns the color of the border surrounding each column or bar.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns the color of the border surrounding each slice.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
Returns the color of the border surrounding each slice.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns the color of the border surrounding each slice.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
Returns the color of the border surrounding each slice.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.TargetOptions
Returns the border color of the rectangle representing the target.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
The color of the border surrounding each tree map item.
getBorderColor() - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
Returns the color of the border of each waterfall column.
getBorderColor() - Method in class org.zkoss.chart.Series
Returns the color of the border surrounding each slice.
getBorderColor() - Method in class org.zkoss.chart.Tooltip
Returns the color of the tooltip border.
getBorderDashStyle() - Method in class org.zkoss.chart.Level
Returns a name for the dash style to use for the graph.
getBorderDashStyle() - Method in class org.zkoss.chart.plotOptions.VennPlotOptions
Return the border dash style.
getBorderDashStyle() - Method in class org.zkoss.chart.Series
Returns the border dash style.
getBorderRadius() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the border radius in pixels for the annotation's label.
getBorderRadius() - Method in class org.zkoss.chart.Chart
Returns the corner radius of the outer chart border.
getBorderRadius() - Method in class org.zkoss.chart.Charts
Returns the corner radius of the outer chart border.
getBorderRadius() - Method in interface org.zkoss.chart.ChartsApi
Returns the corner radius of the outer chart border.
getBorderRadius() - Method in class org.zkoss.chart.ChartsEngine
 
getBorderRadius() - Method in class org.zkoss.chart.Legend
Returns the border corner radius of the legend.
getBorderRadius() - Method in class org.zkoss.chart.Node
Returns the border radius of the node.
getBorderRadius() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns the corner radius of the border surrounding each column or bar.
getBorderRadius() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns the border radius of the series.
getBorderRadius() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the border radius in pixels for the data label.
getBorderRadius() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
Returns the border radius of the series.
getBorderRadius() - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
Returns the corner radius of the border surrounding each column or bar.
getBorderRadius() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns the border radius of the series.
getBorderRadius() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
Returns the border radius of the series.
getBorderRadius() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
Returns the border radius of the series.
getBorderRadius() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Returns the border radius of the series.
getBorderRadius() - Method in class org.zkoss.chart.Series
Returns the border radius of the series.
getBorderRadius() - Method in class org.zkoss.chart.Tooltip
Returns the radius of the rounded border corners.
getBorderWidth() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the border width in pixels for the annotation's label
getBorderWidth() - Method in class org.zkoss.chart.BubbleLegend
Returns the width of the ranges borders in pixels, can be also defined for an individual range.
getBorderWidth() - Method in class org.zkoss.chart.Chart
Returns the pixel width of the outer chart border.
getBorderWidth() - Method in class org.zkoss.chart.Charts
Returns the pixel width of the outer chart border.
getBorderWidth() - Method in interface org.zkoss.chart.ChartsApi
Returns the pixel width of the outer chart border.
getBorderWidth() - Method in class org.zkoss.chart.ChartsEngine
 
getBorderWidth() - Method in class org.zkoss.chart.Legend
Returns the width of the drawn border around the legend.
getBorderWidth() - Method in class org.zkoss.chart.Level
Get the width of the border.
getBorderWidth() - Method in class org.zkoss.chart.Pane
Returns the border width of the pane.
getBorderWidth() - Method in class org.zkoss.chart.PaneBackground
Returns the border width.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns the width of the border surrounding each column or bar.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns the width of the border surrounding each column or bar.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the border width in pixels for the data label.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.DependencyWheelPlotOptions
Returns the width of the border surrounding each column or bar.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
Returns the width of the gauge dial border in pixels.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
Returns the border or stroke width of the pivot.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
Returns the width of the border surrounding each column or bar.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
Returns the width of the border surrounding each column or bar.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns the width of the border surrounding each slice.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the border width of the series.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.TargetOptions
Returns the border width of the rectangle representing the target.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Returns the width of the border surrounding each column or bar.
getBorderWidth() - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
Returns the width of the border surrounding each column or bar.
getBorderWidth() - Method in class org.zkoss.chart.Series
Returns the border width of the series.
getBorderWidth() - Method in class org.zkoss.chart.Tooltip
Returns the pixel width of the tooltip border.
getBottom() - Method in class org.zkoss.chart.options3D.Frame3D
Returns the options for the bottom panel of a Frame3D
getBoxDashStyle() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the dash style of the box.
getBoxDashStyle() - Method in class org.zkoss.chart.Series
Returns the dash style of the box.
getBoxplot() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, boxplot {seriesNumber} of {chart.series.length} with {series.points.length} {#plural(series.points.length, boxes, box)}."
getBoxplot() - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
Default: "Box plot charts are typically used to display groups of statistical data. Each data point in the chart can have up to 5 values: minimum, lower quartile, median, upper quartile, and maximum."
getBoxPlot() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the box plot option
getBoxplotCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}. Boxplot with {series.points.length} {#plural(series.points.length, boxes, box)}.."
getBoxplotMultiple() - Method in class org.zkoss.chart.LangChartTypes
Default: "Boxplot with {numSeries} data series."
getBoxplotSingle() - Method in class org.zkoss.chart.LangChartTypes
Default: "Boxplot with {numPoints} {#plural(numPoints, boxes, box)}."
getBreadcrumbs() - Method in class org.zkoss.chart.Drilldown
Returns options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.
getBreadcrumbs() - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
Returns the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.
getBreadcrumbs() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Returns the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.
getBreadcrumbs() - Method in class org.zkoss.chart.Series
Returns the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.
getBreaks() - Method in class org.zkoss.chart.Axis
Get the list of breaks defined for this axis.
getBreakSize() - Method in class org.zkoss.chart.Break
A number indicating how much space should be left between the start and the end of the break.
getBrighten() - Method in class org.zkoss.chart.plotOptions.VennPlotOptions
Returns the brighten value.
getBrighten() - Method in class org.zkoss.chart.Series
Returns the brighten.
getBrightness(Number) - Method in class org.zkoss.chart.State
Returns the brightness number
getBubble() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, bubble series {seriesNumber} of {chart.series.length} with {series.points.length} {#plural(series.points.length, bubbles, bubble)}."
getBubble() - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
Default: "Bubble charts are scatter charts where each data point also has a size value."
getBubble() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the bubble plot option
getBubbleCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}. Bubble series with {series.points.length} {#plural(series.points.length, bubbles, bubble)}."
getBubbleLegend() - Method in class org.zkoss.chart.Legend
Returns the bubble legend, which is an additional element in legend which presents the scale of the bubble series.
getBubbleMultiple() - Method in class org.zkoss.chart.LangChartTypes
Default: "Bubble chart with {numSeries} data series."
getBubblePadding() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns the distance between two bubbles, when the algorithm starts to treat two bubbles as overlapping.
getBubblePadding() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
Returns the distance between two bubbles, when the algorithm starts to treat two bubbles as overlapping.
getBubbleSingle() - Method in class org.zkoss.chart.LangChartTypes
Default: "Bubble chart with {numPoints} {#plural(numPoints, bubbles, bubble)}."
getBullet() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the bullet plot option
getButtonOptions() - Method in class org.zkoss.chart.Navigation
Returns a collection of options for buttons appearing in the exporting module.
getButtons() - Method in class org.zkoss.chart.Exporting
Returns context button for the export button.
getButtonsMap() - Method in class org.zkoss.chart.Exporting
Returns a map of buttons for the export button.
getButtonSpacing() - Method in class org.zkoss.chart.Breadcrumbs
Returns the default padding for each button and separator in each direction.
getButtonTheme() - Method in class org.zkoss.chart.Breadcrumbs
Returns the collection of attributes for the buttons.
getCallback() - Method in class org.zkoss.chart.Responsive.Condition
Returns a callback function to gain complete control on when the responsive rule applies.
getCanvasToolsURL() - Method in class org.zkoss.chart.Global
Returns the URL to the additional file to lazy load for Android 2.x devices.
getCapRadius() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getCapRadius() - Method in interface org.zkoss.chart.model.DialModel
Return the radius percentage(0 ~ 1) of the meter's cap; default to 0.07.
getCaption() - Method in class org.zkoss.chart.Charts
 
getCaption() - Method in interface org.zkoss.chart.ChartsApi
Returns the Caption options, if any.
getCaption() - Method in class org.zkoss.chart.ChartsEngine
 
getCaption() - Method in class org.zkoss.chart.PlotData
Returns the caption options.
getCategories() - Method in class org.zkoss.chart.Axis
Returns the categories in a list.
getCategories() - Method in interface org.zkoss.chart.model.CategoryModel
Get categories of a specified series as a collection.
getCategories() - Method in class org.zkoss.chart.model.DefaultCategoryModel
 
getCategories() - Method in class org.zkoss.chart.model.DefaultSingleValueCategoryModel
 
getCategories() - Method in interface org.zkoss.chart.model.SingleValueCategoryModel
Get categories as a collection.
getCategory() - Method in class org.zkoss.chart.ChartsEvent
Returns the category value, if any.
getCategory() - Method in interface org.zkoss.chart.model.ChartsDataEvent
Returns the category of the chart data model.
getCategory() - Method in class org.zkoss.chart.model.ChartsDataEventImpl
 
getCategory(int) - Method in interface org.zkoss.chart.model.CategoryModel
Get a category of the specified index;
getCategory(int) - Method in class org.zkoss.chart.model.DefaultCategoryModel
 
getCategory(int) - Method in class org.zkoss.chart.model.DefaultSingleValueCategoryModel
 
getCategory(int) - Method in interface org.zkoss.chart.model.SingleValueCategoryModel
Get category of the specified index (0 based).
getCategoryIndex() - Method in interface org.zkoss.chart.model.ChartsDataEvent
Returns the category index, if any.
getCategoryIndex() - Method in class org.zkoss.chart.model.ChartsDataEventImpl
 
getCeiling() - Method in class org.zkoss.chart.Axis
Returns the highest allowed value for automatically computed axis extremes.
getCenter() - Method in class org.zkoss.chart.Pane
Returns the center of a polar chart or angular gauge, given as an array of [x, y] positions.
getCenter() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
Returns the center of the pie chart relative to the plot area.
getCenter() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns the center of the pie chart relative to the plot area.
getCenter() - Method in class org.zkoss.chart.Series
Returns the center of the pie chart relative to the plot area.
getCenterPos() - Method in class org.zkoss.chart.Series
Returns the center position for arc diagram.
getChart() - Method in class org.zkoss.chart.Charts
Returns the Chart options, if any.
getChart() - Method in interface org.zkoss.chart.ChartsApi
Returns the Chart options, if any.
getChart() - Method in class org.zkoss.chart.ChartsEngine
 
getChart() - Method in class org.zkoss.chart.PlotData
Returns the chart options
getChartContainerLabel() - Method in class org.zkoss.chart.LangAccessibility
Default: "{title}. Highcharts interactive chart."
getChartMenuLabel() - Method in class org.zkoss.chart.LangExporting
Default: "Chart menu"
getChartOptions() - Method in class org.zkoss.chart.Exporting
Returns additional chart options to be merged into an exported chart.
getChartOptions() - Method in class org.zkoss.chart.Responsive.Rule
Returns a full set of chart options to apply as overrides to the general chart options, if any.
getChartsClickEvent(AuRequest) - Static method in class org.zkoss.chart.ChartsClickEvent
 
getChartsEvent(AuRequest) - Static method in class org.zkoss.chart.ChartsEvent
 
getChartsSelectionEvent(AuRequest) - Static method in class org.zkoss.chart.ChartsSelectionEvent
 
getChartsTarget() - Method in class org.zkoss.chart.ChartsMouseEvent
Returns the Charts Optionable target.
getChartTypes() - Method in class org.zkoss.chart.LangAccessibility
Returns Chart type description strings.
getClassName() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns class name for styling by CSS.
getClassName() - Method in class org.zkoss.chart.Axis
} /** Returns a class name that opens for styling the axis by CSS, especially in Highcharts styled mode.
getClassName() - Method in class org.zkoss.chart.BubbleLegend
Returns an additional class name to apply to the bubble legend' circle graphical elements.
getClassName() - Method in class org.zkoss.chart.BubbleLegend.Labels
Returns an additional class name to apply to the bubble legend label graphical elements.
getClassName() - Method in class org.zkoss.chart.Chart
Returns a CSS class name to apply to the charts container div, allowing unique CSS styling for each chart.
getClassName() - Method in class org.zkoss.chart.Charts
Returns a CSS class name to apply to the charts container div, allowing unique CSS styling for each chart.
getClassName() - Method in interface org.zkoss.chart.ChartsApi
Returns a CSS class name to apply to the charts container div, allowing unique CSS styling for each chart.
getClassName() - Method in class org.zkoss.chart.ChartsEngine
 
getClassName() - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
Returns the class name of the drag handles.
getClassName() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns an additional class name to apply to the series' graphical elements.
getClassName() - Method in class org.zkoss.chart.Series
Returns an additional class name to apply to the series' graphical elements.
getClickButtonAnnouncement() - Method in class org.zkoss.chart.LangRangeSelector
Default: "Viewing {axisRangeDescription}"
getClientState(String, EventListener<Event>) - Method in class org.zkoss.chart.Optionable
Returns a client state after a client callback in the event listener.
getCluster() - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
Returns the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
getCluster() - Method in class org.zkoss.chart.plotOptions.VectorPlotOptions
Returns the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
getCluster() - Method in class org.zkoss.chart.plotOptions.VennPlotOptions
Returns the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
getCluster() - Method in class org.zkoss.chart.Series
Returns the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
getCollapseButton() - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
Returns the options applied to collapse Button.
getCollapseButton() - Method in class org.zkoss.chart.Series
Returns the options applied to collapse Button for treegraph type.
getColor() - Method in class org.zkoss.chart.BubbleLegend
Returns the main color of the bubble legend.
getColor() - Method in class org.zkoss.chart.BubbleLegend.Range
Returns the color of the bubble for individual range.
getColor() - Method in class org.zkoss.chart.Crosshair
The color of the crosshair
getColor() - Method in class org.zkoss.chart.DataClass
Returns the color of each data class.
getColor() - Method in class org.zkoss.chart.Level
Get the color on all points which lies on the same level.
getColor() - Method in class org.zkoss.chart.Node
Returns the color of the auto generated node.
getColor() - Method in class org.zkoss.chart.options3D.Panel3D
Returns the color of the panel.
getColor() - Method in class org.zkoss.chart.PlotBand
Returns the color of the plot band.
getColor() - Method in class org.zkoss.chart.PlotLine
Returns the color of the line.
getColor() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the text color for the data labels.
getColor() - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
Returns the fill color of the drag handles.
getColor() - Method in class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
Returns the main color of the bars.
getColor() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLink
Returns the color of the link between two nodes.
getColor() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the main color of the series.
getColor() - Method in class org.zkoss.chart.plotOptions.TargetOptions
Returns the color of the rectangle representing the target.
getColor() - Method in class org.zkoss.chart.plotOptions.TreeGraphLink
Returns the color of the link between two nodes.
getColor() - Method in class org.zkoss.chart.Point
Returns individual color for the point.
getColor() - Method in class org.zkoss.chart.Series
Returns individual color for the series.
getColor() - Method in class org.zkoss.chart.Shadow
Returns the color of the shadow
getColor() - Method in class org.zkoss.chart.Stop
Get the color of this stop object.
getColor() - Method in class org.zkoss.chart.Zone
Get the color of the series.
getColorAxis() - Method in class org.zkoss.chart.Charts
Returns the ColorAxis options, if any.
getColorAxis() - Method in interface org.zkoss.chart.ChartsApi
Returns the ColorAxis options, if any.
getColorAxis() - Method in class org.zkoss.chart.ChartsEngine
 
getColorAxis() - Method in class org.zkoss.chart.PlotData
Returns the color axis
getColorAxis() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
When using dual or multiple color axes, this defines which colorAxis the particular series is connected to.
getColorAxis() - Method in class org.zkoss.chart.Series
When using dual or multiple color axes, this defines which colorAxis the particular series is connected to.
getColorAxis(int) - Method in class org.zkoss.chart.Charts
 
getColorAxis(int) - Method in interface org.zkoss.chart.ChartsApi
Returns the ColorAxis options from the given index, if any.
getColorAxis(int) - Method in class org.zkoss.chart.ChartsEngine
 
getColorAxis(int) - Method in class org.zkoss.chart.PlotData
Returns the color axis from the given index
getColorIndex() - Method in class org.zkoss.chart.Node
Returns the color index of the auto generated node, especially for use in styled mode.
getColorIndex() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns a specific color index to use for the series, so its graphic representations are given the class name "highcharts-color-{n}".
getColorIndex() - Method in class org.zkoss.chart.Point
Returns the specific color index to use for the point, so its graphic representations are given the class name highcharts-color-{n}.
getColorIndex() - Method in class org.zkoss.chart.Series
Returns a specific color index to use for the series, so its graphic representations are given the class name "highcharts-color-{n}".
getColorKey() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns what data value should be used to calculate point color if colorAxis is used.
getColorKey() - Method in class org.zkoss.chart.Series
Returns what data value should be used to calculate point color if colorAxis is used.
getColors() - Method in class org.zkoss.chart.Charts
Returns the default colors for the chart's series.
getColors() - Method in interface org.zkoss.chart.ChartsApi
Returns the default colors for the chart's series.
getColors() - Method in class org.zkoss.chart.ChartsEngine
 
getColors() - Method in class org.zkoss.chart.PlotData
Returns the default colors for the chart's series.
getColors() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns the series specific or series type specific color set to apply instead of the global colors when ArcDiagramPlotOptions.isColorByPoint() is true.
getColors() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns a series specific or series type specific color set to apply instead of the global Charts.getColors() when SeriesPlotOptions.setColorByPoint(boolean) is true.
getColors() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns a series specific or series type specific color set to apply instead of the global Charts.getColors() when SeriesPlotOptions.setColorByPoint(boolean) is true.
getColors() - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
Returns a series specific or series type specific color set to apply instead of the global Charts.getColors() when SeriesPlotOptions.setColorByPoint(boolean) is true.
getColors() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns the series specific or series type specific color set to apply instead of the global colors when SeriesPlotOptions.isColorByPoint() is true.
getColors() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
Returns the series specific or series type specific color set to apply instead of the global colors when SeriesPlotOptions.isColorByPoint() is true.
getColors() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns a series specific or series type specific color set to use instead of the global Charts.getColors().
getColors() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
Returns the series specific or series type specific color set to apply instead of the global colors when SeriesPlotOptions.isColorByPoint() is true.
getColors() - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
Returns the series specific or series type specific color set to apply instead of the global colors when SeriesPlotOptions.isColorByPoint() is true.
getColors() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Returns a series specific or series type specific color set to apply instead of the global Charts.getColors() when SeriesPlotOptions.setColorByPoint(boolean) is true.
getColors() - Method in class org.zkoss.chart.Series
Returns a series specific or series type specific color set to apply instead of the global Charts.getColors() when Series.setColorByPoint(boolean) is true.
getColorValue() - Method in class org.zkoss.chart.Point
Get the color value of this point.
getColorVariation() - Method in class org.zkoss.chart.Level
Returns a configuration object to define how the color of a child varies from the parent's color, if any.
getColsize() - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
Returns the column size - how many X axis units each column in the heatmap should span.
getColsize() - Method in class org.zkoss.chart.Series
Returns the column size - how many X axis units each column in the heatmap should span.
getColumn() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, bar series {seriesNumber} of {chart.series.length} with {series.points.length} {#plural(series.points.length, bars, bar)}."
getColumn() - Method in class org.zkoss.chart.Node
Returns an optional column index of where to place the node.
getColumn() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the column plot option
getColumnCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}. Bar series with {series.points.length} {#plural(series.points.length, bars, bar)}."
getColumnMultiple() - Method in class org.zkoss.chart.LangChartTypes
Default: "Bar chart with {numSeries} data series."
getColumnPyramid() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the column pyramid plot option
getColumnrange() - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
Default: "Columnrange charts are column charts displaying a range between a lower and higher value for each point."
getColumnRange() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the column range plot option
getColumnSingle() - Method in class org.zkoss.chart.LangChartTypes
Default: "Bar chart with {numPoints} {#plural(numPoints, bars, bar)}."
getCombinationChart() - Method in class org.zkoss.chart.LangChartTypes
Default: "Combination chart with {numSeries} data series."
getCondition() - Method in class org.zkoss.chart.Responsive.Rule
Returns the condition the rule applies.
getConnectorClassName() - Method in class org.zkoss.chart.BubbleLegend
Returns an additional class name to apply to the bubble legend's connector graphical elements.
getConnectorColor() - Method in class org.zkoss.chart.BubbleLegend
Returns the color of the connector, can be also defined for an individual range.
getConnectorColor() - Method in class org.zkoss.chart.BubbleLegend.Range
Returns the color of the connector for individual range.
getConnectorColor() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the color of the line connecting the data label to the pie slice.
getConnectorColor() - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
Returns the color of the line that connects the dumbbell point's values.
getConnectorColor() - Method in class org.zkoss.chart.plotOptions.FunnelDataLabels
Returns the color of the line connecting the data label to the pie slice.
getConnectorColor() - Method in class org.zkoss.chart.plotOptions.PieDataLabels
Returns the color of the line connecting the data label to the pie slice.
getConnectorColor() - Method in class org.zkoss.chart.Series
Returns the color of the line that connects the dumbbell point's values.
getConnectorDistance() - Method in class org.zkoss.chart.BubbleLegend
Returns the length of the connectors in pixels.
getConnectorNeighbourDistance() - Method in class org.zkoss.chart.plotOptions.SeriesLabel
If the label is closer than this to a neighbour graph, draw a connector.
getConnectorOptions() - Method in class org.zkoss.chart.OnPoint
Options for the connector in the Series on point feature.
getConnectorPadding() - Method in class org.zkoss.chart.plotOptions.PieDataLabels
Returns the distance from the data label to the connector.
getConnectorWidth() - Method in class org.zkoss.chart.BubbleLegend
Returns the width of the connectors in pixels.
getConnectorWidth() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the width of the line connecting the data label to the point.
getConnectorWidth() - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
Returns the pixel width of the line that connects the dumbbell point's values.
getConnectorWidth() - Method in class org.zkoss.chart.plotOptions.PieDataLabels
Returns the width of the line connecting the data label to the pie slice.
getConnectorWidth() - Method in class org.zkoss.chart.Series
Returns the pixel width of the line that connects the dumbbell point's values.
getContent() - Method in class org.zkoss.chart.lic.xml.GenericCertificate
Returns a clone of the certificate's content as it was signed or verified before.
getContextButtonTitle() - Method in class org.zkoss.chart.Lang
Returns exporting module menu.
getCredits() - Method in class org.zkoss.chart.Charts
Returns the Credits options, if any.
getCredits() - Method in interface org.zkoss.chart.ChartsApi
Returns the Credits options, if any.
getCredits() - Method in class org.zkoss.chart.ChartsEngine
 
getCredits() - Method in class org.zkoss.chart.LangAccessibility
Default: "Chart credits: {creditsStr}"
getCredits() - Method in class org.zkoss.chart.PlotData
Returns the credits options
getCropThreshold() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
Returns when the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
getCropThreshold() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns when the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
getCropThreshold() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns when the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
getCropThreshold() - Method in class org.zkoss.chart.Series
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
getCrosshair() - Method in class org.zkoss.chart.Axis
Get the crosshair config object for this axis.
getCrosshairs() - Method in class org.zkoss.chart.Tooltip
Returns display crosshairs to connect the points with their corresponding axis values.
getCtrlKeys() - Method in class org.zkoss.chart.Charts
Returns what keystrokes to intercept.
getCursor() - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
Returns the mouse cursor to use for the drag handles.
getCursor() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns 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.
getCursor() - Method in class org.zkoss.chart.plotOptions.TreeGraphLink
Returns the mouse cursor.
getCursor() - Method in class org.zkoss.chart.Series
Returns 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.
getCurveFactor() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
Higher numbers makes the links in a sankey diagram or dependency wheelrender more curved.
getCurveFactor() - Method in class org.zkoss.chart.Series
Higher numbers makes the links in a sankey diagram or dependency wheelrender more curved.
getCustom() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns a reserved subspace to store options and values for customized functionality.
getCustom() - Method in class org.zkoss.chart.Series
Returns a reserved subspace to store options and values for customized functionality.
getCustomComponents() - Method in class org.zkoss.chart.Accessibility
Returns a hook for adding custom components to the accessibility module.
getCylinder() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the cylinder plot option
getDashstyle() - Method in class org.zkoss.chart.ConnectorOptions
Returns a name for the dash style to use for the connector.
getDashStyle() - Method in class org.zkoss.chart.Crosshair
Get the dash style for the crosshair.
getDashStyle() - Method in class org.zkoss.chart.PlotLine
Returns the dashing or dot style for the plot line.
getDashStyle() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLink
Returns a name for the dash style to use for links.
getDashStyle() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns a name for the dash style to use for the graph.
getDashStyle() - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
Returns a name for the dash style to use for the line connecting the columns of the waterfall series.
getDashStyle() - Method in class org.zkoss.chart.Point
Returns a name for the dash style to use for the graph, or for some series types the outline of each shape.
getDashStyle() - Method in class org.zkoss.chart.Series
Returns a name for the dash style to use for the graph.
getDashStyle() - Method in class org.zkoss.chart.Zone
Get name for the dash style to use for the graph.
getData() - Method in interface org.zkoss.chart.model.ChartsDataEvent
Returns customer data.
getData() - Method in class org.zkoss.chart.model.ChartsDataEventImpl
 
getData() - Method in class org.zkoss.chart.Series
Returns the list of point data
getDataClassColor() - Method in class org.zkoss.chart.ColorAxis
Determines how to set each data class' color if no individual color is set.
getDataClasses() - Method in class org.zkoss.chart.ColorAxis
Returns a list of data classes or ranges for the choropleth map, if any.
getDataCount(Comparable<?>) - Method in interface org.zkoss.chart.model.BoxPlotModel
Get data count of a specified series.
getDataCount(Comparable<?>) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
getDataCount(Comparable<?>) - Method in class org.zkoss.chart.model.DefaultFromToModel
 
getDataCount(Comparable<?>) - Method in class org.zkoss.chart.model.DefaultXYModel
 
getDataCount(Comparable<?>) - Method in interface org.zkoss.chart.model.FromToModel
Get data count of a specified series.
getDataCount(Comparable<?>) - Method in interface org.zkoss.chart.model.XYModel
Get data count of a specified series.
getDataGrouping() - Method in class org.zkoss.chart.plotOptions.WindBarbPlotOptions
Returns the data grouping options for the wind barbs, if any.
getDataGrouping() - Method in class org.zkoss.chart.Series
Returns the data grouping options for the wind barbs, if any.
getDataLabels() - Method in class org.zkoss.chart.Cluster
Returns the cluster data labels.
getDataLabels() - Method in class org.zkoss.chart.Level
Get the options of dataLabels on each point which lies on the level, if any.
getDataLabels() - Method in class org.zkoss.chart.Node
Returns the individual data label for each node, if any.
getDataLabels() - Method in class org.zkoss.chart.plotOptions.AreaRangePlotOptions
 
getDataLabels() - Method in class org.zkoss.chart.plotOptions.BarPlotOptions
 
getDataLabels() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
 
getDataLabels() - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
 
getDataLabels() - Method in class org.zkoss.chart.plotOptions.NetworkGraphPlotOptions
 
getDataLabels() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
 
getDataLabels() - Method in class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
 
getDataLabels() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
 
getDataLabels() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the first or single option of data labels.
getDataLabels() - Method in class org.zkoss.chart.Point
Returns the first or single option of data labels.
getDataLabels() - Method in class org.zkoss.chart.Series
Returns the first or single option of data labels.
getDataLabelsList() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the list of options of data labels.
getDataLabelsList() - Method in class org.zkoss.chart.Point
Returns the list of options of data labels.
getDataLabelsList() - Method in class org.zkoss.chart.Series
Returns the list of options of data labels.
getDataSorting() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the series data sorting.
getDataSorting() - Method in class org.zkoss.chart.Series
Returns the series data sorting.
getDateFormat() - Method in class org.zkoss.chart.AccessibilityPoint
Returns the date format to use for points on datetime axes when describing them to screen reader users.
getDateFormatter() - Method in class org.zkoss.chart.AccessibilityPoint
Returns the formatter function to determine the date/time format used with points on datetime axes when describing them to screen reader users.
getDateTimeLabelFormats() - Method in class org.zkoss.chart.Axis
Returns for a datetime axis, the scale will automatically adjust to the appropriate unit.
getDateTimeLabelFormats() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns the date format in the tooltip's header
getDateTimeLabelFormats() - Method in class org.zkoss.chart.Tooltip
Returns the date format in the tooltip's header
getDay() - Method in class org.zkoss.chart.DateTimeLabelFormats
Returns the label format for day.
getDecimalPoint() - Method in class org.zkoss.chart.Lang
Returns the default decimal point used in the Charts.setNumberFormat(Number, Number, String, String) method unless otherwise specified in the function arguments.
getDefault() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length} with {series.points.length} data {#plural(series.points.length, points, point)}."
getDefaultChartTitle() - Method in class org.zkoss.chart.LangAccessibility
Default: "Chart"
getDefaultCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length} with {series.points.length} data {#plural(series.points.length, points, point)}."
getDefaultMultiple() - Method in class org.zkoss.chart.LangChartTypes
Default: "Chart with {numSeries} data series."
getDefaultSingle() - Method in class org.zkoss.chart.LangChartTypes
Default: "Chart with {numPoints} data {#plural(numPoints, points, point)}."
getDefer() - Method in class org.zkoss.chart.plotOptions.DataLabels
Return whether to defer displaying the data labels until the initial series animation has finished.
getDependencyWheel() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the dependency wheel plot option
getDepth() - Method in class org.zkoss.chart.options3D.Options3D
Returns the total depth of the chart.
getDepth() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns the depth of the columns in a 3D column range chart.
getDepth() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns the depth of the 3D chart.
getDepth() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns the thickness of a 3D pie chart.
getDepth() - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
Returns the total depth of the chart.
getDepth() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the depth of the series in a 3D chart.
getDepth() - Method in class org.zkoss.chart.Series
Returns the depth of the 3D chart.
getDescription() - Method in class org.zkoss.chart.Accessibility
Returns a text description of the chart.
getDescription() - Method in class org.zkoss.chart.AnnotationLabelAccessibility
Returns the description of an annotation label for screen readers and other assistive technology.
getDescription() - Method in class org.zkoss.chart.AxisAccessibility
Returns the description for an axis to expose to screen reader users.
getDescription() - Method in class org.zkoss.chart.LangSeries
Returns user supplied description text.
getDescription() - Method in class org.zkoss.chart.Node
Returns the job description for the node card, will be inserted by the default dataLabel.nodeFormatter.
getDescription() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns a description of the series to add to the screen reader information about the series.
getDescription() - Method in class org.zkoss.chart.Point
Returns the description.
getDescription() - Method in class org.zkoss.chart.PointAccessibility
Returns the description of the data point, announced to screen readers.
getDescription() - Method in class org.zkoss.chart.Series
A description of the series to add to the screen reader information about the series.
getDescription() - Method in class org.zkoss.chart.SeriesAccessibility
Returns a description of the series, announced to screen readers.
getDescriptionFormat() - Method in class org.zkoss.chart.AccessibilitySeries
Returns the format to use for describing the data series group to assistive technology - including screen readers.
getDescriptionFormatter() - Method in class org.zkoss.chart.AccessibilityPoint
Returns the formatter function to use instead of the default for point descriptions.
getDescriptionFormatter() - Method in class org.zkoss.chart.AccessibilitySeries
Returns the formatter function to use instead of the default for series descriptions.
getDescriptionMultiplePoints() - Method in class org.zkoss.chart.LangScreenReaderSectionAnnotations
Default: "{annotationText}. Related to {annotationPoint}{ Also related to, #each(additionalAnnotationPoints)}"
getDescriptionNoPoints() - Method in class org.zkoss.chart.LangScreenReaderSectionAnnotations
Default: "{annotationText}"
getDescriptionSinglePoint() - Method in class org.zkoss.chart.LangScreenReaderSectionAnnotations
Default: "{annotationText}. Related to {annotationPoint}"
getDial() - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
Returns options for the dial or arrow pointer of the gauge.
getDial() - Method in class org.zkoss.chart.Point
Returns the dial data for gauge chart type only.
getDial() - Method in class org.zkoss.chart.Series
Returns options for the dial or arrow pointer of the gauge.
getDirection() - Method in class org.zkoss.chart.Point
Returns the vector direction in degrees, where 0 is north (pointing towards south).
getDistance() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the label's pixel distance from the point.
getDistance() - Method in class org.zkoss.chart.AxisLabels
Returns the distance of axis labels for Gauge chart type only.
getDistance() - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
When type is set to kmeans, distance is a maximum distance between point and cluster center so that this point will be inside the cluster.
getDistance() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the distance of the data labels which is used for Pie chart only.
getDistance() - Method in class org.zkoss.chart.plotOptions.PieDataLabels
Returns the distance of the data labels which is used for Pie chart only.
getDownloadJPEG() - Method in class org.zkoss.chart.Lang
Returns exporting module only.
getDownloadPDF() - Method in class org.zkoss.chart.Lang
Returns exporting module only.
getDownloadPNG() - Method in class org.zkoss.chart.Lang
Returns exporting module only.
getDownloadSVG() - Method in class org.zkoss.chart.Lang
Returns exporting module only.
getDragDrop() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the options of the draggable-points module allows points to be moved around or modified in the chart, if any.
getDragDrop() - Method in class org.zkoss.chart.Point
Returns the options of point specific options for the draggable-points module, if any.
getDragDrop() - Method in class org.zkoss.chart.Series
Returns the options of the draggable-points module allows points to be moved around or modified in the chart, if any.
getDraggable() - Method in class org.zkoss.chart.Annotation
Allow an annotation to be draggable by a user.
getDraggable() - Method in class org.zkoss.chart.plotOptions.NetworkGraphPlotOptions
Returns the flag to determine if nodes are draggable or not.
getDragHandle() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns the options for the drag handles, if any.
getDragMaxX() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns the maximum X value the points can be moved to.
getDragMaxY() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns the maximum Y value the points can be moved to.
getDragMinX() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns the minimum X value the points can be moved to.
getDragMinY() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns the minimum Y value the points can be moved to.
getDragPrecisionX() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns the X precision value to drag to for this series.
getDragPrecisionY() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns the Y precision value to drag to for this series.
getDragSensitivity() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns the amount of pixels to drag the pointer before it counts as a drag operation.
getDrilldown() - Method in class org.zkoss.chart.Charts
Returns the drilldown object.
getDrilldown() - Method in interface org.zkoss.chart.ChartsApi
Returns the drilldown object.
getDrilldown() - Method in class org.zkoss.chart.ChartsEngine
 
getDrilldown() - Method in class org.zkoss.chart.PlotData
Returns the drilldown options
getDrilldown() - Method in class org.zkoss.chart.Point
Returns the id of drilldown
getDrillUpButton() - Method in class org.zkoss.chart.Drilldown
Returns options for the drill up button that appears when drilling down on a series.
getDrillUpButton() - Method in class org.zkoss.chart.LangAccessibility
Default: "{buttonText}"
getDrillUpText() - Method in class org.zkoss.chart.Lang
Returns the text for the button that appears when drilling down, linking back to the parent series.
getDropdownLabel() - Method in class org.zkoss.chart.LangRangeSelector
Default: "{rangeTitle}"
getDumbbell() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the dumbbell plot option
getDuration() - Method in class org.zkoss.chart.Animation
Returns the duration of the animation in milliseconds.
getEasing() - Method in class org.zkoss.chart.Animation
Returns the easing animation function.
getEasing(String) - Method in class org.zkoss.chart.Animation
Deprecated.
getEdgeColor() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
3D columns only.
getEdgeColor() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
3D columns only.
getEdgeColor() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
3D columns only.
getEdgeColor() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
3D columns only.
getEdgeColor() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
3D columns only.
getEdgeColor() - Method in class org.zkoss.chart.Series
3D columns only.
getEdgeWidth() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
3D columns only.
getEdgeWidth() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
3D columns only.
getEdgeWidth() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
3D columns only.
getEdgeWidth() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
3D columns only.
getEdgeWidth() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
3D columns only.
getEdgeWidth() - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
3D columns only.
getEdgeWidth() - Method in class org.zkoss.chart.Series
3D columns only.
getEmptyChart() - Method in class org.zkoss.chart.LangChartTypes
Default: "Empty chart"
getEnabledThreshold() - Method in class org.zkoss.chart.Marker
Returns the threshold for how dense the point markers should be before they are hidden, given that enabled is not defined.
getEncoded() - Method in class org.zkoss.chart.lic.xml.GenericCertificate
Getter for the property encoded.
getEndAngle() - Method in class org.zkoss.chart.Pane
Returns the end angle of the polar X axis or gauge value axis, given in degrees where 0 is north.
getEndAngle() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
In circular view, returns the end angle of the item layout, in degrees where 0 is up.
getEndAngle() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns the end angle of the pie in degrees where 0 is top and 90 is right.
getEndAngle() - Method in class org.zkoss.chart.Series
In circular view, returns the end angle of the item layout, in degrees where 0 is up.
getEndOfChartMarker() - Method in class org.zkoss.chart.LangScreenReaderSection
Returns label for the end of the chart.
getErrorbar() - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
Default: "Errorbar series are used to display the variability of the data."
getErrorBar() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the error bar plot option
getEventListeners(String) - Method in interface org.zkoss.chart.ClientEventHandler
Returns an iterative collection of the event listeners for the given event.
getEventListeners(String) - Method in class org.zkoss.chart.PlotBand
Returns an iterative collection of the event listeners for the given event.
getEventListeners(String) - Method in class org.zkoss.chart.PlotLine
Returns an iterative collection of the event listeners for the given event.
getEventNames() - Method in interface org.zkoss.chart.ClientEventHandler
Returns all event names, if any.
getEventNames() - Method in class org.zkoss.chart.PlotBand
Returns all event names, if any.
getEventNames() - Method in class org.zkoss.chart.PlotLine
Returns all event names, if any.
getEventsMap() - Method in class org.zkoss.chart.Chart
Returns a map of client side event listeners for the chart.
getEventsMap() - Method in class org.zkoss.chart.Charts
 
getEventsMap() - Method in interface org.zkoss.chart.ChartsApi
Returns a map of client side event listeners for the chart.
getEventsMap() - Method in class org.zkoss.chart.ChartsEngine
 
getExporting() - Method in class org.zkoss.chart.Charts
Returns the Exporting options, if any.
getExporting() - Method in interface org.zkoss.chart.ChartsApi
Returns the Exporting options, if any.
getExporting() - Method in class org.zkoss.chart.ChartsEngine
 
getExporting() - Method in class org.zkoss.chart.LangAccessibility
Returns exporting menu format strings for accessibility module.
getExporting() - Method in class org.zkoss.chart.PlotData
Returns whether to enable the exporting module
getExtraAttr(String) - Method in class org.zkoss.chart.Optionable
Get an attribute by key, if any.
getFilename() - Method in class org.zkoss.chart.Exporting
Returns the filename, without extension, to use for the exported chart.
getFill() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns the color of the shape's fill.
getFill() - Method in class org.zkoss.chart.plotOptions.XRangePartialFill
Returns the fill color to be used for partial fills.
getFillColor() - Method in class org.zkoss.chart.HaloAttributes
Returns the color of the fill attribute in a Halo options
getFillColor() - Method in class org.zkoss.chart.Marker
Returns the fill color of the point marker.
getFillColor() - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
Returns fill color or gradient for the area.
getFillColor() - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
Returns fill color or gradient for the area.
getFillColor() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the fill color of the box.
getFillColor() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
Returns fill color or gradient for the area.
getFillColor() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
If the total sum of the pie's values is 0, the series is represented as an empty circle.
getFillColor() - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
Returns fill color or gradient for the area.
getFillColor() - Method in class org.zkoss.chart.Series
Returns fill color or gradient for the area.
getFillColor() - Method in class org.zkoss.chart.State
Returns the fill color of the point marker.
getFillColor() - Method in class org.zkoss.chart.Zone
Get the fill color for the series (in area type series).
getFillOpacity() - Method in class org.zkoss.chart.Marker
Returns fill opacity for the point marker.
getFillOpacity() - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
Returns fill opacity for the area.
getFillOpacity() - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
Returns fill opacity for the area, arearange, areaspline, areasplinerange, bellcurve, and streamgraph.
getFillOpacity() - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
Returns fill opacity
getFillOpacity() - Method in class org.zkoss.chart.Series
Returns fill opacity for the area, arearange, areaspline, areasplinerange, bellcurve, and streamgraph.
getFilter() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns a declarative filter to control of which data labels to display, if any.
getFindNearestPointBy() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
getFindNearestPointBy() - Method in class org.zkoss.chart.Series
Returns whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
getFloor() - Method in class org.zkoss.chart.Axis
Returns the lowest allowed value for automatically computed axis extremes.
getFocusBorder() - Method in class org.zkoss.chart.KeyboardNavigation
Returns an options for the focus border drawn around elements while navigating through them, or create a new one.
getFooterFormat() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns a string to append to the tooltip format.
getFooterFormat() - Method in class org.zkoss.chart.Tooltip
Returns a string to append to the tooltip format.
getFormat() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the format string for the data label.
getFormat() - Method in class org.zkoss.chart.AxisLabels
Returns a format string for the axis label.
getFormat() - Method in class org.zkoss.chart.Breadcrumbs
Returns a format string for the breadcrumbs button.
getFormat() - Method in class org.zkoss.chart.BubbleLegend.Labels
Returns a format string for the bubble legend labels.
getFormat() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns a format string for the data label.
getFormat() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns a format text of the tooltip.
getFormat() - Method in class org.zkoss.chart.StackLabels
Returns a format string for the data label.
getFormat() - Method in class org.zkoss.chart.Tooltip
Returns a format text of the tooltip.
getFormatter() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the callback JavaScript function to format the annotation's label.
getFormatter() - Method in class org.zkoss.chart.AxisLabels
Callback JavaScript function to format the label.
getFormatter() - Method in class org.zkoss.chart.Breadcrumbs
Returns the callback JavaScript function to format the breadcrumb text from scratch.
getFormatter() - Method in class org.zkoss.chart.BubbleLegend.Labels
Returns the callback JavaScript function to format the bubble legend labels.
getFormatter() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns a callback JavaScript function to format the data label.
getFormatter() - Method in class org.zkoss.chart.Tooltip
Callback function to format the text of the tooltip.
getFormAttributes() - Method in class org.zkoss.chart.Exporting
Returns an object containing additional attributes for the POST form that sends the SVG to the export server.
getFrame() - Method in class org.zkoss.chart.options3D.Options3D
Returns the frame options of the 3D chart.
getFrameBgAlpha() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getFrameBgAlpha() - Method in interface org.zkoss.chart.model.DialModel
Get the background alpha of the dial frame (transparency, 0 ~ 255, opacue).
getFrameBgColor() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getFrameBgColor() - Method in interface org.zkoss.chart.model.DialModel
Get the background color of the dial frame (in string as #RRGGBB).
getFrameBgColor1() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getFrameBgColor1() - Method in interface org.zkoss.chart.model.DialModel
Get the 1st background color of the dial frame (in string as #RRGGBB) for gradient starting color.
getFrameBgColor2() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getFrameBgColor2() - Method in interface org.zkoss.chart.model.DialModel
Get the 2nd background color of the dial frame (in string as #RRGGBB) for gradient ending color.
getFrameBgRGB() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getFrameBgRGB() - Method in interface org.zkoss.chart.model.DialModel
Get the background color of the dial frame in int array (0: red, 1: green, 2:blue).
getFrameBgRGB1() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getFrameBgRGB1() - Method in interface org.zkoss.chart.model.DialModel
Get the 1st background color of the dial frame in int array (0: red, 1: green, 2:blue) for gradient starting color.
getFrameBgRGB2() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getFrameBgRGB2() - Method in interface org.zkoss.chart.model.DialModel
Get the 2nd background color of the dial frame in int array (0: red, 1: green, 2:blue) for gradient ending color.
getFrameFgColor() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getFrameFgColor() - Method in interface org.zkoss.chart.model.DialModel
Get the foreground color of the dial frame (in string as #RRGGBB).
getFrameFgRGB() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getFrameFgRGB() - Method in interface org.zkoss.chart.model.DialModel
Get the foreground color of the dial frame in int array (0: red, 1: green, 2:blue).
getFriction() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Returns the friction applied on forces to prevent nodes rushing to fast to the desired positions.
getFriction() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns the friction applied on forces to prevent nodes rushing to fast to the desired positions.
getFriction() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
Returns the friction applied on forces to prevent nodes rushing to fast to the desired positions.
getFrom() - Method in class org.zkoss.chart.Break
The point where the break starts.
getFrom() - Method in class org.zkoss.chart.DataClass
Returns the start of the value range that the data class represents, relating to the point value.
getFrom() - Method in class org.zkoss.chart.model.DefaultFromToModel.FromToPair
 
getFrom() - Method in class org.zkoss.chart.PlotBand
Returns the start position of the plot band in axis units.
getFrom() - Method in class org.zkoss.chart.plotOptions.WordCloudRotation
Returns the smallest degree of rotation for a word.
getFrom() - Method in class org.zkoss.chart.Point
Returns the node that the link runs from.
getFrom(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultFromToModel
 
getFrom(Comparable<?>, int) - Method in interface org.zkoss.chart.model.FromToModel
Get from value of a specified series and data index.
getFront() - Method in class org.zkoss.chart.options3D.Frame3D
Returns the options for the front panel of a Frame3D
getFunnel() - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
Default: "Funnel charts are used to display reduction of data in stages."
getFunnel() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the funnel plot option
getFunnel3D() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the funnel 3d plot option
getGapSize() - Method in class org.zkoss.chart.Series
 
getGauge() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the gauge plot option
getGlobal() - Method in class org.zkoss.chart.Options
Returns Global options
getGradientDirection() - Method in class org.zkoss.chart.model.DefaultDialModel
 
getGradientDirection() - Method in interface org.zkoss.chart.model.DialModel
Returns the Frame background gradient color direction (from bgColor1 to bgColor2); center_horizontal, center_vertical, horizontal, vertical.
getGraphicContainerLabel() - Method in class org.zkoss.chart.LangAccessibility
Returns a label on the container wrapping the SVG.
getGravitationalConstant() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Returns the gravitational const used in the barycenter force of the algorithm.
getGravitationalConstant() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns the gravitational const used in the barycenter force of the algorithm.
getGravitationalConstant() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
Returns the gravitational const used in the barycenter force of the algorithm.
getGridLineColor() - Method in class org.zkoss.chart.Axis
Returns color of the grid lines extending the ticks across the plot area.
getGridLineDashStyle() - Method in class org.zkoss.chart.Axis
Returns the dash or dot style of the grid lines.
getGridLineInterpolation() - Method in class org.zkoss.chart.YAxis
Get whether the grid lines should draw as a polygon with straight lines between categories, or as circles.
getGridLineWidth() - Method in class org.zkoss.chart.Axis
Returns the width of the grid lines extending the ticks across the plot area.
getGridLineWidth() - Method in class org.zkoss.chart.YAxis
Returns the width of the grid lines extending the ticks across the plot area.
getGridSize() - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
When type is set to the grid, gridSize is a size of a grid square element either as a number defining pixels, or a percentage defining a percentage of the plot area width.
getGridZIndex() - Method in class org.zkoss.chart.Axis
Returns the Z index of the grid lines.
getGroupBy() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns a property to group the points.
getGroupPadding() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns padding between each value groups, in x axis units.
getGroupPadding() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns padding between each value groups, in x axis units.
getGroupPadding() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
Returns padding between each value groups, in x axis units.
getGroupPadding() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns padding between each value groups, in x axis units.
getGroupPadding() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
Returns padding between each value groups, in x axis units.
getGroupPadding() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns padding between each value groups, in x axis units.
getGroupPadding() - Method in class org.zkoss.chart.plotOptions.VariwidePlotOptions
Returns padding between each value groups, in x axis units.
getGroupPadding() - Method in class org.zkoss.chart.Series
Returns padding between each value groups, in x axis units.
getGroupPixelWidth() - Method in class org.zkoss.chart.plotOptions.WindBarbDataGrouping
Returns the approximate data group width.
getGroupZPadding() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns the spacing between columns on the Z Axis in a 3D chart.
getGroupZPadding() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
Returns the spacing between columns on the Z Axis in a 3D chart.
getGroupZPadding() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns the spacing between columns on the Z Axis in a 3D chart.
getGroupZPadding() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
Returns the spacing between columns on the Z Axis in a 3D chart.
getGroupZPadding() - Method in class org.zkoss.chart.Series
Returns the spacing between columns on the Z Axis in a 3D chart.
getGuideBox() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns the style options for the guide box, if any.
getHalo() - Method in class org.zkoss.chart.State
Returns the options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts.
getHaloAttributes() - Method in class org.zkoss.chart.Halo
Returns the attribute of a Halo options
getHangingIndent() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
Returns the indentation in pixels of hanging nodes, nodes which parent has layout set to hanging.
getHangingIndent() - Method in class org.zkoss.chart.Series
Returns the indentation in pixels of hanging nodes, nodes which parent has layout set to hanging.
getHangingIndentTranslation() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
Defines the indentation of a hanging layout parent's children.
getHangingIndentTranslation() - Method in class org.zkoss.chart.Series
Defines the indentation of a hanging layout parent's children.
getHeaderFormat() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns the HTML of the tooltip header line.
getHeaderFormat() - Method in class org.zkoss.chart.Tooltip
Returns the HTML of the tooltip header line.
getHeading() - Method in class org.zkoss.chart.LangScreenReaderSectionAnnotations
Default: "Chart annotations summary"
getHeat() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the heatmap plot option
getHeight() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns the height of the shape.
getHeight() - Method in class org.zkoss.chart.Axis
Returns the height as the horizontal axis.
getHeight() - Method in class org.zkoss.chart.Chart
Returns an explicit height for the chart.
getHeight() - Method in class org.zkoss.chart.Charts
Returns an explicit height for the chart.
getHeight() - Method in interface org.zkoss.chart.ChartsApi
Returns an explicit height for the chart.
getHeight() - Method in class org.zkoss.chart.ChartsEngine
 
getHeight() - Method in class org.zkoss.chart.ExportingButton
Returns pixel height of the buttons.
getHeight() - Method in class org.zkoss.chart.Marker
Returns the image height explicitly.
getHeight() - Method in class org.zkoss.chart.NavigationButton
Returns pixel height of the buttons.
getHeight() - Method in class org.zkoss.chart.plotOptions.CollapseButton
Returns pixel height of the button.
getHeight() - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
Returns the height of the neck, the lower part of a funnel.
getHeight() - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
Returns the height of the scatter plot.
getHeight() - Method in class org.zkoss.chart.plotOptions.TargetOptions
Returns the height of the rectangle representing the target.
getHeight() - Method in class org.zkoss.chart.Series
Returns the height of the neck, the lower part of a funnel.
getHflex() - Method in class org.zkoss.chart.Charts
Returns horizontal flex hint of this chart.
getHideDelay() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns the number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
getHideDelay() - Method in class org.zkoss.chart.Tooltip
Returns the number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
getHideDuration() - Method in class org.zkoss.chart.Loading
Returns the duration in milliseconds of the fade out effect.
getHigh() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
 
getHigh() - Method in class org.zkoss.chart.Point
Returns the high number, if any.
getHigh(Comparable<?>, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Get the high value from the specified series at the given index.
getHigh(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
getHighContrastTheme() - Method in class org.zkoss.chart.Accessibility
Returns the theme to apply to the chart when Windows High Contrast Mode is detected.
getHistogram() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the histogram plot option
getHour() - Method in class org.zkoss.chart.DateTimeLabelFormats
Returns the label format for hour.
getHover() - Method in class org.zkoss.chart.States
Returns the hover state.
getHref() - Method in class org.zkoss.chart.Credits
Returns the URL for the credits label.
getHtml() - Method in class org.zkoss.chart.LabelsItem
Returns inner HTML or text for the label.
getId() - Method in class org.zkoss.chart.Annotation
Returns an ID for an annotation.
getId() - Method in class org.zkoss.chart.Axis
Returns an id for the axis.
getId() - Method in class org.zkoss.chart.Node
Returns the id of the auto-generated node, referring to the from or to setting of the link.
getId() - Method in class org.zkoss.chart.OnPoint
The id of the point that we connect the series to.
getId() - Method in class org.zkoss.chart.PlotBand
Returns an id used for identifying the plot band in Axis.removePlotBand(String).
getId() - Method in class org.zkoss.chart.PlotLine
Returns an id used for identifying the plot line in Axis.removePlotLine(String)
getId() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns an id for the series.
getId() - Method in class org.zkoss.chart.Point
Returns an id for the point.
getId() - Method in class org.zkoss.chart.Series
Returns an id for the series.
getImage() - Method in class org.zkoss.chart.Node
Returns an image for the node card, will be inserted by the default dataLabel.nodeFormatter.
getInactive() - Method in class org.zkoss.chart.States
Returns the opposite state of a hover for series.
getIndex() - Method in class org.zkoss.chart.model.DialModelScale
 
getIndex() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns 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.
getIndex() - Method in class org.zkoss.chart.Series
Returns 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.
getIninactiveColor() - Method in class org.zkoss.chart.LegendNavigation
Returns the color of the inactive up or down arrow in the legend page navigation.
getInitialPositionRadius() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
When initialPositions are set to 'circle', initialPositionRadius is a distance from the center of circle, in which nodes are created.
getInitialPositionRadius() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
When initialPositions are set to 'circle', initialPositionRadius is a distance from the center of circle, in which nodes are created.
getInitialPositionRadius() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
When initialPositions are set to 'circle', initialPositionRadius is a distance from the center of circle, in which nodes are created.
getInitialPositions() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Returns the initial layout algorithm for positioning nodes.
getInitialPositions() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns the initial layout algorithm for positioning nodes.
getInnerRadius() - Method in class org.zkoss.chart.model.DialModelRange
Return the inner radius percentage(0 ~ 1) of the dial range; default to 0.7.
getInnerRadius() - Method in class org.zkoss.chart.PaneBackground
Returns the inner radius
getInnerRadius() - Method in class org.zkoss.chart.PlotBand
Returns the inner radius.
getInnerRadius() - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
Returns the inner radius for points in a solid gauge.
getInnerRadius() - Method in class org.zkoss.chart.Point
Returns the inner radius for points in a solid gauge.
getInnerRadius() - Method in class org.zkoss.chart.Series
Returns the inner radius for points in a solid gauge.
getInnerSize() - Method in class org.zkoss.chart.Pane
Returns the innerSize of the pane.
getInnerSize() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
In circular view, returns the size of the inner diameter of the circle.
getInnerSize() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns the size of the inner diameter for the pie.
getInnerSize() - Method in class org.zkoss.chart.Series
In circular view, returns the size of the inner diameter of the circle.
getInnerWidth() - Method in class org.zkoss.chart.PaneBackground
Returns the inner width.
getInstance(ChartModel) - Static method in class org.zkoss.chart.model.ChartsModelProxy
Returns the instance of ChartsModel which converts from ChartModel
getIntegration() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Returns the integration type.
getIntegration() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns the integration type.
getIntegration() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
Returns the integration type.
getInteractByLeaf() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
This option decides if the user can interact with the parent nodes or just the leaf nodes.
getInteractByLeaf() - Method in class org.zkoss.chart.Series
This option decides if the user can interact with the parent nodes or just the leaf nodes.
getIntervals() - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
Returns the length of the bell curve.
getIntervals() - Method in class org.zkoss.chart.Series
Returns the length of the bell curve.
getItalic() - Method in class org.zkoss.chart.PDFFont
Returns the TTF font file for italic text.
getItem() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the item plot option
getItemDistance() - Method in class org.zkoss.chart.Legend
Returns in a legend with horizontal layout, the itemDistance defines the pixel distance between each item.
getItemHiddenStyle() - Method in class org.zkoss.chart.Legend
Returns CSS styles for each legend item when the corresponding series or point is hidden.
getItemHoverStyle() - Method in class org.zkoss.chart.Legend
Returns CSS styles for each legend item in hover mode.
getItemMarginBottom() - Method in class org.zkoss.chart.Legend
Returns the pixel bottom margin for each legend item.
getItemMarginTop() - Method in class org.zkoss.chart.Legend
Returns the pixel top margin for each legend item.
getItemPadding() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
Returns the padding between the items, given in relative size where the size of the item is 1.
getItemPadding() - Method in class org.zkoss.chart.Series
Returns the padding between the items, given in relative size where the size of the item is 1.
getItems() - Method in class org.zkoss.chart.Labels
Returns a HTML label that can be positioned anywhere in the chart area.
getItemStyle() - Method in class org.zkoss.chart.Legend
Returns CSS styles for each legend item.
getItemWidth() - Method in class org.zkoss.chart.Legend
Returns the width for each legend item.
getIterations() - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
When type is set to kmeans, iterations are the number of iterations that this algorithm will be repeated to find clusters positions.
getJitter() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
Apply a jitter effect for the rendered markers.
getJitter() - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
Apply a jitter effect for the rendered markers.
getJitter() - Method in class org.zkoss.chart.Series
Apply a jitter effect for the rendered markers.
getKey() - Method in class org.zkoss.chart.ColorVariation
Returns the key of a color variation.
getKey() - Method in class org.zkoss.chart.OptionDataEvent
Returns the first key that triggered with the event
getKeyboardNavigation() - Method in class org.zkoss.chart.Accessibility
Returns an options for keyboard navigation, or create a new one.
getKeyboardNavigation() - Method in class org.zkoss.chart.LegendAccessibility
Returns options for keyboard navigation for the legend, or create new one.
getKeyboardNavigation() - Method in class org.zkoss.chart.SeriesAccessibility
Returns the keyboard navigation for a series, if null, create a new one.
getKeys() - Method in interface org.zkoss.chart.model.CategoryModel
Get (series, category) pairs of this chart data model.
getKeys() - Method in class org.zkoss.chart.model.DefaultCategoryModel
 
getKeys() - Method in class org.zkoss.chart.OptionDataEvent
Returns the keys that triggered with the event
getKeys() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns an array specifying which option maps to which key in the data point array.
getKeys() - Method in class org.zkoss.chart.Series
Returns an array specifying which option maps to which key in the data point array.
getKmeansThreshold() - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
When type is set to null and there are more visible points than the kmeansThreshold the grid algorithm is used to find clusters, otherwise kmeans.
getLabel() - Method in class org.zkoss.chart.PlotBand
Returns text labels for the plot bands
getLabel() - Method in class org.zkoss.chart.PlotLine
Returns text labels for the plot line
getLabel() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns series label options, if any.
getLabel() - Method in class org.zkoss.chart.Point
Returns the label.
getLabel() - Method in class org.zkoss.chart.Series
Returns series label options, if any.
getLabelFormat() - Method in class org.zkoss.chart.Legend
Returns a format string for each legend label.
getLabelOptions() - Method in class org.zkoss.chart.Annotation
Returns options for annotation's labels.
getLabelrank() - Method in class org.zkoss.chart.Point
Returns the rank for this point's data label in case of collision.
getLabels() - Method in class org.zkoss.chart.Annotation
Returns the list of labels for the annotation.
getLabels() - Method in class org.zkoss.chart.Axis
Returns the axis labels show the number or category for each tick.
getLabels() - Method in class org.zkoss.chart.BubbleLegend
Returns options for the bubble legend labels if any.
getLabels() - Method in class org.zkoss.chart.Charts
Returns the labels options
getLabels() - Method in interface org.zkoss.chart.ChartsApi
Returns the labels options
getLabels() - Method in class org.zkoss.chart.ChartsEngine
 
getLabels() - Method in class org.zkoss.chart.PlotData
Returns the labels options
getLabels() - Method in class org.zkoss.chart.YAxis
Returns the axis labels show the number or category for each tick.
getLabelStyle() - Method in class org.zkoss.chart.Loading
Returns CSS styles for the loading label span.
getLandmarkVerbosity() - Method in class org.zkoss.chart.Accessibility
Returns the amount of landmarks/regions to create for screen reader users.
getLang() - Method in class org.zkoss.chart.Options
Returns the Language options
getLayout() - Method in class org.zkoss.chart.ColorAxis
Returns the layout of the color axis.
getLayout() - Method in class org.zkoss.chart.Legend
Returns the layout of the legend items.
getLayout() - Method in class org.zkoss.chart.Node
Returns the layout for the node's children.
getLayout() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
Returns the layout of the items in rectangular view.
getLayout() - Method in class org.zkoss.chart.Series
Returns the layout of the items in rectangular view.
getLayoutAlgorithm() - Method in class org.zkoss.chart.Cluster
Options for layout algorithm.
getLayoutAlgorithm() - Method in class org.zkoss.chart.Level
Get the layoutAlgorithm option on a specific level.
getLayoutAlgorithm() - Method in class org.zkoss.chart.plotOptions.NetworkGraphPlotOptions
Returns the layoutAlgorithm options, if any.
getLayoutAlgorithm() - Method in class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
Return options for layout algorithm when simulation is enabled, if any.
getLayoutAlgorithm() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Get the option that decides which algorithm is used for setting position and dimensions of the points.
getLayoutAlgorithm() - Method in class org.zkoss.chart.Series
Get the option that decides which algorithm is used for setting position and dimensions of the points.
getLayoutStartingDirection() - Method in class org.zkoss.chart.Level
Get the layoutStartingDirection option on a specific level.
getLayoutStartingDirection() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Defines which direction the layout algorithm will start drawing.
getLayoutStartingDirection() - Method in class org.zkoss.chart.Series
Defines which direction the layout algorithm will start drawing.
getLeft() - Method in class org.zkoss.chart.Axis
Returns the left position as the horizontal axis.
getLeft() - Method in class org.zkoss.chart.options3D.Frame3D
Returns the options for the left panel of a Frame3D
getLegend() - Method in class org.zkoss.chart.Charts
Returns the Legend options, if any.
getLegend() - Method in interface org.zkoss.chart.ChartsApi
Returns the Legend options, if any.
getLegend() - Method in class org.zkoss.chart.ChartsEngine
 
getLegend() - Method in class org.zkoss.chart.LangAccessibility
Returns language options for accessibility of the legend.
getLegend() - Method in class org.zkoss.chart.PlotData
Returns the legend options
getLegendIndex() - Method in class org.zkoss.chart.BubbleLegend
Returns the position of the bubble legend in the legend.
getLegendIndex() - Method in class org.zkoss.chart.Point
Returns pies only.
getLegendIndex() - Method in class org.zkoss.chart.Series
Returns the sequential index of the series in the legend.
getLegendItem() - Method in class org.zkoss.chart.LangLegend
Default: "Show {itemName}"
getLegendLabel() - Method in class org.zkoss.chart.LangLegend
Default: "Chart legend: {legendTitle}"
getLegendLabelNoTitle() - Method in class org.zkoss.chart.LangLegend
Default: "Toggle series visibility, {chartTitle}."
getLegendType() - Method in class org.zkoss.chart.plotOptions.TimelinePlotOptions
Default: "point"
getLength() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLink
Returns the length (px) of the link between two nodes.
getLength() - Method in class org.zkoss.chart.Point
Returns the length of the vector.
getLevel() - Method in class org.zkoss.chart.Level
Decides which level takes effect from the options set in the levels object.
getLevel() - Method in class org.zkoss.chart.Node
Returns an optional level index of where to place the node.
getLevelIsConstant() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Deprecated.
since 10.2.1.0, using TreemapPlotOptions.isLevelIsConstant() instead.
getLevels() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns options on specific levels.
getLevels() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
Returns options on specific levels.
getLevels() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
Set options on specific levels.
getLevels() - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
Set options on specific levels.
getLevels() - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
Set options on specific levels.
getLevels() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Returns options on specific levels.
getLevels() - Method in class org.zkoss.chart.Series
Returns options on specific levels.
getLevelSize() - Method in class org.zkoss.chart.Level
Returns options of determining the width of the ring per level, if any.
getLevelSize() - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
Returns options of determining the width of the ring per level, if any.
getLevelSize() - Method in class org.zkoss.chart.Series
Returns options of determining the width of the ring per level, if any.
getLine() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, line {seriesNumber} of {chart.series.length} with {series.points.length} data {#plural(series.points.length, points, point)}."
getLine() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the line plot option
getLinecap() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the line cap used for line ends and line joins on the graph.
getLinecap() - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
Returns whether the strokes of the solid gauge should be round or square.
getLinecap() - Method in class org.zkoss.chart.Series
Returns the line cap used for line ends and line joins on the graph.
getLineColor() - Method in class org.zkoss.chart.Axis
Returns the color of the line marking the axis itself.
getLineColor() - Method in class org.zkoss.chart.Marker
Returns the color of the point marker's outline.
getLineColor() - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
Returns a separate color for the graph line.
getLineColor() - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
Returns a separate color for the graph line.
getLineColor() - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
Returns the line color of the drag handles.
getLineColor() - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
Returns a separate color for the graph line.
getLineColor() - Method in class org.zkoss.chart.plotOptions.PolygonPlotOptions
Returns a separate color for the graph line.
getLineColor() - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
Returns a separate color for the graph line.
getLineColor() - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
Returns the color of the line that connects columns in a waterfall series.
getLineColor() - Method in class org.zkoss.chart.Series
Returns a separate color for the graph line.
getLineColor() - Method in class org.zkoss.chart.State
Returns the color of the point marker's outline.
getLineCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}. Line with {series.points.length} data {#plural(series.points.length, points, point)}."
getLineMultiple() - Method in class org.zkoss.chart.LangChartTypes
Default: "Line chart with {numSeries} lines."
getLineSingle() - Method in class org.zkoss.chart.LangChartTypes
Default: "Line chart with {numPoints} data {#plural(numPoints, points, point)}."
getLineWidth() - Method in class org.zkoss.chart.Axis
Returns the width of the line marking the axis itself.
getLineWidth() - Method in class org.zkoss.chart.Marker
Returns the width of the point marker's outline.
getLineWidth() - Method in class org.zkoss.chart.plotOptions.AreaRangePlotOptions
Returns pixel width of the arearange graph line.
getLineWidth() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the width of the line surrounding the box.
getLineWidth() - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
Returns the line width for the drag handles.
getLineWidth() - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
Returns the width of the line connecting the data points.
getLineWidth() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns pixel with of the graph line.
getLineWidth() - Method in class org.zkoss.chart.plotOptions.TreeGraphLink
Returns pixel width of the graph line.
getLineWidth() - Method in class org.zkoss.chart.Series
Returns the width of the point marker's outline.
getLineWidth() - Method in class org.zkoss.chart.State
Returns the width of the point marker's outline.
getLineWidth() - Method in class org.zkoss.chart.YAxis
Returns the width of the line marking the axis itself.
getLineWidthPlus() - Method in class org.zkoss.chart.State
Returns the additional line width for a hovered point.
getLink() - Method in class org.zkoss.chart.plotOptions.NetworkGraphPlotOptions
Returns the link style options, if any.
getLink() - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
Returns the link style options, if any.
getLink() - Method in class org.zkoss.chart.Series
Returns the link style options, if any.
getLinkColor() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
Returns the color of the links between nodes.
getLinkColor() - Method in class org.zkoss.chart.Series
Returns the color of the links between nodes.(Requires organization)
getLinkedDescription() - Method in class org.zkoss.chart.Accessibility
Returns the linking of the chart to an HTML element describing the contents of the chart.
getLinkedTo() - Method in class org.zkoss.chart.Axis
Returns index of another axis that this axis is linked to.
getLinkedTo() - Method in class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
Returns the parent series of the error bar.
getLinkedTo() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the SeriesPlotOptions.setId(String) of another series to link to.
getLinkedTo() - Method in class org.zkoss.chart.Series
Returns the id of another series to link to.
getLinkFormat() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the format string specifying what to show for links in the networkgraph.
getLinkFormat() - Method in class org.zkoss.chart.plotOptions.NetworkGraphDataLabels
Returns the format string specifying what to show for links in the networkgraph.
getLinkFormatter() - Method in class org.zkoss.chart.plotOptions.NetworkGraphDataLabels
Returns the callback to format data labels for links in the sankey diagram.
getLinkLength() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Returns the ideal length (px) of the link between two nodes.
getLinkLength() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns the ideal length (px) of the link between two nodes.
getLinkLength() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
Returns the ideal length (px) of the link between two nodes.
getLinkLineWidth() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
Returns the line width of the links connecting nodes, in pixels.
getLinkLineWidth() - Method in class org.zkoss.chart.Series
Returns the line width of the links connecting nodes, in pixels.(Requires organization)
getLinkOpacity() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns linkOpacity on all points which lay on the same level.
getLinkOpacity() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
Returns opacity for the links between nodes in the sankey diagram.
getLinkOpacity() - Method in class org.zkoss.chart.Series
Returns linkOpacity on all points which lay on the same level.
getLinkRadius() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
Returns radius for the rounded corners of the links between nodes.
getLinkRadius() - Method in class org.zkoss.chart.Series
Returns radius for the rounded corners of the links between nodes.
getLinkTextPath() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the options for a link label text which should follow link connection, if any.
getLinkTextPath() - Method in class org.zkoss.chart.plotOptions.NetworkGraphDataLabels
Returns the options for a link label text which should follow link connection, if any.
getLinkWeight() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
The global link weight.
getLinkWeight() - Method in class org.zkoss.chart.Series
The global link weight.
getLoading() - Method in class org.zkoss.chart.Charts
Returns the Loading options, if any.
getLoading() - Method in interface org.zkoss.chart.ChartsApi
Returns the Loading options, if any.
getLoading() - Method in class org.zkoss.chart.ChartsEngine
 
getLoading() - Method in class org.zkoss.chart.Lang
Returns the loading text that appears when the chart is set into the loading state following a call to Charts.showLoading(String).
getLoading() - Method in class org.zkoss.chart.PlotData
Returns the loading options
getLollipop() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the lollipop plot option
getLow() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
 
getLow() - Method in class org.zkoss.chart.Point
Returns the low number, if any.
getLow(Comparable<?>, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Get the low value from the specified series at the given index.
getLow(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
getLowColor() - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
Returns color of the start markers in a dumbbell graph.
getLowColor() - Method in class org.zkoss.chart.Series
Returns color of the start markers in a dumbbell graph.
getLowerBound() - Method in class org.zkoss.chart.model.DialModelRange
Returns the lower bound in scale of this colored range.
getMajorTickInterval() - Method in class org.zkoss.chart.model.DialModelScale
Returns the interval between major tick (in lower bound and upper bound).
getMap() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, map {seriesNumber} of {chart.series.length} with {series.points.length} {#plural(series.points.length, areas, area)}."
getMapbubble() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, bubble series {seriesNumber} of {chart.series.length} with {series.points.length} {#plural(series.points.length, bubbles, bubble)}."
getMapbubbleCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}. Bubble series with {series.points.length} {#plural(series.points.length, bubbles, bubble)}."
getMapCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}. Map with {series.points.length} {#plural(series.points.length, areas, area)}."
getMapline() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, line {seriesNumber} of {chart.series.length} with {series.points.length} data {#plural(series.points.length, points, point)}."
getMaplineCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}. Line with {series.points.length} data {#plural(series.points.length, points, point)}."
getMapTypeDescription() - Method in class org.zkoss.chart.LangChartTypes
Default: "Map of {mapTitle} with {numSeries} data series."
getMapZoomIn() - Method in class org.zkoss.chart.LangZoom
Default: "Zoom chart"
getMapZoomOut() - Method in class org.zkoss.chart.LangZoom
Default: "mapZoomOut"
getMargin() - Method in class org.zkoss.chart.Axis
If there are multiple axes on the same side of the chart, returns the pixel margin between the axes.
getMargin() - Method in class org.zkoss.chart.AxisTitle
Returns the pixel distance between the axis labels or line and the title.
getMargin() - Method in class org.zkoss.chart.Chart
Returns the margin between the outer edge of the chart and the plot area.
getMargin() - Method in class org.zkoss.chart.Charts
Returns the margin between the outer edge of the chart and the plot area.
getMargin() - Method in interface org.zkoss.chart.ChartsApi
Returns the margin between the outer edge of the chart and the plot area.
getMargin() - Method in class org.zkoss.chart.ChartsEngine
 
getMargin() - Method in class org.zkoss.chart.FocusBorder
Returns the focus border margin around the elements.
getMargin() - Method in class org.zkoss.chart.Legend
Returns 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.
getMargin() - Method in class org.zkoss.chart.Title
Returns the margin between the title and the plot area, or if a subtitle is present, the margin between the subtitle and the plot area.
getMarginBottom() - Method in class org.zkoss.chart.Chart
Returns the margin between the bottom outer edge of the chart and the plot area.
getMarginBottom() - Method in class org.zkoss.chart.Charts
Returns the margin between the bottom outer edge of the chart and the plot area.
getMarginBottom() - Method in interface org.zkoss.chart.ChartsApi
Returns the margin between the bottom outer edge of the chart and the plot area.
getMarginBottom() - Method in class org.zkoss.chart.ChartsEngine
 
getMarginLeft() - Method in class org.zkoss.chart.Chart
Returns the margin between the left outer edge of the chart and the plot area.
getMarginLeft() - Method in class org.zkoss.chart.Charts
Returns the margin between the left outer edge of the chart and the plot area.
getMarginLeft() - Method in interface org.zkoss.chart.ChartsApi
Returns the margin between the left outer edge of the chart and the plot area.
getMarginLeft() - Method in class org.zkoss.chart.ChartsEngine
 
getMarginRight() - Method in class org.zkoss.chart.Chart
Returns the margin between the right outer edge of the chart and the plot area.
getMarginRight() - Method in class org.zkoss.chart.Charts
Returns the margin between the right outer edge of the chart and the plot area.
getMarginRight() - Method in interface org.zkoss.chart.ChartsApi
Returns the margin between the right outer edge of the chart and the plot area.
getMarginRight() - Method in class org.zkoss.chart.ChartsEngine
 
getMarginTop() - Method in class org.zkoss.chart.Chart
Returns the margin between the top outer edge of the chart and the plot area.
getMarginTop() - Method in class org.zkoss.chart.Charts
Returns the margin between the top outer edge of the chart and the plot area.
getMarginTop() - Method in interface org.zkoss.chart.ChartsApi
Returns the margin between the top outer edge of the chart and the plot area.
getMarginTop() - Method in class org.zkoss.chart.ChartsEngine
 
getMarker() - Method in class org.zkoss.chart.Cluster
Returns the cluster marker.
getMarker() - Method in class org.zkoss.chart.Level
Returns the level marker
getMarker() - Method in class org.zkoss.chart.Node
Returns the marker of this node, if any.
getMarker() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
Returns the styling options for parentNodes markers, if any.
getMarker() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the series marker
getMarker() - Method in class org.zkoss.chart.Point
Returns the data marker
getMarker() - Method in class org.zkoss.chart.Series
Returns the marker for this series.
getMarker() - Method in class org.zkoss.chart.State
Returns the marker of this state
getMarkerEnd() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns id of the marker which will be drawn at the final vertex of the path.
getMarkerStart() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns id of the marker which will be drawn at the first vertex of the path.
getMass() - Method in class org.zkoss.chart.Node
Returns the mass of the node.
getMax() - Method in class org.zkoss.chart.Axis
Returns the maximum value of the axis.
getMaxColor() - Method in class org.zkoss.chart.YAxis
Returns the max color.
getMaxFontSize() - Method in class org.zkoss.chart.plotOptions.SeriesLabel
For area-like series, allow the font size to vary so that small areas get a smaller font size.
getMaxFontSize() - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
Returns the word with the largest weight will have a font size equal to this value.
getMaxFontSize() - Method in class org.zkoss.chart.Series
Returns the word with the largest weight will have a font size equal to this value.
getMaxHeight() - Method in class org.zkoss.chart.Legend
Returns maximum pixel height for the legend.
getMaxHeight() - Method in class org.zkoss.chart.Responsive.Condition
Returns the value the responsive rule applies if the chart height is less than this.
getMaxInputLabel() - Method in class org.zkoss.chart.LangRangeSelector
Default: "Select end date."
getMaxIterations() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Returns the max number of iterations before algorithm will stop.
getMaxIterations() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns the max number of iterations before algorithm will stop.
getMaxIterations() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
Returns the max number of iterations before algorithm will stop.
getMaxPadding() - Method in class org.zkoss.chart.Axis
Returns padding of the max value relative to the length of the axis.
getMaxPadding() - Method in class org.zkoss.chart.YAxis
Returns padding of the max value relative to the length of the axis.
getMaxPointSize() - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
Returns the maximum size of the points' radius related to chart's plotArea.
getMaxPointSize() - Method in class org.zkoss.chart.Series
Returns the maximum size of the points' radius related to chart's plotArea.
getMaxPointWidth() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
getMaxPointWidth() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
getMaxPointWidth() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
Returns the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
getMaxPointWidth() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
getMaxPointWidth() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
Returns the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
getMaxPointWidth() - Method in class org.zkoss.chart.Series
Returns the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
getMaxSize() - Method in class org.zkoss.chart.BubbleLegend
Returns maximum bubble legend range size.
getMaxSize() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
Returns maximum bubble size.
getMaxSize() - Method in class org.zkoss.chart.Series
Returns maximum bubble size.
getMaxSpeed() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Verlet integration only.
getMaxSpeed() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns the max speed that node can get in one iteration.
getMaxSpeed() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
Returns the max speed that node can get in one iteration.
getMaxStaggerLines() - Method in class org.zkoss.chart.AxisLabels
Deprecated.
getMaxWidth() - Method in class org.zkoss.chart.Responsive.Condition
Returns the value the responsive rule applies if the chart width is less than this.
getMedian() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
 
getMedian() - Method in class org.zkoss.chart.Point
Get the median value of this point.
getMedian(Comparable<?>, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Get the median value from the specified series at the given index.
getMedian(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
getMedianColor() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the color of the median line.
getMedianColor() - Method in class org.zkoss.chart.Series
Returns the color of the median line.
getMedianDashStyle() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns a name for the dash style of the median.
getMedianDashStyle() - Method in class org.zkoss.chart.Series
Returns a name for the dash style of the median.
getMedianWidth() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the pixel width of the median line.
getMedianWidth() - Method in class org.zkoss.chart.Series
Returns the pixel width of the median line.
getMenuButtonLabel() - Method in class org.zkoss.chart.LangExporting
Default: "View chart menu, {chartTitle}"
getMenuItemDefinitions() - Method in class org.zkoss.chart.Exporting
Returns a map consisting of definitions for the menu items in the context menu.
getMenuItemHoverStyle() - Method in class org.zkoss.chart.Navigation
Returns CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked.
getMenuItems() - Method in class org.zkoss.chart.ExportingButton
Sets a collection of config options for the menu items.
getMenuItemStyle() - Method in class org.zkoss.chart.Navigation
Returns CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked.
getMenuStyle() - Method in class org.zkoss.chart.Navigation
Returns CSS styles for the popup menu appearing by default when the export icon is clicked.
getMillisecond() - Method in class org.zkoss.chart.DateTimeLabelFormats
Returns the label format for millisecond.
getMin() - Method in class org.zkoss.chart.Axis
Returns the minimum value of the axis.
getMinAnnounceInterval() - Method in class org.zkoss.chart.AnnounceNewData
Returns the minimum interval between announcements in milliseconds.
getMinColor() - Method in class org.zkoss.chart.YAxis
Returns the min color.
getMinFontSize() - Method in class org.zkoss.chart.plotOptions.SeriesLabel
For area-like series, allow the font size to vary so that small areas get a smaller font size.
getMinFontSize() - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
Returns a threshold determining the minimum font size that can be applied to a word.
getMinFontSize() - Method in class org.zkoss.chart.Series
Returns a threshold determining the minimum font size that can be applied to a word.
getMinHeight() - Method in class org.zkoss.chart.Responsive.Condition
Returns the value the responsive rule applies if the chart height is greater than this.
getMinHeight() - Method in class org.zkoss.chart.ScrollablePlotArea
Returns the minimum height for the plot area.
getMinimumClusterSize() - Method in class org.zkoss.chart.Cluster
The minimum amount of points to be combined into a cluster.
getMinInputLabel() - Method in class org.zkoss.chart.LangRangeSelector
Default: "Select start date."
getMinLinkWidth() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns the minimal width for a line of a sankey.
getMinLinkWidth() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
Returns the minimal width for a line of a sankey.
getMinLinkWidth() - Method in class org.zkoss.chart.Series
Returns the minimal width for a line of a sankey.
getMinNodeLength() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
In a horizontal chart, the minimum width of the hanging nodes only, in pixels.
getMinNodeLength() - Method in class org.zkoss.chart.Series
In a horizontal chart, the minimum width of the hanging nodes only, in pixels.
getMinorGridLineColor() - Method in class org.zkoss.chart.Axis
Returns color of the minor, secondary grid lines.
getMinorGridLineDashStyle() - Method in class org.zkoss.chart.Axis
Returns the dash or dot style of the minor grid lines.
getMinorGridLineWidth() - Method in class org.zkoss.chart.Axis
Returns width of the minor, secondary grid lines.
getMinorTickColor() - Method in class org.zkoss.chart.Axis
Returns color for the minor tick marks.
getMinorTickCount() - Method in class org.zkoss.chart.model.DialModelScale
returns the number of minor ticks between major tick.
getMinorTickInterval() - Method in class org.zkoss.chart.Axis
Returns the tick interval in scale units for the minor ticks.
getMinorTickLength() - Method in class org.zkoss.chart.Axis
Returns the pixel length of the minor tick marks.
getMinorTickPosition() - Method in class org.zkoss.chart.Axis
Returns the position of the minor tick marks relative to the axis line.
getMinorTickWidth() - Method in class org.zkoss.chart.Axis
Returns the pixel width of the minor tick mark.
getMinPadding() - Method in class org.zkoss.chart.Axis
Returns padding of the min value relative to the length of the axis.
getMinPadding() - Method in class org.zkoss.chart.YAxis
Returns padding of the min value relative to the length of the axis.
getMinPointLength() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns the minimal height for a column or width for a bar.
getMinPointLength() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns the minimal height for a column or width for a bar.
getMinPointLength() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
Returns the minimal height for a column or width for a bar.
getMinPointLength() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns the minimal height for a column or width for a bar.
getMinPointLength() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
Returns the minimal height for a column or width for a bar.
getMinPointLength() - Method in class org.zkoss.chart.Series
Returns the minimal height for a column or width for a bar.
getMinPointSize() - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
Returns the minimum size of the points' radius related to chart's plotArea.
getMinPointSize() - Method in class org.zkoss.chart.Series
Returns the minimum size of the points' radius related to chart's plotArea.
getMinRange() - Method in class org.zkoss.chart.Axis
Returns the minimum range to display on this axis.
getMinSize() - Method in class org.zkoss.chart.BubbleLegend
Returns minimum bubble legend range size.
getMinSize() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
Returns minimum bubble size.
getMinSize() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
Returns the minimum size for a pie in response to auto margins.
getMinSize() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns the minimum size for a pie in response to auto margins.
getMinSize() - Method in class org.zkoss.chart.Series
Returns the minimum size.
getMinTickInterval() - Method in class org.zkoss.chart.Axis
Returns the minimum tick interval allowed in axis values.
getMinute() - Method in class org.zkoss.chart.DateTimeLabelFormats
Returns the label format for minute.
getMinWidth() - Method in class org.zkoss.chart.Responsive.Condition
Returns the value the responsive rule applies if the chart width is greater than this.
getMinWidth() - Method in class org.zkoss.chart.ScrollablePlotArea
Returns the minimum width for the plot area.
getMode() - Method in class org.zkoss.chart.SeriesNavigation
Returns the keyboard navigation mode for the chart.
getModel() - Method in class org.zkoss.chart.Charts
Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.
getModel() - Method in interface org.zkoss.chart.ChartsApi
Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.
getModel() - Method in class org.zkoss.chart.ChartsEngine
 
getModel() - Method in interface org.zkoss.chart.model.ChartsDataEvent
Returns the chart model that fires this event.
getModel() - Method in class org.zkoss.chart.model.ChartsDataEventImpl
 
getModel() - Method in class org.zkoss.chart.model.ChartsModelProxy
 
getMonth() - Method in class org.zkoss.chart.DateTimeLabelFormats
Returns the label format for month.
getMonths() - Method in class org.zkoss.chart.Lang
Returns an array containing the months names.
getName() - Method in class org.zkoss.chart.DataClass
Returns the name of the data class as it appears in the legend.
getName() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
 
getName() - Method in class org.zkoss.chart.Node
Returns the name to display for the node in data labels and tooltips.
getName() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the name of the series as shown in the legend, tooltip etc.
getName() - Method in class org.zkoss.chart.Point
Returns the name of the point as shown in the legend, tooltip, dataLabel etc.
getName() - Method in class org.zkoss.chart.Series
Returns the name of the series as shown in the legend, tooltip etc.
getName() - Method in class org.zkoss.chart.State
Returns the name of this state.
getName(Comparable<?>, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Get the name value from the specified series at the given index.
getName(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
getNavigation() - Method in class org.zkoss.chart.Charts
Returns the navigation options
getNavigation() - Method in interface org.zkoss.chart.ChartsApi
Returns the navigation options
getNavigation() - Method in class org.zkoss.chart.ChartsEngine
 
getNavigation() - Method in class org.zkoss.chart.Legend
Returns options for the paging or navigation appearing when the legend is overflown.
getNavigation() - Method in class org.zkoss.chart.PlotData
Returns the navigation options
getNeckHeight() - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
Returns the height of the neck, the lower part of the funnel.
getNeckHeight() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the neck height for funnel chart only.
getNeckHeight() - Method in class org.zkoss.chart.Series
Returns the height of the neck, the lower part of the funnel.
getNeckWidth() - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
Returns the width of the neck, the lower part of the funnel.
getNeckWidth() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the neck width for funnel chart only.
getNeckWidth() - Method in class org.zkoss.chart.Series
Returns the width of the neck, the lower part of the funnel.
getNeedleColor() - Method in class org.zkoss.chart.model.DialModelScale
Get the needle color of this scale(in string as #RRGGBB).
getNeedleRadius() - Method in class org.zkoss.chart.model.DialModelScale
Return the radius percentage(0 ~ 1) of the scale's needle; default to 0.9.
getNeedleRGB() - Method in class org.zkoss.chart.model.DialModelScale
Get the needle color of this scale in int array (0: red, 1: green, 2:blue).
getNeedleType() - Method in class org.zkoss.chart.model.DialModelScale
Returns the needle type of this scale ("pointer" or "pin")
getNegativeColor() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
Returns when a point's Z value is below the BubblePlotOptions.setZThreshold(Number) setting, this color is used.
getNegativeColor() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the color for the parts of the graph or points that are below the SeriesPlotOptions.setThreshold(Number).
getNegativeColor() - Method in class org.zkoss.chart.Series
Returns the color for the parts of the graph or points that are below the Series.setThreshold(Number).
getNegativeFillColor() - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
Returns a separate color for the negative part of the area.
getNegativeFillColor() - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
Returns a separate color for the negative part of the area.
getNegativeFillColor() - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
Returns a separate color for the negative part of the area.
getNegativeFillColor() - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
Returns a separate color for the negative part of the area.
getNegativeFillColor() - Method in class org.zkoss.chart.Series
Returns a separate color for the negative part of the area.
getNetworkGraph() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the networkgraph plot option.
getNetworkGraphLayoutAlgorithm() - Method in class org.zkoss.chart.Series
Return options for layout algorithm for networkgraph type, if any.
getNewDataAnnounce() - Method in class org.zkoss.chart.LangAnnounceNewData
Default: "Updated data for chart {chartTitle}"
getNewPointAnnounceMultiple() - Method in class org.zkoss.chart.LangAnnounceNewData
Default: "New data point in chart {chartTitle}: {pointDesc}"
getNewPointAnnounceSingle() - Method in class org.zkoss.chart.LangAnnounceNewData
Default: "New data point: {pointDesc}"
getNewSeriesAnnounceMultiple() - Method in class org.zkoss.chart.LangAnnounceNewData
Default: "New data series in chart {chartTitle}: {seriesDesc}"
getNewSeriesAnnounceSingle() - Method in class org.zkoss.chart.LangAnnounceNewData
Default: "New data series: {seriesDesc}"
getNoData() - Method in class org.zkoss.chart.Charts
Returns the no-data options
getNoData() - Method in interface org.zkoss.chart.ChartsApi
Returns the no-data options
getNoData() - Method in class org.zkoss.chart.ChartsEngine
 
getNoData() - Method in class org.zkoss.chart.Lang
Returns the message for no data.
getNoData() - Method in class org.zkoss.chart.PlotData
Returns the no-data options
getNodeFormat() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the format string specifying what to show for nodes.
getNodeFormat() - Method in class org.zkoss.chart.plotOptions.SankeyDataLabels
Returns the format string specifying what to show for nodes in tooltip of a diagram series, as opposed to links.
getNodeFormatter() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the callback to format data labels for nodes in the sankey diagram.
getNodeFormatter() - Method in class org.zkoss.chart.plotOptions.SankeyDataLabels
Returns a callback for defining the format for nodes in the chart's tooltip, as opposed to links.
getNodePadding() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
Returns the padding between nodes in a sankey diagram or dependency wheel, in pixels.
getNodePadding() - Method in class org.zkoss.chart.Series
Returns the padding between nodes in a sankey diagram or dependency wheel, in pixels.
getNodes() - Method in class org.zkoss.chart.Series
Returns the Node options, if any.
getNodes(int) - Method in class org.zkoss.chart.Series
Returns the Node options from the given index, if any.
getNodesSize() - Method in class org.zkoss.chart.Series
Returns the size of nodes.
getNodeWidth() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns the pixel width of each node in a sankey diagram or dependency wheel, or the height in case the chart is inverted.
getNodeWidth() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
In a horizontal chart, returns the width of the nodes in pixels.
getNodeWidth() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
Returns the pixel width of each node in a sankey diagram or dependency wheel, or the height in case the chart is inverted.
getNodeWidth() - Method in class org.zkoss.chart.Series
Returns the pixel width of each node in a sankey diagram or dependency wheel, or the height in case the chart is inverted.
getNormal() - Method in class org.zkoss.chart.PDFFont
Returns the TTF font file for normal font-style.
getNormal() - Method in class org.zkoss.chart.States
Returns the normal state of a series, or for point items in column, pie and similar series.
getNullColor() - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
Returns the color applied to null points.
getNullColor() - Method in class org.zkoss.chart.Series
Returns the color applied to null points.
getNullFormat() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the format for points with the value of null.
getNullFormatter() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the callback JavaScript function that defines formatting for points with the value of null.
getNullPointValue() - Method in class org.zkoss.chart.LangSeries
Returns the description for the value of null points.
getNumericSymbols() - Method in class org.zkoss.chart.Lang
Returns Metric prefixes used to shorten high numbers in axis labels.
getOffset() - Method in class org.zkoss.chart.Axis
Returns the distance in pixels from the plot area to the axis line.
getOffset() - Method in class org.zkoss.chart.AxisTitle
Returns the distance of the axis title from the axis line.
getOffset() - Method in class org.zkoss.chart.Node
In a horizontal layout, returns the vertical offset of a node in terms of weight.
getOffset() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns the offset of an arc diagram nodes column in relation to the plotArea.
getOffset() - Method in class org.zkoss.chart.Series
Returns the offset of an arc diagram nodes column in relation to the plotArea.
getOffsetHorizontal() - Method in class org.zkoss.chart.Node
The horizontal offset of a node.
getOffsetVertical() - Method in class org.zkoss.chart.Node
The vertical offset of a node.
getOffsetX() - Method in class org.zkoss.chart.Shadow
Returns the offset X of the shadow
getOffsetY() - Method in class org.zkoss.chart.Shadow
Returns the offset Y of the shadow
getOnclick() - Method in class org.zkoss.chart.MenuItem
Get the javascript function associated with this menu item's onclick event.
getOnPlayAsSoundClick() - Method in class org.zkoss.chart.ScreenReaderSection
Returns the function to run upon clicking the "Play as sound" button in the screen reader region.
getOnPoint() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the Series on point feature.
getOnPoint() - Method in class org.zkoss.chart.Series
Returns the Series on point feature.
getOnSeries() - Method in class org.zkoss.chart.plotOptions.WindBarbPlotOptions
Returns the id of another series in the chart that the wind barbs are projected on.
getOnSeries() - Method in class org.zkoss.chart.Series
Returns the id of another series in the chart that the wind barbs are projected on.
getOnViewDataTableClick() - Method in class org.zkoss.chart.ScreenReaderSection
Returns the function to run upon clicking the "View as Data Table" link in the screen reader region.
getOpacity() - Method in class org.zkoss.chart.Halo
Returns the opacity for the halo.
getOpacity() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns opacity of a series parts: line, fill (e.g.
getOpacity() - Method in class org.zkoss.chart.ScrollablePlotArea
Returns the opacity of mask applied on one of the sides of the plot area.
getOpacity() - Method in class org.zkoss.chart.Series
Returns opacity of a series parts: line, fill (e.g.
getOpacity() - Method in class org.zkoss.chart.Shadow
Returns the opacity of the shadow.
getOpacity() - Method in class org.zkoss.chart.State
Inactive state only.
getOperator() - Method in class org.zkoss.chart.plotOptions.DataLabelsFilter
Returns the operator to compare by.
getOptions() - Method in class org.zkoss.chart.Charts
Returns the global options for all Charts.
getOptions3D() - Method in class org.zkoss.chart.Chart
Returns the options to render charts in 3 dimensions.
getOptions3D() - Method in class org.zkoss.chart.Charts
Returns the options to render charts in 3 dimensions.
getOptions3D() - Method in interface org.zkoss.chart.ChartsApi
Returns the options to render charts in 3 dimensions.
getOptions3D() - Method in class org.zkoss.chart.ChartsEngine
 
getOrder() - Method in class org.zkoss.chart.KeyboardNavigation
Returns the order of tab navigation in the chart.
getOrganization() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the organization plot option
getOrientations() - Method in class org.zkoss.chart.plotOptions.WordCloudRotation
Returns the number of possible orientations for a word, within the range of from and to.
getOriginTarget() - Method in class org.zkoss.chart.OptionDataEvent
Returns the origin target.
getOriginType() - Method in class org.zkoss.chart.OptionDataEvent
Returns the origin type of the event.
getOuterRadius() - Method in class org.zkoss.chart.model.DialModelRange
Return the outer radius percentage(0 ~ 1) of the dial range; default to 0.8.
getOuterRadius() - Method in class org.zkoss.chart.PaneBackground
Returns the outer radius.
getOuterRadius() - Method in class org.zkoss.chart.PlotBand
Returns the outer radius
getOuterWidth() - Method in class org.zkoss.chart.PaneBackground
Returns the outer width.
getOverflow() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns how to handle the annotation's label that flow outside the plot area.
getOverflow() - Method in class org.zkoss.chart.AxisLabels
Deprecated.
getOverflow() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns how to handle data labels that flow outside the plot area.
getOvershoot() - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
Allow the dial to overshoot the end of the perimeter axis by this many degrees.
getOvershoot() - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
Allow the gauge to overshoot the end of the perimeter axis by this many degrees.
getOvershoot() - Method in class org.zkoss.chart.Series
Returns the amount of degrees that are allowed to overshoot (Requires gauge) Default: null
getPackedBubble() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the packed bubble plot option
getPackedBubbleLayoutAlgorithm() - Method in class org.zkoss.chart.Series
Return options for layout algorithm when simulation is enabled, if any.
getPadding() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the padding within the box when either the AnnotationLabelOptions.getBorderWidth() or the AnnotationLabelOptions.getBackgroundColor() is set.
getPadding() - Method in class org.zkoss.chart.AxisLabels
The pixel padding for axis labels, to ensure white space between them.
getPadding() - Method in class org.zkoss.chart.Legend
Returns the inner padding of the legend box.
getPadding() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns when either the DataLabels.getBorderWidth() or the DataLabels.getBackgroundColor() is set, this is the padding within the box.
getPane() - Method in class org.zkoss.chart.Axis
Returns the index related to the pane
getPane() - Method in class org.zkoss.chart.Charts
Returns the pane at the index 0
getPane() - Method in interface org.zkoss.chart.ChartsApi
Returns the pane at the index 0
getPane() - Method in class org.zkoss.chart.ChartsEngine
 
getPane() - Method in class org.zkoss.chart.PlotData
Returns the pane at the index 0
getPane(int) - Method in class org.zkoss.chart.Charts
Returns the pane from the given index
getPane(int) - Method in interface org.zkoss.chart.ChartsApi
Returns the pane from the given index
getPane(int) - Method in class org.zkoss.chart.ChartsEngine
 
getPane(int) - Method in class org.zkoss.chart.PlotData
Returns the pane from the given index
getPaneSize() - Method in class org.zkoss.chart.Charts
Returns the size of the pane list
getPaneSize() - Method in interface org.zkoss.chart.ChartsApi
Returns the size of the pane list
getPaneSize() - Method in class org.zkoss.chart.ChartsEngine
 
getPaneSize() - Method in class org.zkoss.chart.PlotData
Return the size of the pane list
getPanKey() - Method in class org.zkoss.chart.Chart
Returns setting a key to switch between zooming and panning.
getPanKey() - Method in class org.zkoss.chart.Charts
Returns setting a key to switch between zooming and panning.
getPanKey() - Method in interface org.zkoss.chart.ChartsApi
Returns setting a key to switch between zooming and panning.
getPanKey() - Method in class org.zkoss.chart.ChartsEngine
 
getParallelAxes() - Method in class org.zkoss.chart.Chart
Returns common options for all yAxes rendered in a parallel coordinates plot, if any.
getParallelAxes() - Method in class org.zkoss.chart.Charts
Returns common options for all yAxes rendered in a parallel coordinates plot, if any.
getParallelAxes() - Method in interface org.zkoss.chart.ChartsApi
Returns common options for all yAxes rendered in a parallel coordinates plot, if any.
getParallelAxes() - Method in class org.zkoss.chart.ChartsEngine
 
getParent() - Method in class org.zkoss.chart.Point
Get the parent point of this point.
getParent() - Method in class org.zkoss.chart.util.OptionsList
Returns the parent options either OptionsMap or OptionsList.
getParent() - Method in class org.zkoss.chart.util.OptionsMap
Returns the parent options either OptionsMap or OptionsList.
getParentNode() - Method in class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
Returns series options for parent nodes.
getParentNode() - Method in class org.zkoss.chart.Series
Returns series options for parent nodes.
getParentNodeFormat() - Method in class org.zkoss.chart.plotOptions.PackedBubbleDataLabels
Returns the format for the parent node.
getParentNodeOptions() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns the layout algorithm options for parent nodes, if any.
getPareto() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the pareto plot option
getPartialFill() - Method in class org.zkoss.chart.plotOptions.XRangePlotOptions
Returns a partial fill for each point, if any.
getPartialFill() - Method in class org.zkoss.chart.Point
Returns a partial fill for each point, if any.
getPartialFill() - Method in class org.zkoss.chart.Series
Returns a partial fill for each point, if any.
getPathFormatter() - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
Returns the function to define the SVG path to use for the drag handles.
getPdfFont() - Method in class org.zkoss.chart.Exporting
Returns the settings for a custom font for the exported PDF.
getPie() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, pie {seriesNumber} of {chart.series.length} with {series.points.length} {#plural(series.points.length, slices, slice)}."
getPie() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the pie plot option
getPieCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}. Pie with {series.points.length} {#plural(series.points.length, slices, slice)}."
getPieMultiple() - Method in class org.zkoss.chart.LangChartTypes
Default: "Pie chart with {numSeries} pies."
getPieSingle() - Method in class org.zkoss.chart.LangChartTypes
Default: "Pie chart with {numPoints} {#plural(numPoints, slices, slice)}."
getPinchType() - Method in class org.zkoss.chart.Chart
Returns equivalent to Chart.getZoomType(), but for multitouch gestures only.
getPinchType() - Method in class org.zkoss.chart.Charts
Returns equivalent to Charts.getZoomType(), but for multitouch gestures only.
getPinchType() - Method in interface org.zkoss.chart.ChartsApi
Returns equivalent to ChartsApi.getZoomType(), but for multitouch gestures only.
getPinchType() - Method in class org.zkoss.chart.ChartsEngine
 
getPivot() - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
Returns options for the pivot or the center point of the gauge.
getPivot() - Method in class org.zkoss.chart.Series
Returns options for the pivot or the center point of the gauge.
getPlacementStrategy() - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
Returns which algorithm is used for placement, and rotation of a word.
getPlacementStrategy() - Method in class org.zkoss.chart.Series
Returns which algorithm is used for placement, and rotation of a word.
getPlayAsSoundButtonText() - Method in class org.zkoss.chart.LangSonification
Default: "Play as sound, {chartTitle}"
getPlayAsSoundClickAnnouncement() - Method in class org.zkoss.chart.LangSonification
Default: "Play"
getPlotBackgroundColor() - Method in class org.zkoss.chart.Chart
Returns the background color for the plot area.
getPlotBackgroundColor() - Method in class org.zkoss.chart.Charts
Returns the background color for the plot area.
getPlotBackgroundColor() - Method in interface org.zkoss.chart.ChartsApi
Returns the background color for the plot area.
getPlotBackgroundColor() - Method in class org.zkoss.chart.ChartsEngine
 
getPlotBackgroundImage() - Method in class org.zkoss.chart.Chart
Returns the URL for an image to use as the plot background.
getPlotBackgroundImage() - Method in class org.zkoss.chart.Charts
Returns the URL for an image to use as the plot background.
getPlotBackgroundImage() - Method in interface org.zkoss.chart.ChartsApi
Returns the URL for an image to use as the plot background.
getPlotBackgroundImage() - Method in class org.zkoss.chart.ChartsEngine
 
getPlotBands() - Method in class org.zkoss.chart.Axis
Returns a list of colored bands stretching across the plot area marking an interval on the axis.
getPlotBorderColor() - Method in class org.zkoss.chart.Chart
Returns the color of the inner chart or plot area border.
getPlotBorderColor() - Method in class org.zkoss.chart.Charts
Returns the color of the inner chart or plot area border.
getPlotBorderColor() - Method in interface org.zkoss.chart.ChartsApi
Returns the color of the inner chart or plot area border.
getPlotBorderColor() - Method in class org.zkoss.chart.ChartsEngine
 
getPlotBorderWidth() - Method in class org.zkoss.chart.Chart
Returns the pixel width of the plot area border.
getPlotBorderWidth() - Method in class org.zkoss.chart.Charts
Returns the pixel width of the plot area border.
getPlotBorderWidth() - Method in interface org.zkoss.chart.ChartsApi
Returns the pixel width of the plot area border.
getPlotBorderWidth() - Method in class org.zkoss.chart.ChartsEngine
 
getPlotData() - Method in class org.zkoss.chart.Charts
Returns the plot data which is a JSON object to collect all chart's options for Charts JS.
getPlotData() - Method in interface org.zkoss.chart.ChartsApi
Returns the plot data which is a JSON object to collect all chart's options for Charts JS.
getPlotData() - Method in class org.zkoss.chart.ChartsEngine
 
getPlotData() - Method in class org.zkoss.chart.impl.PlotEngineImpl
Returns the plot data object that this chart model will draw.
getPlotEngine(String, PlotData) - Static method in class org.zkoss.chart.impl.PlotEngineImpl
Returns the suitable plot engine implementation.
getPlotLines() - Method in class org.zkoss.chart.Axis
Returns a list of lines streching across the plot area, marking a specific value on one of the axes.
getPlotOptions() - Method in class org.zkoss.chart.Charts
Returns the plotOptions option, if any.
getPlotOptions() - Method in interface org.zkoss.chart.ChartsApi
Returns the plotOptions option, if any.
getPlotOptions() - Method in class org.zkoss.chart.ChartsEngine
 
getPlotOptions() - Method in class org.zkoss.chart.PlotData
Returns the plot options
getPlotOptions() - Method in class org.zkoss.chart.Series
Returns the plot options to the series.
getPoint() - Method in class org.zkoss.chart.Accessibility
Returns options for descriptions of individual data points, or create a new one.
getPoint() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the point which the label will be connected.
getPoint() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns the point which the shape will be connected.
getPoint() - Method in class org.zkoss.chart.ChartsEvent
Returns the point object, if any.
getPoint() - Method in class org.zkoss.chart.SeriesAccessibility
Returns the point accessibility options for a series, if null, create a new one.
getPoint(int) - Method in class org.zkoss.chart.Series
Returns the point in the list from the given index.
getPointAnnotationsDescription() - Method in class org.zkoss.chart.LangSeries
Returns the description for annotations on a point, as it is made available to assistive technology.
getPointDescriptionEnabledThreshold() - Method in class org.zkoss.chart.AccessibilitySeries
When a series contains more points than this, we no longer expose information about individual points to screen readers.
getPointDescriptionFormatter() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the formatter function to use instead of the default for series descriptions.
getPointDescriptionFormatter() - Method in class org.zkoss.chart.Series
Returns the formatter function to use instead of the default for series descriptions.
getPointFormat() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns the HTML of the point's line in the tooltip.
getPointFormat() - Method in class org.zkoss.chart.Tooltip
Returns the HTML of the point's line in the tooltip.
getPointFormatter() - Method in class org.zkoss.chart.Tooltip
A callback function for formatting the HTML output for a single point in the tooltip.
getPointIndex() - Method in class org.zkoss.chart.ChartsEvent
Returns the point index, if any.
getPointInterval() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns if no x values are given for the points in a series, pointInterval defines the interval of the x values.
getPointInterval() - Method in class org.zkoss.chart.Series
Returns the point interval of the series.
getPointIntervalUnit() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
On datetime series, this allows for setting the pointInterval to the two irregular time units, month and year.
getPointIntervalUnit() - Method in class org.zkoss.chart.Series
On datetime series, this allows for setting the pointInterval to the two irregular time units, month and year.
getPointPadding() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns padding between each column or bar, in x axis units.
getPointPadding() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns padding between each column or bar, in x axis units.
getPointPadding() - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
Returns the padding between each column or bar, in x axis units.
getPointPadding() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
Returns padding between each column or bar, in x axis units.
getPointPadding() - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
Returns padding between each column or bar, in x axis units.
getPointPadding() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns padding between each column or bar, in x axis units.
getPointPadding() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
Returns padding between each column or bar, in x axis units.
getPointPadding() - Method in class org.zkoss.chart.plotOptions.TilemapPlotOptions
Returns the padding between points in the tilemap.
getPointPadding() - Method in class org.zkoss.chart.plotOptions.VariwidePlotOptions
Returns padding between each column or bar, in x axis units.
getPointPadding() - Method in class org.zkoss.chart.Series
Returns the padding between each column or bar, in x axis units.
getPointPlacement() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the point placement.
getPointPlacement() - Method in class org.zkoss.chart.Series
Returns the point placement.
getPointRange() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns the X axis range that each point is valid for.
getPointRange() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns the X axis range that each point is valid for.
getPointRange() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns the X axis range that each point is valid for.
getPointRange() - Method in class org.zkoss.chart.Series
Default: null
getPoints() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns an array of points for the shape.
getPointsInInterval() - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
Returns how many points should be plotted within 1 interval.
getPointsInInterval() - Method in class org.zkoss.chart.Series
Returns how many points should be plotted within 1 interval.
getPointStart() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns if no x values are given for the points in a series, pointStart defines on what value to start.
getPointStart() - Method in class org.zkoss.chart.Series
If no x values are given for the points in a series, pointStart defines on what value to start.
getPointWidth() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns a pixel value specifying a fixed width for each column or bar.
getPointWidth() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns a pixel value specifying a fixed width for each column or bar.
getPointWidth() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
Returns a pixel value specifying a fixed width for each column or bar.
getPointWidth() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns a pixel value specifying a fixed width for each column or bar.
getPointWidth() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
Returns a pixel value specifying a fixed width for each column or bar.
getPointWidth() - Method in class org.zkoss.chart.Point
Returns pixel value specifying a fixed width for each column or bar.
getPointWidth() - Method in class org.zkoss.chart.Series
Returns a pixel value specifying a fixed width for each column or bar.
getPolygon() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the polygon plot option
getPosition() - Method in class org.zkoss.chart.Breadcrumbs
Returns the position for the button row.
getPosition() - Method in class org.zkoss.chart.Credits
Returns position configuration for the credtis label.
getPosition() - Method in class org.zkoss.chart.DrillUpButton
Returns positioning options for the button within the relativeTo box.
getPosition() - Method in class org.zkoss.chart.NoData
Returns the position of the no-data label.
getPosition() - Method in class org.zkoss.chart.OnPoint
Options allowing to set a position and an offset of the series in the Series on point feature.
getPosition() - Method in class org.zkoss.chart.ResetZoomButton
Returns the position of the button.
getPosition() - Method in class org.zkoss.chart.TraverseUpButton
Returns the position of the button, if any.
getPosition3d() - Method in class org.zkoss.chart.AxisTitle
Returns how the title is repositioned according to the 3D chart orientation.
getPosition3D() - Method in class org.zkoss.chart.AxisLabels
Returns how the labels are be repositioned according to the 3D chart orientation.
getPositioner() - Method in class org.zkoss.chart.Tooltip
Returns a callback function to place the tooltip in a default position.
getPrintChart() - Method in class org.zkoss.chart.Lang
Returns exporting module only.
getProperty() - Method in class org.zkoss.chart.plotOptions.DataLabelsFilter
Returns the point property to filter by.
getPropertyKey() - Method in class org.zkoss.chart.model.DialChartsDataEventImpl
Return the key of the property.
getPyramid() - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
Default: "Pyramid charts consist of a single pyramid with item heights corresponding to each point value."
getPyramid() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the pyramid plot option
getPyramid3D() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the pyramid 3D plot option
getQ1() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
 
getQ1() - Method in class org.zkoss.chart.Point
Get the Q1 (first quartile) value of this point.
getQ1(Comparable<?>, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Get the q1 value from the specified series at the given index.
getQ1(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
getQ3() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
 
getQ3() - Method in class org.zkoss.chart.Point
Get the Q3 (third quartile) of this point.
getQ3(Comparable<?>, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Get the q3 value from the specified series at the given index.
getQ3(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
getR() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns the radius of the shape.
getRadius() - Method in class org.zkoss.chart.Marker
Returns the radius of the point marker.
getRadius() - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
Returns the radius or length of the dial, in percentages relative to the radius of the gauge itself.
getRadius() - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
Returns the pixel radius of the pivot.
getRadius() - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
Returns the outer radius for points in a solid gauge.
getRadius() - Method in class org.zkoss.chart.plotOptions.TreeGraphLink
Returns radius for the rounded corners of the links between nodes.
getRadius() - Method in class org.zkoss.chart.Point
Returns the outer radius for points in a solid gauge.
getRadius() - Method in class org.zkoss.chart.Series
Returns the outer radius for points in a solid gauge.
getRadius() - Method in class org.zkoss.chart.State
Returns the radius of the point marker.
getRadiusPlus() - Method in class org.zkoss.chart.State
Returns the number of pixels to increase the radius of the hovered point.
getRange(int) - Method in class org.zkoss.chart.model.DialModelScale
Returns the color range of the specified index.
getRangeCategories() - Method in class org.zkoss.chart.LangAxis
Default: "Data range: {numCategories} categories."
getRangeColor() - Method in class org.zkoss.chart.model.DialModelRange
Get the background color of the dial frame (in string as #RRGGBB).
getRangeDescription() - Method in class org.zkoss.chart.AxisAccessibility
Returns the range description for an axis.
getRangeFromTo() - Method in class org.zkoss.chart.LangAxis
Default: "Data ranges from {rangeFrom} to {rangeTo}."
getRangeRGB() - Method in class org.zkoss.chart.model.DialModelRange
Get the background color of the dial frame in int array (0: red, 1: green, 2:blue).
getRanges() - Method in class org.zkoss.chart.BubbleLegend
Returns the options for specific range.
getRangeSelector() - Method in class org.zkoss.chart.LangAccessibility
Returns range selector language options for accessibility.
getRearLength() - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
Returns the length of the dial's rear end, the part that extends out on the other side of the pivot.
getRelativeTo() - Method in class org.zkoss.chart.Breadcrumbs
What box to align the button to.
getRelativeTo() - Method in class org.zkoss.chart.DrillUpButton
Returns what box to align the button to.
getRelativeTo() - Method in class org.zkoss.chart.ResetZoomButton
Returns what box to align the button to.
getRepeat() - Method in class org.zkoss.chart.Break
Defines an interval after which the break appears again.
getRepulsiveForce() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Returns the repulsive force applied on a node.
getResetZoom() - Method in class org.zkoss.chart.Lang
Returns the text for the label appearing when a chart is zoomed.
getResetZoomButton() - Method in class org.zkoss.chart.Chart
Returns the button that appears after a selection zoom, allowing the user to reset zoom.
getResetZoomButton() - Method in class org.zkoss.chart.Charts
 
getResetZoomButton() - Method in interface org.zkoss.chart.ChartsApi
Returns the button that appears after a selection zoom, allowing the user to reset zoom.
getResetZoomButton() - Method in class org.zkoss.chart.ChartsEngine
 
getResetZoomButton() - Method in class org.zkoss.chart.LangZoom
Default: "Reset zoom"
getResetZoomTitle() - Method in class org.zkoss.chart.Lang
Returns the tooltip title for the label appearing when a chart is zoomed.
getResponsive() - Method in class org.zkoss.chart.Charts
 
getResponsive() - Method in interface org.zkoss.chart.ChartsApi
Returns a set of rules to apply for different screen or chart sizes.
getResponsive() - Method in class org.zkoss.chart.ChartsEngine
 
getResponsive() - Method in class org.zkoss.chart.PlotData
 
getRight() - Method in class org.zkoss.chart.options3D.Frame3D
Returns the options for the right panel of a Frame3D
getRootId() - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
Returns which point to use as a root in the visualization.
getRootId() - Method in class org.zkoss.chart.Series
Returns which point to use as a root in the visualization.
getRotation() - Method in class org.zkoss.chart.AxisLabels
Returns rotation of the labels in degrees.
getRotation() - Method in class org.zkoss.chart.AxisTitle
Returns the rotation of the text in degrees.
getRotation() - Method in class org.zkoss.chart.Level
Returns a rotation on all points which lies on the same level.
getRotation() - Method in class org.zkoss.chart.PlotLabel
Returns rotation of the text label in degrees.
getRotation() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns text rotation in degrees.
getRotation() - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
Returns the rotation options for the words in the wordcloud, if any.
getRotation() - Method in class org.zkoss.chart.Series
Returns the rotation options for the words in the wordcloud, if any.
getRotation() - Method in class org.zkoss.chart.StackLabels
Returns rotation of the labels in degrees.
getRotation() - Method in class org.zkoss.chart.YAxisTitle
Returns the rotation of the text in degrees.
getRotationMode() - Method in class org.zkoss.chart.Level
Returns a rotationMode on all points which lies on the same level.
getRotationMode() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns a rotationMode on all points which lies on the same level.
getRotationOrigin() - Method in class org.zkoss.chart.plotOptions.VectorPlotOptions
Returns what part of the vector it should be rotated around.
getRows() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
Returns the number of rows to display in the rectangular or circular view.
getRows() - Method in class org.zkoss.chart.Series
Returns the number of rows to display in the rectangular or circular view.
getRowsize() - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
Returns the row size - how many Y axis units each heatmap row should span.
getRowsize() - Method in class org.zkoss.chart.Series
Returns the row size - how many Y axis units each heatmap row should span.
getRule() - Method in class org.zkoss.chart.Responsive
Returns a rule for responsive settings at the index 0, if any.
getRule(int) - Method in class org.zkoss.chart.Responsive
Returns a rule for responsive settings from the given index, if any.
getRuleSize() - Method in class org.zkoss.chart.Responsive
Returns the size of the rules list.
getSankey() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the sankey plot option
getScale() - Method in class org.zkoss.chart.Exporting
Returns the scale or zoom factor for the exported image compared to the on-screen display.
getScale(int) - Method in class org.zkoss.chart.model.DefaultDialModel
 
getScale(int) - Method in interface org.zkoss.chart.model.DialModel
Returns the DialModelScale of the specified index.
getScaleExtent() - Method in class org.zkoss.chart.model.DialModelScale
Returns angles in degree extended from the starting angle (counter clockwise is positive).
getScaleLowerBound() - Method in class org.zkoss.chart.model.DialModelScale
Returns the scale's lower bound.
getScaleStartAngle() - Method in class org.zkoss.chart.model.DialModelScale
Returns starting angle in degree associated to the sclae's lower bound (0 degree point to east, counter-clockwise is positive).
getScaleUpperBound() - Method in class org.zkoss.chart.model.DialModelScale
Returns the scale's upper bound.
getScatter() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, scatter plot {seriesNumber} of {chart.series.length} with {series.points.length} {#plural(series.points.length, points, point)}."
getScatter() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the scatter plot option
getScatter3D() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the scatter 3D plot option
getScatterCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}, scatter plot with {series.points.length} {#plural(series.points.length, points, point)}."
getScatterMultiple() - Method in class org.zkoss.chart.LangChartTypes
Default: "Scatter chart with {numSeries} data series."
getScatterSingle() - Method in class org.zkoss.chart.LangChartTypes
Default: "Scatter chart with {numPoints} {#plural(numPoints, points, point)}."
getScreenReaderSection() - Method in class org.zkoss.chart.Accessibility
Returns accessibility options for the screen reader information sections added before and after the chart, or create a new one.
getScreenReaderSection() - Method in class org.zkoss.chart.LangAccessibility
Returns language options for the screen reader information sections added before and after the charts.
getScrollablePlotArea() - Method in class org.zkoss.chart.Chart
Returns the options for a scrollable plot area.
getScrollablePlotArea() - Method in class org.zkoss.chart.Charts
 
getScrollablePlotArea() - Method in interface org.zkoss.chart.ChartsApi
Returns the options for a scrollable plot area.
getScrollablePlotArea() - Method in class org.zkoss.chart.ChartsEngine
 
getScrollPositionX() - Method in class org.zkoss.chart.ScrollablePlotArea
Returns the initial scrolling position of the scrollable plot area.
getScrollPositionY() - Method in class org.zkoss.chart.ScrollablePlotArea
Returns the initial scrolling position of the scrollable plot area.
getSecond() - Method in class org.zkoss.chart.DateTimeLabelFormats
Returns the label format for second.
getSelect() - Method in class org.zkoss.chart.States
Returns the appearance of the point marker when selected.
getSelectedPoints() - Method in class org.zkoss.chart.Charts
Returns a readonly set of all currently selected points in the chart.
getSelectionMarkerFill() - Method in class org.zkoss.chart.Chart
Returns the background color of the marker square when selecting (zooming in on) an area of the chart.
getSelectionMarkerFill() - Method in class org.zkoss.chart.Charts
Returns the background color of the marker square when selecting (zooming in on) an area of the chart.
getSelectionMarkerFill() - Method in interface org.zkoss.chart.ChartsApi
Returns the background color of the marker square when selecting (zooming in on) an area of the chart.
getSelectionMarkerFill() - Method in class org.zkoss.chart.ChartsEngine
 
getSeparator() - Method in class org.zkoss.chart.Breadcrumbs
Returns the options object for Breadcrumbs separator.
getSeries() - Method in class org.zkoss.chart.Accessibility
Returns accessibility options global to all data series.
getSeries() - Method in class org.zkoss.chart.Charts
Returns the Series options, if any.
getSeries() - Method in interface org.zkoss.chart.ChartsApi
Returns the Series options, if any.
getSeries() - Method in class org.zkoss.chart.ChartsEngine
 
getSeries() - Method in class org.zkoss.chart.ChartsEvent
Returns the series object.
getSeries() - Method in class org.zkoss.chart.Drilldown
Returns an array of series configurations for the drill down.
getSeries() - Method in class org.zkoss.chart.LangAccessibility
Returns lang configuration for different series types.
getSeries() - Method in interface org.zkoss.chart.model.BoxPlotModel
Get all series as a collection.
getSeries() - Method in interface org.zkoss.chart.model.CategoryModel
Get all series as a collection.
getSeries() - Method in interface org.zkoss.chart.model.ChartsDataEvent
Returns the series of the chart data model.
getSeries() - Method in class org.zkoss.chart.model.ChartsDataEventImpl
 
getSeries() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
getSeries() - Method in class org.zkoss.chart.model.DefaultCategoryModel
 
getSeries() - Method in class org.zkoss.chart.model.DefaultFromToModel
 
getSeries() - Method in class org.zkoss.chart.model.DefaultXYModel
 
getSeries() - Method in interface org.zkoss.chart.model.FromToModel
Get all series as a collection.
getSeries() - Method in interface org.zkoss.chart.model.XYModel
Get all series as a collection.
getSeries() - Method in class org.zkoss.chart.PlotData
Returns the series at the index 0
getSeries() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the series plot option
getSeries(int) - Method in class org.zkoss.chart.Charts
Returns the Series options from the given index, if any.
getSeries(int) - Method in interface org.zkoss.chart.ChartsApi
Returns the Series options from the given index, if any.
getSeries(int) - Method in class org.zkoss.chart.ChartsEngine
 
getSeries(int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Get a series of the specified index;
getSeries(int) - Method in interface org.zkoss.chart.model.CategoryModel
Get a series of the specified index;
getSeries(int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
getSeries(int) - Method in class org.zkoss.chart.model.DefaultCategoryModel
 
getSeries(int) - Method in class org.zkoss.chart.model.DefaultFromToModel
 
getSeries(int) - Method in class org.zkoss.chart.model.DefaultXYModel
 
getSeries(int) - Method in interface org.zkoss.chart.model.FromToModel
Get a series of the specified index;
getSeries(int) - Method in interface org.zkoss.chart.model.XYModel
Get a series of the specified index;
getSeries(int) - Method in class org.zkoss.chart.PlotData
Returns the series from the given index.
getSeriesIndex() - Method in class org.zkoss.chart.ChartsEvent
Returns the series index, if any.
getSeriesIndex() - Method in interface org.zkoss.chart.model.ChartsDataEvent
Returns the series index, if any.
getSeriesIndex() - Method in class org.zkoss.chart.model.ChartsDataEventImpl
 
getSeriesNavigation() - Method in class org.zkoss.chart.KeyboardNavigation
Returns an options for the keyboard navigation of data points and series, or create a new one.
getSeriesSize() - Method in class org.zkoss.chart.Charts
Returns the size of series
getSeriesSize() - Method in interface org.zkoss.chart.ChartsApi
Returns the size of series
getSeriesSize() - Method in class org.zkoss.chart.ChartsEngine
 
getSeriesSize() - Method in class org.zkoss.chart.PlotData
Returns the size of the series list
getSeriesTypeDescriptions() - Method in class org.zkoss.chart.LangAccessibility
Returns the descriptions of lesser known series types.
getSets() - Method in class org.zkoss.chart.Point
Returns the set or sets the options will be applied to, if any.
getShadow() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns whether to apply a shadow of the box.
getShadow() - Method in class org.zkoss.chart.Chart
Returns whether to apply a drop shadow to the outer chart area.
getShadow() - Method in class org.zkoss.chart.Legend
Returns whether to apply a drop shadow to the legend.
getShadow() - Method in class org.zkoss.chart.plotOptions.AreaRangePlotOptions
Returns whether to apply a drop shadow
getShadow() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns whether to apply a drop shadow to the outer chart area.
getShape() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the name of a symbol to use for the border around the label.
getShape() - Method in class org.zkoss.chart.PaneBackground
Returns the shape option for this pane background object.
getShape() - Method in class org.zkoss.chart.plotOptions.DataLabels
Return the name of a symbol to use for the border around the label.
getShapeOptions() - Method in class org.zkoss.chart.Annotation
Returns options for annotation's shapes.
getShapes() - Method in class org.zkoss.chart.Annotation
Returns the list of shapes for the annotation.
getShortMonths() - Method in class org.zkoss.chart.Lang
Returns a list containing the months names in abbreviated form.
getShowDuration() - Method in class org.zkoss.chart.Loading
Returns the duration in milliseconds of the fade in effect.
getShowInLegend() - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
Returns whether to display this particular series or series type in the legend.
getSide() - Method in class org.zkoss.chart.options3D.Frame3D
Deprecated.
since 7.2.1.0. Use left or right instead.
getSignature() - Method in class org.zkoss.chart.lic.xml.GenericCertificate
Getter for the property signature.
getSignatureAlgorithm() - Method in class org.zkoss.chart.lic.xml.GenericCertificate
Getter for the property signatureAlgorithm.
getSignatureEncoding() - Method in class org.zkoss.chart.lic.xml.GenericCertificate
Getter for the property signatureEncoding.
getSize() - Method in class org.zkoss.chart.Halo
Returns the pixel size of the halo.
getSize() - Method in class org.zkoss.chart.options3D.Panel3D
Returns the thickness of the panel.
getSize() - Method in class org.zkoss.chart.Pane
Returns the size of the pane.
getSize() - Method in class org.zkoss.chart.plotOptions.DependencyWheelPlotOptions
Returns the size of the wheel in pixel or percent relative to the canvas space.
getSize() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
Returns the diameter of the pie relative to the plot area.
getSize() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns the diameter of the pie relative to the plot area.
getSize() - Method in class org.zkoss.chart.Series
Returns the diameter of the pie relative to the plot area.
getSizeBy() - Method in class org.zkoss.chart.BubbleLegend
Returns whether the bubble legend range value should be represented by the area or the width of the bubble.
getSizeBy() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
Returns whether the bubble's value should be represented by the area or the width of the bubble.
getSizeBy() - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
Returns whether the pie slice's value should be represented by the area or the radius of the slice.
getSizeBy() - Method in class org.zkoss.chart.Series
Returns what the plot area value should be represented by.
getSlicedOffset() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns if a point is sliced, moved out from the center, how many pixels should it be moved?
getSlicedOffset() - Method in class org.zkoss.chart.Series
Returns if a point is sliced, moved out from the center, how many pixels should it be moved?
getSnap() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns the additional snapping area around an annotation making this annotation to focus.
getSnap() - Method in class org.zkoss.chart.Crosshair
Get whether the crosshair should snap to the point or follow the pointer independent of points.
getSnap() - Method in class org.zkoss.chart.Tooltip
Returns proximity snap for graphs or single points.
getSoftMax() - Method in class org.zkoss.chart.Axis
Returns a soft maximum for the axis.
getSoftMin() - Method in class org.zkoss.chart.Axis
Returns a soft minimum for the axis.
getSolidGauge() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the solid gauge plot option
getSonification() - Method in class org.zkoss.chart.LangAccessibility
Returns language options for sonification.
getSortIndex() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Returns the sort index of the point inside the treemap level.
getSortIndex() - Method in class org.zkoss.chart.Series
Returns the sort index of the point inside the treemap level.
getSortKey() - Method in class org.zkoss.chart.DataSorting
Determines what data value should be used to sort by.
getSourceHeight() - Method in class org.zkoss.chart.Exporting
Returns the height of the original chart when exported, unless an explicit chart.width is set.
getSourceWidth() - Method in class org.zkoss.chart.Exporting
Returns the width of the original chart when exported, unless an explicit chart.width is set.
getSpacing() - Method in class org.zkoss.chart.Chart
Returns the distance between the outer edge of the chart and the content, like title, legend, axis title or labels.
getSpacing() - Method in class org.zkoss.chart.Charts
Returns the distance between the outer edge of the chart and the content, like title, legend, axis title or labels.
getSpacing() - Method in interface org.zkoss.chart.ChartsApi
Returns the distance between the outer edge of the chart and the content, like title, legend, axis title or labels.
getSpacing() - Method in class org.zkoss.chart.ChartsEngine
 
getSpacingBottom() - Method in class org.zkoss.chart.Chart
Returns the space between the bottom edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingBottom() - Method in class org.zkoss.chart.Charts
Returns the space between the bottom edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingBottom() - Method in interface org.zkoss.chart.ChartsApi
Returns the space between the bottom edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingBottom() - Method in class org.zkoss.chart.ChartsEngine
 
getSpacingLeft() - Method in class org.zkoss.chart.Chart
Returns the space between the left edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingLeft() - Method in class org.zkoss.chart.Charts
Returns the space between the left edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingLeft() - Method in interface org.zkoss.chart.ChartsApi
Returns the space between the left edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingLeft() - Method in class org.zkoss.chart.ChartsEngine
 
getSpacingRight() - Method in class org.zkoss.chart.Chart
Returns the space between the right edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingRight() - Method in class org.zkoss.chart.Charts
Returns the space between the right edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingRight() - Method in interface org.zkoss.chart.ChartsApi
Returns the space between the right edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingRight() - Method in class org.zkoss.chart.ChartsEngine
 
getSpacingTop() - Method in class org.zkoss.chart.Chart
Returns the space between the top edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingTop() - Method in class org.zkoss.chart.Charts
Returns the space between the top edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingTop() - Method in interface org.zkoss.chart.ChartsApi
Returns the space between the top edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
getSpacingTop() - Method in class org.zkoss.chart.ChartsEngine
 
getSpiral() - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
Returns the spiral used for placing a word after the initial position experienced a collision with either another word or the borders.
getSpiral() - Method in class org.zkoss.chart.Series
Returns the spiral used for placing a word after the initial position experienced a collision with either another word or the borders.
getSpline() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, line {seriesNumber} of {chart.series.length} with {series.points.length} data {#plural(series.points.length, points, point)}."
getSpline() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the spline plot option
getSplineCombination() - Method in class org.zkoss.chart.LangSeriesSummary
Default: "{series.name}, series {seriesNumber} of {chart.series.length}. Line with {series.points.length} data {#plural(series.points.length, points, point)}."
getSplineMultiple() - Method in class org.zkoss.chart.LangChartTypes
Default: "Line chart with {numSeries} lines."
getSplineSingle() - Method in class org.zkoss.chart.LangChartTypes
Default: "Line chart with {numPoints} data {#plural(numPoints, points, point)}."
getStack() - Method in class org.zkoss.chart.Series
Returns the option allows grouping series in a stacked chart.
getStacking() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether to stack the values of each series on top of each other.
getStacking() - Method in class org.zkoss.chart.Series
Returns whether to stack the values of each series on top of each other.
getStackLabels() - Method in class org.zkoss.chart.YAxis
Returns the stack labels show the total value for each bar in a stacked column or bar chart.
getStaggerLines() - Method in class org.zkoss.chart.AxisLabels
Returns the number of lines to spread the labels over to make room or tighter labels.
getStartAngle() - Method in class org.zkoss.chart.Pane
Returns the start angle of the polar X axis or gauge axis, given in degrees where 0 is north.
getStartAngle() - Method in class org.zkoss.chart.plotOptions.DependencyWheelPlotOptions
Returns the start angle of the dependency wheel in degrees where 0 is top and 90 right.
getStartAngle() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
In circular view, returns the start angle of the item layout, in degrees where 0 is up.
getStartAngle() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns the start angle of the pie slices in degrees where 0 is top and 90 right.
getStartAngle() - Method in class org.zkoss.chart.Series
In circular view, returns the start angle of the item layout, in degrees where 0 is up.
getStartOfWeek() - Method in class org.zkoss.chart.Axis
Returns for datetime axes, this decides where to put the tick between weeks.
getStates() - Method in class org.zkoss.chart.Cluster
Returns a wrapper object for the cluster options in specific states.
getStates() - Method in class org.zkoss.chart.Marker
Returns a wrapper object for all the series options in specific states.
getStates() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns a wrapper object for all the series options in specific states.
getStates() - Method in class org.zkoss.chart.Series
Returns a wrapper object for all the series options in specific states.
getStemColor() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the color of the stem, the vertical line extending from the box to the whiskers.
getStemDashStyle() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the dash style of the stem, the vertical line extending from the box to the whiskers.
getStemDashStyle() - Method in class org.zkoss.chart.Series
Returns the dash style of the stem, the vertical line extending from the box to the whiskers.
getStemWidth() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the width of the stem, the vertical line extending from the box to the whiskers.
getStemWidth() - Method in class org.zkoss.chart.Series
Returns the width of the stem, the vertical line extending from the box to the whiskers.
getStep() - Method in class org.zkoss.chart.AxisLabels
Returns to show only every n'th label on the axis, set the step to n.
getStep() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether to apply steps to the line.
getStep() - Method in class org.zkoss.chart.Series
Returns whether to apply steps to the line.
getStop() - Method in class org.zkoss.chart.Stop
Get the stop value of this stop object.
getStops() - Method in class org.zkoss.chart.LinearGradient
Returns the all stops
getStops() - Method in class org.zkoss.chart.RadialGradient
Returns the all stops
getStops() - Method in class org.zkoss.chart.YAxis
Get the list of stop colors.
getStreamGraph() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the streamgraph plot option
getStroke() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns the color of the shape's stroke.
getStroke() - Method in class org.zkoss.chart.ConnectorOptions
Returns the color of the connector line.
getStrokeColor() - Method in class org.zkoss.chart.HaloAttributes
Returns the stroke color attribute in a Halo options
getStrokeWidth() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns the pixel stroke width of the shape.
getStrokeWidth() - Method in class org.zkoss.chart.HaloAttributes
 
getStyle() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns CSS styles for the annotation's label.
getStyle() - Method in class org.zkoss.chart.AxisLabels
Returns CSS styles for the label.
getStyle() - Method in class org.zkoss.chart.AxisTitle
Returns CSS styles for the title.
getStyle() - Method in class org.zkoss.chart.Breadcrumbs
Returns CSS styles for all breadcrumbs.
getStyle() - Method in class org.zkoss.chart.BubbleLegend.Labels
Returns CSS styles for the labels.
getStyle() - Method in class org.zkoss.chart.Caption
Returns CSS styles for the caption.
getStyle() - Method in class org.zkoss.chart.Chart
Returns additional CSS styles to apply inline to the container div.
getStyle() - Method in class org.zkoss.chart.Charts
Returns additional CSS styles to apply inline to the container div.
getStyle() - Method in interface org.zkoss.chart.ChartsApi
Returns additional CSS styles to apply inline to the container div.
getStyle() - Method in class org.zkoss.chart.ChartsEngine
 
getStyle() - Method in class org.zkoss.chart.Credits
Returns the CSS styles for the credits label.
getStyle() - Method in class org.zkoss.chart.FocusBorder
Returns the style options for the focus border drawn around elements while navigating through them.
getStyle() - Method in class org.zkoss.chart.Labels
Returns shared generic CSS styles for all labels.
getStyle() - Method in class org.zkoss.chart.LabelsItem
Returns generic CSS styles for each label.
getStyle() - Method in class org.zkoss.chart.LegendNavigation
Returns the text styles for the legend page navigation.
getStyle() - Method in class org.zkoss.chart.LegendTitle
Returns generic CSS styles for the legend title.
getStyle() - Method in class org.zkoss.chart.Loading
Returns CSS styles for the label.
getStyle() - Method in class org.zkoss.chart.NoData
Returns the CSS styles for the no-data label.
getStyle() - Method in class org.zkoss.chart.PlotLabel
Returns CSS styles for the text label.
getStyle() - Method in class org.zkoss.chart.plotOptions.CollapseButton
Returns CSS styles for the annotation's label.
getStyle() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns styles for the label.
getStyle() - Method in class org.zkoss.chart.plotOptions.SeriesLabel
Returns styles for the series label.
getStyle() - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
Returns CSS styles for the words.
getStyle() - Method in class org.zkoss.chart.Separator
Returns CSS styles for the separator.
getStyle() - Method in class org.zkoss.chart.Series
Returns CSS styles for the words.
getStyle() - Method in class org.zkoss.chart.StackLabels
Returns CSS styles for the label.
getStyle() - Method in class org.zkoss.chart.Subtitle
Returns CSS styles for the title.
getStyle() - Method in class org.zkoss.chart.Title
Returns CSS styles for the title.
getStyle() - Method in class org.zkoss.chart.Tooltip
Returns CSS styles for the tooltip.
getSubtitle() - Method in class org.zkoss.chart.Charts
Returns the Subtitle options, if any.
getSubtitle() - Method in interface org.zkoss.chart.ChartsApi
Returns the Subtitle options, if any.
getSubtitle() - Method in class org.zkoss.chart.ChartsEngine
 
getSubtitle() - Method in class org.zkoss.chart.PlotData
Returns the subtitle options
getSummary() - Method in class org.zkoss.chart.LangSeries
Returns lang configuration for the series main summary.
getSunburst() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the sunburst plot option
getSvgContainerLabel() - Method in class org.zkoss.chart.LangAccessibility
Default: "Interactive chart"
getSvgContainerTitle() - Method in class org.zkoss.chart.LangAccessibility
Returns the title element text for the chart SVG element.
getSymbol() - Method in class org.zkoss.chart.ExportingButton
Returns the symbol for the button.
getSymbol() - Method in class org.zkoss.chart.Marker
Returns a predefined shape or symbol for the marker.
getSymbolFill() - Method in class org.zkoss.chart.ExportingButton
Returns fill color for the symbol within the button.
getSymbolFill() - Method in class org.zkoss.chart.NavigationButton
Returns fill color for the symbol within the button.
getSymbolHeight() - Method in class org.zkoss.chart.Legend
Returns the pixel height of the legend item symbol.
getSymbolPadding() - Method in class org.zkoss.chart.Legend
Returns the pixel padding between the legend item symbol and the legend item text.
getSymbolRadius() - Method in class org.zkoss.chart.Legend
Returns the pixel radius of the legend item symbol.
getSymbolSize() - Method in class org.zkoss.chart.ExportingButton
Returns the pixel size of the symbol on the button.
getSymbolSize() - Method in class org.zkoss.chart.NavigationButton
Returns the pixel size of the symbol on the button.
getSymbolStroke() - Method in class org.zkoss.chart.ExportingButton
Returns the color of the symbol's stroke or line.
getSymbolStroke() - Method in class org.zkoss.chart.NavigationButton
Returns the color of the symbol's stroke or line.
getSymbolStrokeWidth() - Method in class org.zkoss.chart.ExportingButton
Returns the pixel stroke width of the symbol on the button.
getSymbolStrokeWidth() - Method in class org.zkoss.chart.NavigationButton
Returns the pixel stroke width of the symbol on the button.
getSymbolWidth() - Method in class org.zkoss.chart.Legend
Returns the pixel width of the legend item symbol.
getSymbolX() - Method in class org.zkoss.chart.ExportingButton
Returns the x position of the center of the symbol inside the button.
getSymbolX() - Method in class org.zkoss.chart.NavigationButton
Returns the x position of the center of the symbol inside the button.
getSymbolY() - Method in class org.zkoss.chart.ExportingButton
Returns the y position of the center of the symbol inside the button.
getSymbolY() - Method in class org.zkoss.chart.NavigationButton
Returns the y position of the center of the symbol inside the button.
getTable() - Method in class org.zkoss.chart.LangAccessibility
Returns accessibility language options for the data table.
getTableSummary() - Method in class org.zkoss.chart.LangTable
Default: "Table representation of chart."
getTarget() - Method in class org.zkoss.chart.OptionDataEvent
Returns the current target.
getTarget() - Method in class org.zkoss.chart.Point
Returns the target value of a point.
getTargetOptions() - Method in class org.zkoss.chart.plotOptions.BulletPlotOptions
Returns all options related with look and position of targets, if any.
getTargetOptions() - Method in class org.zkoss.chart.Point
Returns individual target options for each point, if any.
getTargetOptions() - Method in class org.zkoss.chart.Series
Returns all options related with look and position of targets, if any.
getText() - Method in class org.zkoss.chart.AnnotationLabelOptions
Alias for the format option.
getText() - Method in class org.zkoss.chart.AxisTitle
Returns the actual text of the axis title.
getText() - Method in class org.zkoss.chart.Caption
Returns the caption text of the chart.
getText() - Method in class org.zkoss.chart.Credits
Returns the text for the credits label.
getText() - Method in class org.zkoss.chart.ExportingButton
Returns a text string to add to the individual button.
getText() - Method in class org.zkoss.chart.LegendTitle
Returns a text or HTML string for the title.
getText() - Method in class org.zkoss.chart.MenuItem
Get the text associated with this menu item.
getText() - Method in class org.zkoss.chart.model.DialModelScale
Returns the text annotation of this scale.
getText() - Method in class org.zkoss.chart.NavigationButton
Returns a text string to add to the individual button.
getText() - Method in class org.zkoss.chart.PlotLabel
Returns the string text itself.
getText() - Method in class org.zkoss.chart.Separator
Returns the separator text.
getText() - Method in class org.zkoss.chart.Subtitle
Returns the subtitle of the chart.
getText() - Method in class org.zkoss.chart.Title
Returns the title of the chart.
getText() - Method in class org.zkoss.chart.YAxisTitle
Returns the actual text of the axis title.
getTextAlign() - Method in class org.zkoss.chart.AxisTitle
Returns the alignment of the text, can be "left", "right" or "center".
getTextAlign() - Method in class org.zkoss.chart.PlotLabel
Returns the text alignment for the label.
getTextAlign() - Method in class org.zkoss.chart.StackLabels
Returns the text alignment for the label.
getTextFont() - Method in class org.zkoss.chart.model.DialModelScale
Returns the text annotation font.
getTextKey() - Method in class org.zkoss.chart.MenuItem
Get the key to a language string, if internationalization is required.
getTextPath() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns options for a label text which should follow marker's shape, if any.
getTextRadius() - Method in class org.zkoss.chart.model.DialModelScale
Return the radius percentage(0 ~ 1) to place the text annotation.
getTheme() - Method in class org.zkoss.chart.Charts
Returns the global theme for all Charts.
getTheme() - Method in interface org.zkoss.chart.ChartsApi
Returns the global theme for all Charts.
getTheme() - Method in class org.zkoss.chart.ChartsEngine
 
getTheme() - Method in class org.zkoss.chart.DrillUpButton
Returns a collection of attributes for the button.
getTheme() - Method in class org.zkoss.chart.ExportingButton
Returns a collection of attributes for the button.
getTheme() - Method in class org.zkoss.chart.NavigationButton
Returns a collection of attributes for the button.
getTheme() - Method in class org.zkoss.chart.ResetZoomButton
Returns a collection of attributes for the button.
getThemeColors(Theme) - Static method in class org.zkoss.chart.ThemeColors
Returns the highcharts default color set of a given theme
getTheta() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Barnes-Hut approximation only.
getThickness() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
Returns thickness describing the ring size for a donut type chart, overriding ItemPlotOptions.getInnerSize().
getThickness() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns thickness describing the ring size for a donut type chart, overriding PiePlotOptions.getInnerSize().
getThickness() - Method in class org.zkoss.chart.Series
Returns thickness describing the ring size for a donut type chart, overriding Series.getInnerSize().
getThousandsSep() - Method in class org.zkoss.chart.Lang
Returns the default thousands separator used in the Charts.setNumberFormat(Number, Number, String, String) method unless otherwise specified in the function arguments.
getThousandsSep() - Method in class org.zkoss.chart.LangAccessibility
Returns thousands separator to use when formatting numbers for screen readers.
getThreshold() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns the threshold, also called zero level or base level.
getThreshold() - Method in class org.zkoss.chart.Series
Returns the threshold, also called zero level or base level.
getTickAmount() - Method in class org.zkoss.chart.Axis
Get the amount of ticks to draw on the axis.
getTickColor() - Method in class org.zkoss.chart.Axis
Returns color for the main tick marks.
getTickColor() - Method in class org.zkoss.chart.model.DialModelScale
Get the tick color of this scale(in string as #RRGGBB).
getTickFont() - Method in class org.zkoss.chart.model.DialModelScale
Returns the tick label font.
getTickInterval() - Method in class org.zkoss.chart.Axis
Returns the interval of the tick marks in axis units.
getTickLabelOffset() - Method in class org.zkoss.chart.model.DialModelScale
Returns the radius offset in percentage(0 ~ 1) between the tick and tick label.
getTickLength() - Method in class org.zkoss.chart.Axis
Returns the pixel length of the main tick marks.
getTickmarkPlacement() - Method in class org.zkoss.chart.Axis
Returns for categorized axes only.
getTickPixelInterval() - Method in class org.zkoss.chart.Axis
Returns if tickInterval is null this option sets the approximate pixel interval of the tick marks.
getTickPixelInterval() - Method in class org.zkoss.chart.YAxis
Returns if tickInterval is null this option sets the approximate pixel interval of the tick marks.
getTickPosition() - Method in class org.zkoss.chart.Axis
Returns the position of the major tick marks relative to the axis line.
getTickPositions() - Method in class org.zkoss.chart.Axis
Returns a list defining where the ticks are laid out on the axis.
getTickRadius() - Method in class org.zkoss.chart.model.DialModelScale
Return the radius percentage(0 ~ 1) to place the tick label.
getTickRGB() - Method in class org.zkoss.chart.model.DialModelScale
Get the tick color of this scale in int array (0: red, 1: green, 2:blue).
getTickWidth() - Method in class org.zkoss.chart.Axis
Returns the pixel width of the major tick marks.
getTickWidth() - Method in class org.zkoss.chart.YAxis
Returns the pixel width of the major tick marks.
getTilemap() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the tilemap plot option
getTileShape() - Method in class org.zkoss.chart.plotOptions.TilemapPlotOptions
Returns the shape of the tiles in the tilemap.
getTileShape() - Method in class org.zkoss.chart.Series
Returns the shape of the tiles in the tilemap.
getTimeline() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the timeline plot option
getTimeRangeDays() - Method in class org.zkoss.chart.LangAxis
Default: "Data range: {range} days."
getTimeRangeHours() - Method in class org.zkoss.chart.LangAxis
Default: "Data range: {range} hours."
getTimeRangeMinutes() - Method in class org.zkoss.chart.LangAxis
Default: "Data range: {range} minutes."
getTimeRangeSeconds() - Method in class org.zkoss.chart.LangAxis
Default: "Data range: {range} seconds."
getTimezoneOffset() - Method in class org.zkoss.chart.Global
Returns the timezone offset in minutes.
getTitle() - Method in class org.zkoss.chart.Axis
Returns the axis title, showing next to the axis line.
getTitle() - Method in class org.zkoss.chart.Charts
Returns the Title options, if any.
getTitle() - Method in interface org.zkoss.chart.ChartsApi
Returns the Title options, if any.
getTitle() - Method in class org.zkoss.chart.ChartsEngine
 
getTitle() - Method in class org.zkoss.chart.Legend
Returns a title to be added on top of the legend.
getTitle() - Method in class org.zkoss.chart.Node
Returns the job title for the node card, will be inserted by the default dataLabel.nodeFormatter.
getTitle() - Method in class org.zkoss.chart.PlotData
Returns the title options
getTitle() - Method in class org.zkoss.chart.YAxis
Returns the axis title, showing next to the axis line.
getTo() - Method in class org.zkoss.chart.Break
The point where the break ends.
getTo() - Method in class org.zkoss.chart.ColorVariation
Returns the ending value of a color variation.
getTo() - Method in class org.zkoss.chart.DataClass
Returns the end of the value range that the data class represents, relating to the point value.
getTo() - Method in class org.zkoss.chart.model.DefaultFromToModel.FromToPair
 
getTo() - Method in class org.zkoss.chart.PlotBand
Returns the end position of the plot band in axis units.
getTo() - Method in class org.zkoss.chart.plotOptions.WordCloudRotation
Returns the largest degree of rotation for a word.
getTo() - Method in class org.zkoss.chart.Point
Returns the node that the link runs to.
getTo(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultFromToModel
 
getTo(Comparable<?>, int) - Method in interface org.zkoss.chart.model.FromToModel
Get to value of a specified series and data index.
getTooltip() - Method in class org.zkoss.chart.Charts
Returns the Tooltip options, if any.
getTooltip() - Method in interface org.zkoss.chart.ChartsApi
Returns the Tooltip options, if any.
getTooltip() - Method in class org.zkoss.chart.ChartsEngine
 
getTooltip() - Method in class org.zkoss.chart.PlotData
Returns the tooltip options
getTooltip() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns a configuration object for the tooltip rendering of each single series.
getTooltip() - Method in class org.zkoss.chart.Series
Returns the tooltip options.
getTooltipValueFormat() - Method in class org.zkoss.chart.YAxis
Parallel coordinates only.
getTop() - Method in class org.zkoss.chart.Axis
Returns the top position as the horizontal axis.
getTop() - Method in class org.zkoss.chart.options3D.Frame3D
Returns the options for the top panel of a Frame3D
getTopWidth() - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
Returns the width of the top of the dial, closest to the perimeter.
getTrackByArea() - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
Returns whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
getTrackByArea() - Method in class org.zkoss.chart.plotOptions.AreaRangePlotOptions
Returns whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
getTrackByArea() - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
Returns whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
getTrackByArea() - Method in class org.zkoss.chart.plotOptions.PolygonPlotOptions
Returns whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
getTrackByArea() - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
Returns whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
getTrackByArea() - Method in class org.zkoss.chart.Series
Returns whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
getTraverseUpButton() - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
Returns options for the button appearing when traversing down in a treemap, if any.
getTraverseUpButton() - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
Returns options for the button appearing when traversing down in a treegraph, if any.
getTraverseUpButton() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Returns options for the button appearing when traversing down in a treemap, if any.
getTraverseUpButton() - Method in class org.zkoss.chart.Series
Returns options for the button appearing when traversing down in a treemap, if any.
getTree() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Deprecated.
as release of 10.3.3.0, please use PlotOptions.getTreemap() instead.
getTreegraph() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the treemap plot option
getTreeGraphLink() - Method in class org.zkoss.chart.Series
Returns the tree graph link style options, if any.
getTreemap() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the treemap plot option
getTurboThreshold() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns 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.
getTurboThreshold() - Method in class org.zkoss.chart.Series
Returns 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.
getType() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns the type of the shape, e.g.
getType() - Method in class org.zkoss.chart.Axis
Returns the type of axis.
getType() - Method in class org.zkoss.chart.Chart
Returns the default series type for the chart.
getType() - Method in class org.zkoss.chart.Charts
Get the chart's type.
getType() - Method in interface org.zkoss.chart.ChartsApi
Get the chart's type.
getType() - Method in class org.zkoss.chart.ChartsEngine
 
getType() - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
Returns the type of the algorithm used to combine points into a cluster.
getType() - Method in class org.zkoss.chart.Exporting
Returns the default MIME type for exporting if chart.exportChart() is called without specifying a type option.
getType() - Method in interface org.zkoss.chart.model.ChartsDataEvent
Returns the event type: CHANGED, ADDED, REMOVED.
getType() - Method in class org.zkoss.chart.model.ChartsDataEventImpl
 
getType() - Method in class org.zkoss.chart.OptionDataEvent
Returns the current type of the event.
getType() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Returns the type of the algorithm used when positioning nodes.
getType() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns the type of the algorithm used when positioning nodes.
getType() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
Returns the type of the algorithm used when positioning nodes.
getType() - Method in class org.zkoss.chart.plotOptions.TreeGraphLink
Returns the type of the link shape
getType() - Method in class org.zkoss.chart.Series
The type of series.
getTypeDescription() - Method in class org.zkoss.chart.Accessibility
Returns a text description of the chart type.
getUnit() - Method in class org.zkoss.chart.LevelSize
Returns how to interpret levelSize.value.
getUnknownMap() - Method in class org.zkoss.chart.LangChartTypes
Default: "Map of unspecified region with {numSeries} data series."
getUpColor() - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
Returns the color of up point in a waterfall series.
getUpColor() - Method in class org.zkoss.chart.Series
Returns the color of up point in a waterfall series.
getUpperBound() - Method in class org.zkoss.chart.model.DialModelRange
Returns the upper bound in scale of this colored range.
getUrl() - Method in class org.zkoss.chart.Exporting
Returns the URL for the server module converting the SVG string to an image format.
getValue() - Method in class org.zkoss.chart.BubbleLegend.Range
Returns the range size value, similar to bubble Z data.
getValue() - Method in class org.zkoss.chart.LevelSize
Returns the value used for calculating the width of the ring.
getValue() - Method in class org.zkoss.chart.model.DialModelScale
 
getValue() - Method in class org.zkoss.chart.PlotLine
Returns the position of the line in axis units.
getValue() - Method in class org.zkoss.chart.plotOptions.DataLabelsFilter
Returns the value to compare against.
getValue() - Method in class org.zkoss.chart.Point
Get the "value" value of this point
getValue() - Method in class org.zkoss.chart.Zone
Get value up to where the zone extends, if undefined the zones stretches to the last value in the series.
getValue(int) - Method in class org.zkoss.chart.model.DefaultDialModel
 
getValue(int) - Method in interface org.zkoss.chart.model.DialModel
Get value of the scale per the specified index.
getValue(Comparable<?>) - Method in class org.zkoss.chart.model.DefaultSingleValueCategoryModel
 
getValue(Comparable<?>) - Method in interface org.zkoss.chart.model.SingleValueCategoryModel
Get value of the specified category.
getValue(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.chart.model.CategoryModel
Get value of the specified series and category.
getValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.chart.model.DefaultCategoryModel
 
getValue(String) - Method in class org.zkoss.chart.OptionDataEvent
Returns the value of the given key that triggered with the event.
getValueAngle() - Method in class org.zkoss.chart.model.DialModelScale
Return the angle to place the value (counter clockwise is positive).
getValueDecimals() - Method in class org.zkoss.chart.AccessibilityPoint
Returns decimals to use for the values in the point descriptions.
getValueDecimals() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns how many decimals to show in each series' y value.
getValueDecimals() - Method in class org.zkoss.chart.Tooltip
Returns how many decimals to show in each series' y value.
getValueDescriptionFormat() - Method in class org.zkoss.chart.AccessibilityPoint
Returns the format to use for describing the values of data points to assistive technology - including screen readers.
getValueFont() - Method in class org.zkoss.chart.model.DialModelScale
Returns the value font.
getValuePrefix() - Method in class org.zkoss.chart.AccessibilityPoint
Returns the prefix to add to the values in the point descriptions.
getValuePrefix() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns a string to prepend to each series' y value.
getValuePrefix() - Method in class org.zkoss.chart.Tooltip
Returns a string to prepend to each series' y value.
getValueRadius() - Method in class org.zkoss.chart.model.DialModelScale
Return the radius percentage(0 ~ 1) to place the value.
getValueSuffix() - Method in class org.zkoss.chart.AccessibilityPoint
Returns the suffix to add to the values in the point descriptions.
getValueSuffix() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns a string to append to each series' y value.
getValueSuffix() - Method in class org.zkoss.chart.Tooltip
Returns a string to append to each series' y value.
getVariablePie() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the variable pie plot option
getVariwide() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the variwide plot option
getVector() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the vector plot option
getVectorLength() - Method in class org.zkoss.chart.plotOptions.VectorPlotOptions
Returns maximum length of the arrows in the vector plot.
getVectorLength() - Method in class org.zkoss.chart.plotOptions.WindBarbPlotOptions
Returns the pixel length of the stems.
getVectorLength() - Method in class org.zkoss.chart.Series
Returns the pixel length of the stems.
getVenn() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the venn plot option
getVerticalAlign() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the vertical alignment of the annotation's label.
getVerticalAlign() - Method in class org.zkoss.chart.Caption
Returns the vertical alignment of the caption.
getVerticalAlign() - Method in class org.zkoss.chart.ExportingButton
Returns the vertical alignment of the buttons.
getVerticalAlign() - Method in class org.zkoss.chart.Legend
Returns the vertical alignment of the legend box.
getVerticalAlign() - Method in class org.zkoss.chart.NavigationButton
Returns the vertical alignment of the buttons.
getVerticalAlign() - Method in class org.zkoss.chart.PlotLabel
Returns vertical alignment of the label relative to the plot band.
getVerticalAlign() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the vertical alignment of a data label.
getVerticalAlign() - Method in class org.zkoss.chart.Position
Returns the vertical alignment of the position
getVerticalAlign() - Method in class org.zkoss.chart.StackLabels
Returns defines the vertical alignment of the stack total label.
getVerticalAlign() - Method in class org.zkoss.chart.Subtitle
Returns the vertical alignment of the title.
getVerticalAlign() - Method in class org.zkoss.chart.Title
Returns the vertical alignment of the title.
getVflex() - Method in class org.zkoss.chart.Charts
Returns vertical flex hint of this chart.
getViewAsDataTableButtonText() - Method in class org.zkoss.chart.LangTable
Default: "View as data table, {chartTitle}"
getViewDistance() - Method in class org.zkoss.chart.options3D.Options3D
Returns the distance the viewer is standing in front of the chart.
getVisible() - Method in class org.zkoss.chart.options3D.Panel3D
Returns whether to display the frame.
getVMLRadialGradientURL() - Method in class org.zkoss.chart.Global
Returns the path to the pattern image required by VML browsers in order to draw radial gradients.
getWaterfall() - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
Default: "A waterfall chart is a column chart where each column contributes towards a total end value."
getWaterfall() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the water fall plot option
getWeek() - Method in class org.zkoss.chart.DateTimeLabelFormats
Returns the label format for week.
getWeekdays() - Method in class org.zkoss.chart.Lang
Returns an array containing the weekday names.
getWeight() - Method in class org.zkoss.chart.Point
Returns the weight of the link.
getWeight(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultFromToWeightModel
 
getWeight(Comparable<?>, int) - Method in interface org.zkoss.chart.model.FromToWeightModel
Get weight value of a specified series and data index.
getWhiskerColor() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the color of the whiskers, the horizontal lines marking low and high values.
getWhiskerColor() - Method in class org.zkoss.chart.Series
Returns the color of the whiskers, the horizontal lines marking low and high values.
getWhiskerDashStyle() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the dash style of the whisker.
getWhiskerDashStyle() - Method in class org.zkoss.chart.Series
Returns the dash style of the whisker.
getWhiskerLength() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the length of the whiskers, the horizontal lines marking low and high values.
getWhiskerLength() - Method in class org.zkoss.chart.Series
Returns the length of the whiskers, the horizontal lines marking low and high values.
getWhiskerWidth() - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
Returns the line width of the whiskers, the horizontal lines marking low and high values.
getWhiskerWidth() - Method in class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
Returns the line width of the whiskers, the horizontal lines marking low and high values.
getWhiskerWidth() - Method in class org.zkoss.chart.Series
Returns the line width of the whiskers, the horizontal lines marking low and high values.
getWidth() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns the width of the shape.
getWidth() - Method in class org.zkoss.chart.Axis
Returns the width as the horizontal axis.
getWidth() - Method in class org.zkoss.chart.Chart
Returns an explicit width for the chart.
getWidth() - Method in class org.zkoss.chart.Charts
Returns an explicit width for the chart.
getWidth() - Method in interface org.zkoss.chart.ChartsApi
Returns an explicit width for the chart.
getWidth() - Method in class org.zkoss.chart.ChartsEngine
 
getWidth() - Method in class org.zkoss.chart.ConnectorOptions
Returns the pixel width of the connector line.
getWidth() - Method in class org.zkoss.chart.Crosshair
Get the pixel width of the crosshair.
getWidth() - Method in class org.zkoss.chart.Exporting
Returns the pixel width of charts exported to PNG or JPG.
getWidth() - Method in class org.zkoss.chart.ExportingButton
Returns the pixel width of the button.
getWidth() - Method in class org.zkoss.chart.Legend
Returns the width of the legend box.
getWidth() - Method in class org.zkoss.chart.Marker
Returns the image width explicitly.
getWidth() - Method in class org.zkoss.chart.NavigationButton
Returns the pixel width of the button.
getWidth() - Method in class org.zkoss.chart.PlotLine
Returns the width or thickness of the plot line.
getWidth() - Method in class org.zkoss.chart.plotOptions.CollapseButton
Returns pixel width of the button.
getWidth() - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
Returns the width of the funnel compared to the width of the plot area, or the pixel width if it is a number.
getWidth() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLink
Returns the width (px) of the link between two nodes.
getWidth() - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
Returns the width of the scatter plot.
getWidth() - Method in class org.zkoss.chart.plotOptions.TargetOptions
Returns the width of the rectangle representing the target.
getWidth() - Method in class org.zkoss.chart.Point
Returns the width of the point.
getWidth() - Method in class org.zkoss.chart.Series
Returns the width of the funnel compared to the width of the plot area, or the pixel width if it is a number.
getWidth() - Method in class org.zkoss.chart.Shadow
Returns the width of the shadow
getWindBarb() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the wind barb plot option
getWordCloud() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the word cloud plot option
getWrap() - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
Deprecated.
as of release 10.2.1.0, using GaugePlotOptions.isWrap() instead.
getX() - Method in class org.zkoss.chart.Annotation.Point
Returns the x position of the point.
getX() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the x position offset of the label relative to the point.
getX() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns x position offset of the shape relative to the point.
getX() - Method in class org.zkoss.chart.AxisLabels
Returns the x position offset of the label relative to the tick position on the axis.
getX() - Method in class org.zkoss.chart.AxisTitle
Returns the x offset.
getX() - Method in class org.zkoss.chart.BubbleLegend.Labels
Returns the x position offset of the label relative to the connector.
getX() - Method in class org.zkoss.chart.Caption
Returns the x position of the caption relative to the alignment within Chart.setSpacingLeft(Number) and Chart.setSpacingRight(Number).
getX() - Method in class org.zkoss.chart.ExportingButton
Returns the horizontal position of the button relative to the align option
getX() - Method in class org.zkoss.chart.Legend
Returns the x offset of the legend relative to it's horizontal alignment align within chart.spacingLeft and chart.spacingRight.
getX() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
 
getX() - Method in class org.zkoss.chart.model.DefaultXYModel.XYPair
 
getX() - Method in class org.zkoss.chart.PlotLabel
Returns horizontal position relative the alignment.
getX() - Method in class org.zkoss.chart.plotOptions.BarDataLabels
Returns the x position offset of the label relative to the point.
getX() - Method in class org.zkoss.chart.plotOptions.CollapseButton
Returns the x position offset of the button.
getX() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the x position offset of the label relative to the point.
getX() - Method in class org.zkoss.chart.plotOptions.Jitter
Returns the maximal X offset for the random jitter effect.
getX() - Method in class org.zkoss.chart.Point
Returns the x value of the point.
getX() - Method in class org.zkoss.chart.Position
Returns the x offset.
getX() - Method in class org.zkoss.chart.StackLabels
Returns the x position offset of the label relative to the left of the stacked bar.
getX() - Method in class org.zkoss.chart.Subtitle
Returns the x position of the subtitle relative to the alignment within Chart.setSpacingLeft(Number) and Chart.setSpacingRight(Number).
getX() - Method in class org.zkoss.chart.Title
Returns the x position of the title relative to the alignment within Chart.setSpacingLeft(Number) and Chart.setSpacingRight(Number).
getX() - Method in class org.zkoss.chart.YAxisLabels
Returns the x position offset of the label relative to the tick position on the axis.
getX(Comparable<?>, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
Get the x value from the specified series at the given index.
getX(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
 
getX(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultXYModel
 
getX(Comparable<?>, int) - Method in interface org.zkoss.chart.model.XYModel
Get X value of a specified series and data index.
getX2() - Method in class org.zkoss.chart.Point
Returns the x2 value of the point.
getXAxis() - Method in class org.zkoss.chart.Annotation.Point
Returns which xAxis the point is connected to.
getXAxis() - Method in class org.zkoss.chart.Charts
Returns the XAxis options, if any.
getXAxis() - Method in interface org.zkoss.chart.ChartsApi
Returns the XAxis options, if any.
getXAxis() - Method in class org.zkoss.chart.ChartsClickEvent
Returns the xAxis value.
getXAxis() - Method in class org.zkoss.chart.ChartsEngine
 
getXAxis() - Method in class org.zkoss.chart.PlotData
Returns the xAxis at the index 0
getXAxis() - Method in class org.zkoss.chart.Series
When using dual or multiple x axes, this number defines which xAxis the particular series is connected to.
getXAxis(int) - Method in class org.zkoss.chart.Charts
Returns the XAxis options from the given index, if any.
getXAxis(int) - Method in interface org.zkoss.chart.ChartsApi
Returns the XAxis options from the given index, if any.
getXAxis(int) - Method in class org.zkoss.chart.ChartsEngine
 
getXAxis(int) - Method in class org.zkoss.chart.PlotData
Returns the xAxis from the given index.
getXAxisDescription() - Method in class org.zkoss.chart.LangSeries
Returns xAxis description for series if there are multiple xAxes in the chart.
getXAxisDescriptionPlural() - Method in class org.zkoss.chart.LangAxis
Default: "The chart has {numAxes} X axes displaying {#each(names, -1), }and {names[-1]}."
getXAxisDescriptionSingular() - Method in class org.zkoss.chart.LangAxis
Default: "The chart has 1 X axis displaying {names[0]}. {ranges[0]}"
getXAxisMax() - Method in class org.zkoss.chart.ChartsSelectionEvent
Returns the xAxis maximum value of the selection.
getXAxisMin() - Method in class org.zkoss.chart.ChartsSelectionEvent
Returns the xAxis minimum value of the selection.
getXAxisSize() - Method in class org.zkoss.chart.Charts
Returns the size of xAxis
getXAxisSize() - Method in interface org.zkoss.chart.ChartsApi
Returns the size of xAxis
getXAxisSize() - Method in class org.zkoss.chart.ChartsEngine
 
getXAxisSize() - Method in class org.zkoss.chart.PlotData
Returns the size of the xAxis list.
getXDateFormat() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns the format for the date in the tooltip header if the X axis is a datetime axis.
getXDateFormat() - Method in class org.zkoss.chart.Tooltip
Returns the format for the date in the tooltip header if the X axis is a datetime axis.
getXHigh() - Method in class org.zkoss.chart.plotOptions.RangeDataLabels
Returns X offset of the higher data labels relative to the point value.
getXLow() - Method in class org.zkoss.chart.plotOptions.RangeDataLabels
Returns X offset of the lower data labels relative to the point value
getXOffset() - Method in class org.zkoss.chart.plotOptions.WindBarbPlotOptions
Returns horizontal offset from the cartesian position, in pixels.
getXOffset() - Method in class org.zkoss.chart.Series
Returns horizontal offset from the cartesian position, in pixels.
getXRange() - Method in class org.zkoss.chart.plotOptions.PlotOptions
Returns the xrange plot option
getY() - Method in class org.zkoss.chart.Annotation.Point
Returns the y position of the point.
getY() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns the y position offset of the label relative to the point.
getY() - Method in class org.zkoss.chart.AnnotationShapeOptions
Returns the y position offset of the shape relative to the point.
getY() - Method in class org.zkoss.chart.AxisLabels
Returns the y position offset of the label relative to the tick position on the axis.
getY() - Method in class org.zkoss.chart.AxisTitle
Returns the y offset.
getY() - Method in class org.zkoss.chart.BubbleLegend.Labels
Returns the y position offset of the label relative to the connector.
getY() - Method in class org.zkoss.chart.Caption
Returns the y position of the caption relative to the alignment within Chart.setSpacingTop(Number) and Chart.setSpacingBottom(Number).
getY() - Method in class org.zkoss.chart.ExportingButton
Returns the vertical offset of the button's position relative to its verticalAlign.
getY() - Method in class org.zkoss.chart.Legend
Returns the vertical offset of the legend relative to it's vertical alignment verticalAlign within chart.spacingTop and chart.spacingBottom.
getY() - Method in class org.zkoss.chart.model.DefaultXYModel.XYPair
 
getY() - Method in class org.zkoss.chart.NavigationButton
Returns the vertical offset of the button's position relative to its verticalAlign.
getY() - Method in class org.zkoss.chart.PlotLabel
Returns vertical position of the text baseline relative to the alignment.
getY() - Method in class org.zkoss.chart.plotOptions.CollapseButton
Returns the y position offset of the button.
getY() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the y position offset of the label relative to the point.
getY() - Method in class org.zkoss.chart.plotOptions.Jitter
Returns the maximal Y offset for the random jitter effect.
getY() - Method in class org.zkoss.chart.Point
Returns the y value of the point.
getY() - Method in class org.zkoss.chart.Position
Returns the y offset.
getY() - Method in class org.zkoss.chart.StackLabels
Returns the y position offset of the label relative to the tick position on the axis.
getY() - Method in class org.zkoss.chart.Subtitle
Returns the y position of the subtitle relative to the alignment within Chart.setSpacingTop(Number) and Chart.setSpacingBottom(Number).
getY() - Method in class org.zkoss.chart.Title
Returns the y position of the title relative to the alignment within Chart.setSpacingTop(Number) and Chart.setSpacingBottom(Number).
getY() - Method in class org.zkoss.chart.YAxisLabels
Returns the y position offset of the label relative to the tick position on the axis.
getY(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultXYModel
 
getY(Comparable<?>, int) - Method in interface org.zkoss.chart.model.XYModel
Get Y value of a specified series and data index.
getYAxis() - Method in class org.zkoss.chart.Annotation.Point
Returns which yAxis the point is connected to.
getYAxis() - Method in class org.zkoss.chart.Charts
Returns the YAxis options, if any.
getYAxis() - Method in interface org.zkoss.chart.ChartsApi
Returns the YAxis options, if any.
getYAxis() - Method in class org.zkoss.chart.ChartsClickEvent
Returns the yAxis value.
getYAxis() - Method in class org.zkoss.chart.ChartsEngine
 
getYAxis() - Method in class org.zkoss.chart.PlotData
Returns the yAxis at the index 0
getYAxis() - Method in class org.zkoss.chart.Series
When using dual or multiple y axes, this number defines which yAxis the particular series is connected to.
getYAxis(int) - Method in class org.zkoss.chart.Charts
Returns the YAxis options from the given index, if any.
getYAxis(int) - Method in interface org.zkoss.chart.ChartsApi
Returns the YAxis options from the given index, if any.
getYAxis(int) - Method in class org.zkoss.chart.ChartsEngine
 
getYAxis(int) - Method in class org.zkoss.chart.PlotData
 
getYAxisDescription() - Method in class org.zkoss.chart.LangSeries
Returns yAxis description for series if there are multiple yAxes in the chart.
getYAxisDescriptionPlural() - Method in class org.zkoss.chart.LangAxis
Default: "The chart has {numAxes} Y axes displaying {#each(names, -1), }and {names[-1]}."
getYAxisDescriptionSingular() - Method in class org.zkoss.chart.LangAxis
Default: "The chart has 1 Y axis displaying {names[0]}. {ranges[0]}"
getYAxisMax() - Method in class org.zkoss.chart.ChartsSelectionEvent
Returns the yAxis maximum value of the selection.
getYAxisMin() - Method in class org.zkoss.chart.ChartsSelectionEvent
Returns the yAxis minimum value of the selection.
getyAxisSize() - Method in class org.zkoss.chart.Charts
Deprecated.
As of release 10.2.1.0, using Charts.getYAxisSize() instead.
getyAxisSize() - Method in interface org.zkoss.chart.ChartsApi
Deprecated.
As of release 10.2.1.0, using ChartsApi.getYAxisSize()
getyAxisSize() - Method in class org.zkoss.chart.ChartsEngine
 
getYAxisSize() - Method in class org.zkoss.chart.Charts
Returns the size of yAxis
getYAxisSize() - Method in interface org.zkoss.chart.ChartsApi
Returns the size of yAxis
getYAxisSize() - Method in class org.zkoss.chart.ChartsEngine
 
getYAxisSize() - Method in class org.zkoss.chart.PlotData
Returns the size of yAxis list.
getYear() - Method in class org.zkoss.chart.DateTimeLabelFormats
Returns the label format for year.
getYHigh() - Method in class org.zkoss.chart.plotOptions.RangeDataLabels
Returns Y offset of the higher data labels relative to the point value.
getYLow() - Method in class org.zkoss.chart.plotOptions.RangeDataLabels
Returns Y offset of the lower data labels relative to the point value.
getYOffset() - Method in class org.zkoss.chart.plotOptions.WindBarbPlotOptions
Returns vertical offset from the cartesian position, in pixels.
getYOffset() - Method in class org.zkoss.chart.Series
Returns vertical offset from the cartesian position, in pixels.
getZ() - Method in class org.zkoss.chart.Point
Returns the z value of the point.
getZ(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultXYZModel
 
getZ(Comparable<?>, int) - Method in interface org.zkoss.chart.model.XYZModel
Get Z value of a specified series and data index.
getZAxis() - Method in class org.zkoss.chart.Charts
Returns the ZAxis options, if any.
getZAxis() - Method in interface org.zkoss.chart.ChartsApi
Returns the ZAxis options, if any.
getZAxis() - Method in class org.zkoss.chart.ChartsEngine
 
getZAxis() - Method in class org.zkoss.chart.PlotData
Returns the zAxis at the index 0
getZAxis(int) - Method in class org.zkoss.chart.Charts
Returns the ZAxis options from the given index, if any.
getZAxis(int) - Method in interface org.zkoss.chart.ChartsApi
Returns the ZAxis options from the given index, if any.
getZAxis(int) - Method in class org.zkoss.chart.ChartsEngine
 
getZAxis(int) - Method in class org.zkoss.chart.PlotData
 
getzAxisSize() - Method in class org.zkoss.chart.Charts
Returns the size of zAxis
getzAxisSize() - Method in interface org.zkoss.chart.ChartsApi
Returns the size of zAxis
getzAxisSize() - Method in class org.zkoss.chart.ChartsEngine
 
getZAxisSize() - Method in class org.zkoss.chart.PlotData
Returns the size of zAxis list.
getZclass() - Method in class org.zkoss.chart.Charts
The default zclass is "z-charts"
getZIndex() - Method in class org.zkoss.chart.Annotation
Returns the Z index of the annotation.
getZIndex() - Method in class org.zkoss.chart.AxisLabels
Returns the Z index for the axis labels.
getZIndex() - Method in class org.zkoss.chart.Breadcrumbs
Returns the z index of the breadcrumbs group.
getZIndex() - Method in class org.zkoss.chart.BubbleLegend
Returns the visual z index of the bubble legend.
getZIndex() - Method in class org.zkoss.chart.Crosshair
Get the Z index of the crosshair.
getZIndex() - Method in class org.zkoss.chart.PlotBand
Returns the z index of the plot band within the chart.
getZIndex() - Method in class org.zkoss.chart.PlotLine
Returns the z index of the plot line within the chart.
getZIndex() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns the Z index of the data labels.
getZIndex() - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
Returns the z index for the drag handles.
getZIndex() - Method in class org.zkoss.chart.Series
Define the visual z index of the series.
getZMax() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
Returns the maximum for the Z value range.
getZMax() - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
Returns the maximum possible z value for the point's radius calculation.
getZMax() - Method in class org.zkoss.chart.Series
Returns the maximum for the Z value range.
getZMin() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
Returns the minimum for the Z value range.
getZMin() - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
Returns the minimum possible z value for the point's radius calculation.
getZMin() - Method in class org.zkoss.chart.Series
Returns the minimum for the Z value range.
getZoneAxis() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Defines the Axis on which the zones are applied.
getZoneAxis() - Method in class org.zkoss.chart.Series
Defines the Axis on which the zones are applied.
getZones() - Method in class org.zkoss.chart.Cluster
An list defining zones within marker clusters.
getZones() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
An list defining zones within a series.
getZones() - Method in class org.zkoss.chart.Series
An list defining zones within a series.
getZoom() - Method in class org.zkoss.chart.LangAccessibility
Returns chart and map zoom accessibility language options.
getZoomType() - Method in class org.zkoss.chart.Chart
Returns decides in what dimensions the user can zoom by dragging the mouse.
getZoomType() - Method in class org.zkoss.chart.Charts
Returns decides in what dimentions the user can zoom by dragging the mouse.
getZoomType() - Method in interface org.zkoss.chart.ChartsApi
Returns decides in what dimentions the user can zoom by dragging the mouse.
getZoomType() - Method in class org.zkoss.chart.ChartsEngine
 
getZThreshold() - Method in class org.zkoss.chart.BubbleLegend
Returns the z threshold.
getZThreshold() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
Returns when BubblePlotOptions.setDisplayNegative(boolean) is false, bubbles with lower Z values are skipped.
getZThreshold() - Method in class org.zkoss.chart.Series
Returns when Series.setDisplayNegative(boolean) is false, bubbles with lower Z values are skipped.
Global - Class in org.zkoss.chart
The Global object is global and it can't be set on each chart initiation.
Global() - Constructor for class org.zkoss.chart.Global
 
GRADIENT_DIRECTION - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
 
GRAY - org.zkoss.chart.Theme.ThemeImpl
 
GRAY - Static variable in interface org.zkoss.chart.Theme
The gray theme provided by Highcharts JS
GRID - org.zkoss.chart.Theme.ThemeImpl
 
GRID - Static variable in interface org.zkoss.chart.Theme
The grid theme provided by Highcharts JS
GRID_LIGHT - org.zkoss.chart.Theme.ThemeImpl
 
GRID_LIGHT - Static variable in interface org.zkoss.chart.Theme
The Grid Light theme provided by Highcharts JS
GuideBox() - Constructor for class org.zkoss.chart.plotOptions.DragDrop.GuideBox
 

H

Halo - Class in org.zkoss.chart
A Halo options
Halo() - Constructor for class org.zkoss.chart.Halo
 
HaloAttributes - Class in org.zkoss.chart
A Halo attributes options
HaloAttributes() - Constructor for class org.zkoss.chart.HaloAttributes
 
hashCode() - Method in class org.zkoss.chart.PlotData
 
hashCode() - Method in class org.zkoss.chart.util.AnyVal
 
hasJSFunctionCall() - Method in class org.zkoss.chart.OptionDataEvent
Returns wthere the event contines with some Javascript function calls.
HEATMAP - Static variable in class org.zkoss.chart.Charts
Chart type: heat map
HeatmapPlotImpl - Class in org.zkoss.chart.impl
A model implementation for heat map chart
HeatmapPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.HeatmapPlotImpl
 
HeatmapPlotOptions - Class in org.zkoss.chart.plotOptions
An option for heatmap plot.
HeatmapPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.HeatmapPlotOptions
 
hide() - Method in class org.zkoss.chart.Series
Hides the series if visible.
hideLoading() - Method in class org.zkoss.chart.Charts
Hides the loading dim the chart'ts plot area after rendering time.
HIGH_CONTRAST_DARK - org.zkoss.chart.Theme.ThemeImpl
 
HIGH_CONTRAST_DARK - Static variable in interface org.zkoss.chart.Theme
The High contrast dark theme provided by Highcharts JS
HIGH_CONTRAST_LIGHT - org.zkoss.chart.Theme.ThemeImpl
 
HIGH_CONTRAST_LIGHT - Static variable in interface org.zkoss.chart.Theme
The High contrast light theme provided by Highcharts JS
HISTOGRAM - Static variable in class org.zkoss.chart.Charts
Chart type: histogram
HistogramPlotOptions - Class in org.zkoss.chart.plotOptions
An option for histogram plot
HistogramPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.HistogramPlotOptions
 

I

indexOf(DialModelScale) - Method in class org.zkoss.chart.model.DefaultDialModel
 
indexOf(DialModelScale) - Method in interface org.zkoss.chart.model.DialModel
Return the index of the specified model entry.
INITIALIZED - org.zkoss.chart.OptionDataEvent.EventType
Represents the event is in a initialized state
INNER_RADIUS - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
 
installPersistenceDelegates(Encoder) - Static method in class org.zkoss.chart.lic.xml.PersistenceService
Installs all persistence delegates registered via {@link #setPersistenceDelegate(Class, PersistenceDelegate)} in encoder.
invalidate() - Method in class org.zkoss.chart.Charts
 
INVOKE - org.zkoss.chart.OptionDataEvent.EventType
Represents the event is in an invoke state.
isAlignColumns() - Method in class org.zkoss.chart.Legend
Returns if the layout is horizontal and the legend items span over two lines or more, whether to align the items into vertical columns.
isAlignTicks() - Method in class org.zkoss.chart.Axis
When using multiple axis, the ticks of two or more opposite axes will automatically be aligned by adding ticks to the axis or axes with the least ticks, as if Axis.getTickAmount() were specified.
isAlignTicks() - Method in class org.zkoss.chart.Chart
Returns when using multiple axis, the ticks of two or more opposite axes will automatically be aligned by adding ticks to the axis or axes with the least ticks.
isAlignTicks() - Method in class org.zkoss.chart.Charts
Returns when using multiple axis, the ticks of two or more opposite axes will automatically be aligned by adding ticks to the axis or axes with the least ticks.
isAlignTicks() - Method in interface org.zkoss.chart.ChartsApi
Returns when using multiple axis, the ticks of two or more opposite axes will automatically be aligned by adding ticks to the axis or axes with the least ticks.
isAlignTicks() - Method in class org.zkoss.chart.ChartsEngine
 
isAllowDecimals() - Method in class org.zkoss.chart.Axis
Returns whether to allow decimals in this axis' ticks.
isAllowHTML() - Method in class org.zkoss.chart.Exporting
Experimental setting.
isAllowNegativeLog() - Method in class org.zkoss.chart.Axis
Returns whether to allow zero or subzero values on a logarithmic axis.
isAllowOverlap() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns whether to allow the annotation's labels to overlap.
isAllowOverlap() - Method in class org.zkoss.chart.BubbleLegend.Labels
Returns whether to allow data labels to overlap.
isAllowOverlap() - Method in class org.zkoss.chart.Cluster
Returns false to prevent cluster overlapping - this option works only when layoutAlgorithm.type = "grid".
isAllowPointSelect() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNode
Allow this series' parent nodes to be selected by clicking on the graph.
isAllowPointSelect() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns to allow this series' points to be selected by clicking on the markers, bars or pie slices.
isAllowPointSelect() - Method in class org.zkoss.chart.Series
Returns whether to allow this series' points to be selected by clicking on the graphic.
isAllowTraversingTree() - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
When enabled the user can click on a point which is a parent and zoom in on its children.
isAllowTraversingTree() - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
When enabled the user can click on a point which is a parent and zoom in on its children.
isAllowTraversingTree() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
When enabled the user can click on a point which is a parent and zoom in on its children.
isAllowTraversingTree() - Method in class org.zkoss.chart.Series
When enabled the user can click on a point which is a parent and zoom in on its children.
isAlternate() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns whether to position data labels alternately.
isAnimation() - Method in class org.zkoss.chart.Chart
Returns whether enable the animation
isAnimation() - Method in class org.zkoss.chart.Charts
Returns whether enable the animation
isAnimation() - Method in interface org.zkoss.chart.ChartsApi
Returns whether enable the animation
isAnimation() - Method in class org.zkoss.chart.ChartsEngine
 
isAnimation() - Method in class org.zkoss.chart.Cluster
Returns whether to enable or disable for the cluster marker animation.
isAnimation() - Method in class org.zkoss.chart.Drilldown
Returns whether enable the animation
isAnimation() - Method in class org.zkoss.chart.LegendNavigation
Returns whether to animate the pages when navigating up or down.
isAnimation() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether to enable or disable the initial animation when a series is displayed.
isAnimation() - Method in class org.zkoss.chart.Series
Returns whether to enable or disable the initial animation when a series is displayed.
isAnimation() - Method in class org.zkoss.chart.State
Returns whether to enable or disable the initial animation of this state.
isAnimation() - Method in class org.zkoss.chart.Tooltip
Returns whether to enable or disable animation of the tooltip.
isAutoSort() - Method in class org.zkoss.chart.model.DefaultFromToModel
Deprecated.
isAutoSort() - Method in class org.zkoss.chart.model.DefaultXYModel
 
isAutoSort() - Method in interface org.zkoss.chart.model.FromToModel
Deprecated.
since 7.2.2.0. Added by mistake
isAutoSort() - Method in interface org.zkoss.chart.model.XYModel
check whether to autosort on x value for each series; default is true.
isCenteredLinks() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns the option to center links rather than position them one after another
isCenteredLinks() - Method in class org.zkoss.chart.Series
Returns the option to center links rather than position them one after another.
isCenterInCategory() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
When true, the columns will center in the category, ignoring null or missing points.
isCenterInCategory() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
When true, the columns will center in the category, ignoring null or missing points.
isCenterInCategory() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
When true, the columns will center in the category, ignoring null or missing points.
isCenterInCategory() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
When true, the columns will center in the category, ignoring null or missing points.
isCenterInCategory() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
When true, the columns will center in the category, ignoring null or missing points.
isCenterInCategory() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
When true, the columns will center in the category, ignoring null or missing points.
isCenterInCategory() - Method in class org.zkoss.chart.Series
When true, the columns will center in the category, ignoring null or missing points.
isChecked() - Method in class org.zkoss.chart.ChartsEvent
Returns the checkbox event whether is checked, if any.
isClip() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Disable this option to allow series rendering in the whole plotting area.
isClip() - Method in class org.zkoss.chart.Series
Disable this option to allow series rendering in the whole plotting area.
isColorByPoint() - Method in class org.zkoss.chart.Level
Returns whether color by point option is enabled or not
isColorByPoint() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns whether the chart should receive one color per series or one color per point.
isColorByPoint() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns when using automatic point colors pulled from the Charts.getColors() collection, this option determines whether the chart should receive one color per series or one color per point.
isColorByPoint() - Method in class org.zkoss.chart.Series
Returns whether color by point option is enabled or not
isConnectEnds() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns polar charts only.
isConnectEnds() - Method in class org.zkoss.chart.Series
Returns whether to connect the ends of a line series plot across the extremes.
isConnectNulls() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether to connect a graph line across null points.
isConnectNulls() - Method in class org.zkoss.chart.Series
Returns whether to connect a graph line across null points, or render a gap between the two points on either side of the null.
isConnectorAllowed() - Method in class org.zkoss.chart.plotOptions.SeriesLabel
Returns whether to allow labels to be placed distant to the graph if necessary, and draw a connector line to the graph.
isCrisp() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
isCrisp() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
isCrisp() - Method in class org.zkoss.chart.Series
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
isCrop() - Method in class org.zkoss.chart.Annotation
Returns whether to hide the part of the annotation that is outside the plot area.
isCrop() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns whether to to hide the annotation's label that is outside the plot area.
isCrop() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns whether to hide data labels that are outside the plot area.
isDataAsColumns() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Indicates data is structured as columns instead of rows.
isDataAsColumns() - Method in class org.zkoss.chart.Series
Indicates data is structured as columns instead of rows.
isDescribeNull() - Method in class org.zkoss.chart.AccessibilityPoint
Returns whether or not to describe points with the value null to assistive technology, such as screen readers.
isDescribeSingleSeries() - Method in class org.zkoss.chart.AccessibilitySeries
Returns whether or not to add series descriptions to charts with a single series.
isDisplayNegative() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
Returns whether to display negative sized bubbles.
isDisplayNegative() - Method in class org.zkoss.chart.Series
Returns whether to display negative sized bubbles.
isDragBetweenSeries() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
In case of split series, this option allows user to drag and drop points between series, for changing point related series.
isDraggable() - Method in class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
Flag to determine if nodes are draggable or not.
isDraggable() - Method in class org.zkoss.chart.Series
Flag to determine if nodes are draggable or not.
isDraggableX() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns if enable dragging in the X dimension.
isDraggableX1() - Method in class org.zkoss.chart.plotOptions.DragDrop
(X-Range) Returns if enable dragging x value individually.
isDraggableX2() - Method in class org.zkoss.chart.plotOptions.DragDrop
(X-Range) Returns if enable dragging x2 value individually.
isDraggableY() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns if enable dragging in the Y dimension.
isDrilldown() - Method in class org.zkoss.chart.ChartsEvent
 
isDrillToCluster() - Method in class org.zkoss.chart.Cluster
Returns whether to zoom the plot area to the cluster points range when a cluster is clicked.
isEmpty() - Method in class org.zkoss.chart.util.JSFunction
 
isEmpty() - Method in class org.zkoss.chart.util.ResponseDataHandler
 
isEnabled() - Method in class org.zkoss.chart.Accessibility
Returns whether to enable accessibility functionality for the chart.
isEnabled() - Method in class org.zkoss.chart.AnnounceNewData
Returns whether to enable announcing new data to screen reader users.
isEnabled() - Method in class org.zkoss.chart.AxisAccessibility
Returns whether to enable axis accessibility features, including axis information in the screen reader information region.
isEnabled() - Method in class org.zkoss.chart.AxisLabels
Returns whether to enable or disable the axis labels.
isEnabled() - Method in class org.zkoss.chart.BubbleLegend
Returns enable or disable the bubble legend.
isEnabled() - Method in class org.zkoss.chart.Cluster
Returns whether to enable the marker-clusters module.
isEnabled() - Method in class org.zkoss.chart.Credits
Returns whether to show the credits text.
isEnabled() - Method in class org.zkoss.chart.DataSorting
Enable or disable data sorting for the series.
isEnabled() - Method in class org.zkoss.chart.Exporting
Returns whether to enable buttons.
isEnabled() - Method in class org.zkoss.chart.ExportingAccessibility
Returns whether to enable accessibility support for the export menu.
isEnabled() - Method in class org.zkoss.chart.ExportingButton
Returns whether to enable buttons.
isEnabled() - Method in class org.zkoss.chart.FocusBorder
Returns whether to enable/disable focus border for chart.
isEnabled() - Method in class org.zkoss.chart.KeyboardNavigation
Returns whether to enable keyboard navigation for the chart.
isEnabled() - Method in class org.zkoss.chart.Legend
Returns enable or disable the legend.
isEnabled() - Method in class org.zkoss.chart.LegendAccessibility
Returns whether to enable accessibility support for the legend.
isEnabled() - Method in class org.zkoss.chart.LegendKeyboardNavigation
Returns whether to enable keyboard navigation for the legend or not.
isEnabled() - Method in class org.zkoss.chart.Marker
Returns enable or disable the point marker.
isEnabled() - Method in class org.zkoss.chart.NavigationButton
Returns whether to enable buttons.
isEnabled() - Method in class org.zkoss.chart.options3D.Options3D
Returns whether to render the chart using the 3D functionality.
isEnabled() - Method in class org.zkoss.chart.plotOptions.CollapseButton
Returns whether the button should be visible.
isEnabled() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns enable or disable the data labels.
isEnabled() - Method in class org.zkoss.chart.plotOptions.DataLabelsTextPath
Returns enable or disable textPath option for link's or marker's data labels.
isEnabled() - Method in class org.zkoss.chart.plotOptions.PieDataLabels
Returns enable or disable the data labels.
isEnabled() - Method in class org.zkoss.chart.plotOptions.SeriesLabel
Returns if enable the series label per series.
isEnabled() - Method in class org.zkoss.chart.plotOptions.WindBarbDataGrouping
Returns whether to enable data grouping.
isEnabled() - Method in class org.zkoss.chart.PointAccessibility
Returns whether to disable accessibility functionality for a specific point.
isEnabled() - Method in class org.zkoss.chart.SeriesAccessibility
Returns whether to enable/disable accessibility functionality for a specific series.
isEnabled() - Method in class org.zkoss.chart.SeriesKeyboardNavigation
Returns whether to enable keyboard navigation for the legend or not.
isEnabled() - Method in class org.zkoss.chart.StackLabels
Returns whether to enable or disable the stack total labels.
isEnabled() - Method in class org.zkoss.chart.State
Returns enable or disable visible feedback for selection.
isEnabled() - Method in class org.zkoss.chart.Tooltip
Returns whether to enable or disable the tooltip.
isEnableMouseTracking() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns enable or disable the mouse tracking for a specific series.
isEnableMouseTracking() - Method in class org.zkoss.chart.Series
Returns enable or disable the mouse tracking for a specific series.
isEnableSimulation() - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
Experimental.
isEnableSimulation() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Experimental.
isEnableZoomSelection() - Method in class org.zkoss.chart.Chart
Returns whether selection event will zoom the chart to the selected area.
isEnableZoomSelection() - Method in class org.zkoss.chart.Charts
Returns whether selection event will zoom the chart to the selected area.
isEnableZoomSelection() - Method in interface org.zkoss.chart.ChartsApi
Returns whether selection event will zoom the chart to the selected area.
isEnableZoomSelection() - Method in class org.zkoss.chart.ChartsEngine
 
isEndOnTick() - Method in class org.zkoss.chart.Axis
Returns whether to force the axis to end on a tick.
isEndOnTick() - Method in class org.zkoss.chart.YAxis
Returns whether to force the axis to end on a tick.
isEqualNodes() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns whether nodes with different values should have the same size.
isEqualNodes() - Method in class org.zkoss.chart.Series
Returns whether nodes with different values should have the same size.
isExposeAsGroupOnly() - Method in class org.zkoss.chart.SeriesAccessibility
Returns to expose only the series element to screen readers, not its points.
isFitToPlot() - Method in class org.zkoss.chart.options3D.Options3D
Returns whether the 3d box should automatically adjust to the chart plot area.
isFloating() - Method in class org.zkoss.chart.Breadcrumbs
When the breadcrumbs are floating, the plot area will not move to make space for it.
isFloating() - Method in class org.zkoss.chart.Caption
Returns when the caption is floating, the plot area will not move to make space for it.
isFloating() - Method in class org.zkoss.chart.Legend
Returns when the legend is floating, the plot area ignores it and is allowed to be placed below it.
isFloating() - Method in class org.zkoss.chart.Subtitle
Returns when the subtitle is floating, the plot area will not move to make space for it.
isFloating() - Method in class org.zkoss.chart.Title
Returns when the title is floating, the plot area will not move to make space for it.
isFollowPointer() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
isFollowPointer() - Method in class org.zkoss.chart.Tooltip
Returns whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
isFollowTouchMove() - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
Returns whether the tooltip should follow the finger as it moves on a touch device.
isFollowTouchMove() - Method in class org.zkoss.chart.Tooltip
Returns whether the tooltip should follow the finger as it moves on a touch device.
isGetExtremesFromAll() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
isGetExtremesFromAll() - Method in class org.zkoss.chart.Series
Returns whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
isGradientForSides() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
By default sides fill is set to a gradient through this option being set to true.
isGradientForSides() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
By default sides fill is set to a gradient through this option being set to true.
isGradientForSides() - Method in class org.zkoss.chart.Series
By default sides fill is set to a gradient through this option being set to true.
isGrouping() - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
Returns whether to group non-stacked columns or to let them render independent of each other.
isGrouping() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
Returns whether to group non-stacked columns or to let them render independent of each other.
isGrouping() - Method in class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
Returns whether to group non-stacked columns or to let them render independent of each other.
isGrouping() - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
Returns whether to group non-stacked columns or to let them render independent of each other.
isGrouping() - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
Returns whether to group non-stacked columns or to let them render independent of each other.
isGrouping() - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
Returns whether to group non-stacked columns or to let them render independent of each other.
isGrouping() - Method in class org.zkoss.chart.Series
Returns whether to group non-stacked columns or to let them render independent of each other.
isHaloEnabled() - Method in class org.zkoss.chart.State
Returns whether the halo option is disabled or not.
isHideBrowserFocusOutline() - Method in class org.zkoss.chart.FocusBorder
Returns whether to hide the browser's default focus indicator.
isIgnoreHiddenPoint() - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
Returns whether ignore the hidden point.
isIgnoreHiddenPoint() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns whether ignore the hidden point.
isIgnoreHiddenPoint() - Method in class org.zkoss.chart.plotOptions.TimelinePlotOptions
Returns whether ignore the hidden point.
isIgnoreHiddenPoint() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Returns whether ignore the hidden point.
isIgnoreHiddenPoint() - Method in class org.zkoss.chart.Series
Returns whether ignore the hidden point.
isIgnoreHiddenSeries() - Method in class org.zkoss.chart.Chart
Returns if true, the axes will scale to the remaining visible series once one series is hidden.
isIgnoreHiddenSeries() - Method in class org.zkoss.chart.Charts
Returns if true, the axes will scale to the remaining visible series once one series is hidden.
isIgnoreHiddenSeries() - Method in interface org.zkoss.chart.ChartsApi
Returns if true, the axes will scale to the remaining visible series once one series is hidden.
isIgnoreHiddenSeries() - Method in class org.zkoss.chart.ChartsEngine
 
isIncludeInDataExport() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
When set to false will prevent the series data from being included in any form of data export.
isIncludeInDataExport() - Method in class org.zkoss.chart.Series
When set to false will prevent the series data from being included in any form of data export.
isInside() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns for points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
isIntermediateSum() - Method in class org.zkoss.chart.Point
Returns waterfall series only.
isInterruptUser() - Method in class org.zkoss.chart.AnnounceNewData
Returns whether or not the announcements should interrupt the screen reader.
isInverted() - Method in class org.zkoss.chart.Chart
Returns whether to invert the axes so that the x axis is vertical and y axis is horizontal.
isInverted() - Method in class org.zkoss.chart.Charts
Returns whether to invert the axes so that the x axis is vertical and y axis is horizontal.
isInverted() - Method in interface org.zkoss.chart.ChartsApi
Returns whether to invert the axes so that the x axis is vertical and y axis is horizontal.
isInverted() - Method in class org.zkoss.chart.ChartsEngine
 
isJSUpldateCall() - Method in class org.zkoss.chart.OptionDataEvent
Returns whether the JSFunction call has a command for whole updating.
isLevelIsConstant() - Method in class org.zkoss.chart.Level
Used together with the levels and allowTraversingTree options.
isLevelIsConstant() - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
Used together with the levels and allowTraversingTree options.
isLevelIsConstant() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
Used together with the levels and allowDrillToNode options.
isLevelIsConstant() - Method in class org.zkoss.chart.Series
Used together with the levels and allowDrillToNode options.
isLiveRedraw() - Method in class org.zkoss.chart.plotOptions.DragDrop
Returns if updates points as they are dragged.
isLocked() - Method in class org.zkoss.chart.lic.xml.GenericCertificate
Returns the "locked" property of this generic certificate.
isMatchByName() - Method in class org.zkoss.chart.DataSorting
Whether to allow matching points by name in an update.
isMinorTicks() - Method in class org.zkoss.chart.Axis
Returns enable or disable minor ticks.
isOnArea() - Method in class org.zkoss.chart.plotOptions.SeriesLabel
Returns whether to draw the label on the area of an area series.
isOnlyOnHover() - Method in class org.zkoss.chart.plotOptions.CollapseButton
Returns whether the button should be visible only when the node is hovered.
isOpposite() - Method in class org.zkoss.chart.Axis
Returns whether to display the axis on the opposite side of the normal.
isOutgoing() - Method in class org.zkoss.chart.Point
Returns whether the link goes out of the system.
isOutside() - Method in class org.zkoss.chart.Tooltip
Returns whether to allow the tooltip to render outside the chart's SVG element box.
isPanning() - Method in class org.zkoss.chart.Chart
Returns if allow panning in a chart.
isPanning() - Method in class org.zkoss.chart.Charts
Returns if allow panning in a chart.
isPanning() - Method in interface org.zkoss.chart.ChartsApi
Returns if allow panning in a chart.
isPanning() - Method in class org.zkoss.chart.ChartsEngine
 
isParallelCoordinates() - Method in class org.zkoss.chart.Chart
Returns a flag to render charts as a parallel coordinates plot.
isParallelCoordinates() - Method in class org.zkoss.chart.Charts
Returns a flag to render charts as a parallel coordinates plot.
isParallelCoordinates() - Method in interface org.zkoss.chart.ChartsApi
Returns a flag to render charts as a parallel coordinates plot.
isParallelCoordinates() - Method in class org.zkoss.chart.ChartsEngine
 
isParentNodeLimit() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns whether bubbles should interact with their parentNode to keep them inside.
isPlotShadow() - Method in class org.zkoss.chart.Chart
Returns whether to apply a drop shadow to the plot area.
isPlotShadow() - Method in class org.zkoss.chart.Charts
Returns whether to apply a drop shadow to the plot area.
isPlotShadow() - Method in interface org.zkoss.chart.ChartsApi
Returns whether to apply a drop shadow to the plot area.
isPlotShadow() - Method in class org.zkoss.chart.ChartsEngine
 
isPointDescriptionEnabledThreshold() - Method in class org.zkoss.chart.AccessibilitySeries
Returns whether to expose information about individual points to screen readers.
isPointNavigationEnabledThreshold() - Method in class org.zkoss.chart.SeriesNavigation
Returns whether to enable/disable when a series contains more points than this, we no longer allow keyboard navigation for it.
isPolar() - Method in class org.zkoss.chart.Chart
Returns whether transforms into the polar coordinate system
isPolar() - Method in class org.zkoss.chart.Charts
Returns whether transforms into the polar coordinate system
isPolar() - Method in interface org.zkoss.chart.ChartsApi
Returns whether transforms into the polar coordinate system
isPolar() - Method in class org.zkoss.chart.ChartsEngine
 
isReflow() - Method in class org.zkoss.chart.Chart
Returns whether to reflow the chart to fit the width of the container div on resizing the window.
isReflow() - Method in class org.zkoss.chart.Charts
Returns whether to reflow the chart to fit the width of the container div on resizing the window.
isReflow() - Method in interface org.zkoss.chart.ChartsApi
Returns whether to reflow the chart to fit the width of the container div on resizing the window.
isReflow() - Method in class org.zkoss.chart.ChartsEngine
 
isRelativeXValue() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
When true, X values in the data set are relative to the current pointStart, pointInterval and pointIntervalUnit settings.
isRelativeXValue() - Method in class org.zkoss.chart.Series
When true, X values in the data set are relative to the current pointStart, pointInterval and pointIntervalUnit settings.
isRememberPointFocus() - Method in class org.zkoss.chart.SeriesNavigation
Returns whether to remember which point was focused even after navigating away from the series, so that when navigating back to the series you start at the last focused point.
isRendered() - Method in class org.zkoss.chart.Charts
Returns whether the component has been rendered to client side.
isReserveSpace() - Method in class org.zkoss.chart.AxisLabels
Returns whether to reserve space for the labels.
isReserveSpace() - Method in class org.zkoss.chart.AxisTitle
Returns whether to reserve space for the title when laying out the axis.
isReversed() - Method in class org.zkoss.chart.Axis
Returns whether to reverse the axis so that the highest number is closest to the origin.
isReversed() - Method in class org.zkoss.chart.Legend
Returns whether to reverse the order of the legend items compared to the order of the series or points as defined in the configuration object.
isReversed() - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
Returns whether the series should be placed on the other side of the plotArea.
isReversed() - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
Returns whether the series should be placed on the other side of the plotArea.
isReversed() - Method in class org.zkoss.chart.plotOptions.PyramidPlotOptions
Returns whether the series should be placed on the other side of the plotArea.
isReversed() - Method in class org.zkoss.chart.Series
Returns whether the series should be placed on the other side of the plotArea.
isReversedStacks() - Method in class org.zkoss.chart.Axis
Returns how stacks should be ordered within a group.
isReversedStacks() - Method in class org.zkoss.chart.YAxis
Returns the reversedStacks.
isRounded() - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
Returns whether to draw rounded edges on the gauge.
isRounded() - Method in class org.zkoss.chart.Series
Returns whether to draw rounded edges on the gauge.
isRtl() - Method in class org.zkoss.chart.Breadcrumbs
Returns whether to reverse the order of buttons.
isRtl() - Method in class org.zkoss.chart.Legend
Returns whether to show the symbol on the right side of the text rather than the left side.
isSelected() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether to select the series initially.
isSelected() - Method in class org.zkoss.chart.Point
Returns whether the point is selected or not.
isSelected() - Method in class org.zkoss.chart.Series
Returns whether to select the series initially.
isSeriesInteraction() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns whether series should interact with each other or not.
isSeriesInteraction() - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
Returns whether series should interact with each other or not.
isShadow() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns whether to apply a drop shadow to the outer chart area.
isShadow() - Method in class org.zkoss.chart.Chart
Returns whether to apply a drop shadow to the outer chart area.
isShadow() - Method in class org.zkoss.chart.Charts
Returns whether to apply a drop shadow to the outer chart area.
isShadow() - Method in interface org.zkoss.chart.ChartsApi
Returns whether to apply a drop shadow to the outer chart area.
isShadow() - Method in class org.zkoss.chart.ChartsEngine
 
isShadow() - Method in class org.zkoss.chart.Legend
Returns whether to apply a drop shadow to the legend.
isShadow() - Method in class org.zkoss.chart.plotOptions.AreaRangePlotOptions
Returns whether to apply a drop shadow
isShadow() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns whether to apply a drop shadow to the data label area.
isShadow() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether to apply a drop shadow to the graph line.
isShadow() - Method in class org.zkoss.chart.Series
Returns whether to apply a drop shadow to the graph line.
isShadow() - Method in class org.zkoss.chart.Tooltip
Returns whether to apply a drop shadow to the tooltip.
isShared() - Method in class org.zkoss.chart.Tooltip
Returns whether the tooltip is shared.
isShowAxes() - Method in class org.zkoss.chart.Chart
Returns whether to show the axes initially.
isShowAxes() - Method in class org.zkoss.chart.Charts
Returns whether to show the axes initially.
isShowAxes() - Method in interface org.zkoss.chart.ChartsApi
Returns whether to show the axes initially.
isShowAxes() - Method in class org.zkoss.chart.ChartsEngine
 
isShowCheckbox() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns if true, a checkbox is displayed next to the legend item to allow selecting the series.
isShowCheckbox() - Method in class org.zkoss.chart.Series
Returns if true, a checkbox is displayed next to the legend item to allow selecting the series.
isShowEmpty() - Method in class org.zkoss.chart.Axis
Returns whether to show the axis line and title when the axis has no data.
isShowFirstLabel() - Method in class org.zkoss.chart.Axis
Returns whether to show the first tick label.
isShowFullPath() - Method in class org.zkoss.chart.Breadcrumbs
Show full path or only a single button.
isShowInLegend() - Method in class org.zkoss.chart.ColorAxis
Returns whether to display the colorAxis in the legend.
isShowInLegend() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns whether to display this particular series or series type in the legend.
isShowInLegend() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether to display this particular series or series type in the legend.
isShowInLegend() - Method in class org.zkoss.chart.Series
Returns whether to display this particular series or series type in the legend.
isShowLastLabel() - Method in class org.zkoss.chart.Axis
Returns whether to show the last tick label.
isShowLastLabel() - Method in class org.zkoss.chart.YAxis
Returns whether to show the last tick label.
isSizeByAbsoluteValue() - Method in class org.zkoss.chart.BubbleLegend
When this is true, the absolute value of z determines the size of the bubble.
isSizeByAbsoluteValue() - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
When this is true, the absolute value of z determines the size of the bubble.
isSizeByAbsoluteValue() - Method in class org.zkoss.chart.Series
When this is true, the absolute value of z determines the size of the bubble.
isSkew3d() - Method in class org.zkoss.chart.AxisTitle
Returns whether the axis title will skewed to follow the perspective.
isSkew3D() - Method in class org.zkoss.chart.AxisLabels
If enabled, the axis labels will skewed to follow the perspective.
isSkipKeyboardNavigation() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
If set to true, the accessibility module will skip past the points in this series for keyboard navigation.
isSkipKeyboardNavigation() - Method in class org.zkoss.chart.Series
If set to true, the accessibility module will skip past the points in this series for keyboard navigation.
isSkipNullPoints() - Method in class org.zkoss.chart.SeriesNavigation
Returns whether to skip null points when navigating through points with the keyboard
isSliced() - Method in class org.zkoss.chart.Point
Returns pie series only.
isSoftConnector() - Method in class org.zkoss.chart.plotOptions.DataLabels
Returns whether to enable soft connector.
isSoftThreshold() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
isSoftThreshold() - Method in class org.zkoss.chart.Series
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
isSplit() - Method in class org.zkoss.chart.Tooltip
Returns whether split the tooltip into one label per series, with the header close to the axis.
isSplitSeries() - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
Returns whether to split series into individual groups or to mix all series together.
isSquareSymbol() - Method in class org.zkoss.chart.Legend
When this is true, the legend symbol width will be the same as the symbol height, which in turn defaults to the font size of the legend items.
isStacking() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns whether to stack the values of each series on top of each other or not.
isStacking() - Method in class org.zkoss.chart.Series
Returns whether to stack the values of each series on top of each other or not.
isStartOnTick() - Method in class org.zkoss.chart.Axis
Returns whether to force the axis to start on a tick.
isStartOnTick() - Method in class org.zkoss.chart.YAxis
Returns whether to force the axis to start on a tick.
isStickyTracking() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
Returns sticky tracking of mouse events.
isStickyTracking() - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
Returns sticky tracking of mouse events.
isStickyTracking() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns sticky tracking of mouse events.
isStickyTracking() - Method in class org.zkoss.chart.Series
Returns sticky tracking of mouse events.
isStyledMode() - Method in class org.zkoss.chart.Chart
Returns whether to apply styled mode.
isStyledMode() - Method in class org.zkoss.chart.Charts
Returns whether to apply styled mode.
isStyledMode() - Method in interface org.zkoss.chart.ChartsApi
Returns whether to apply styled mode.
isStyledMode() - Method in class org.zkoss.chart.ChartsEngine
 
isSum() - Method in class org.zkoss.chart.Point
Returns waterfall series only.
isUniqueNames() - Method in class org.zkoss.chart.Axis
Applies only when the axis type is category.
isUseHTML() - Method in class org.zkoss.chart.AnnotationLabelOptions
Returns whether to use HTML to render the annotation's label.
isUseHTML() - Method in class org.zkoss.chart.AxisLabels
Returns whether to use HTML to render the labels.
isUseHTML() - Method in class org.zkoss.chart.AxisTitle
Returns whether to use HTML to render the axis title.
isUseHTML() - Method in class org.zkoss.chart.Breadcrumbs
Returns whether to use HTML to render the breadcrumbs items texts.
isUseHTML() - Method in class org.zkoss.chart.Caption
Returns whether to use HTML to render the text.
isUseHTML() - Method in class org.zkoss.chart.Legend
Returns whether to use HTML to render the legend item texts.
isUseHTML() - Method in class org.zkoss.chart.PlotLabel
Returns whether to use HTML to render the labels.
isUseHTML() - Method in class org.zkoss.chart.plotOptions.DataLabels
Return whether to use HTML to render the labels.
isUseHTML() - Method in class org.zkoss.chart.StackLabels
Returns whether to use HTML to render the labels.
isUseHTML() - Method in class org.zkoss.chart.Subtitle
Returns whether to use HTML to render the text.
isUseHTML() - Method in class org.zkoss.chart.Title
Returns whether to use HTML to render the text.
isUseHTML() - Method in class org.zkoss.chart.Tooltip
Returns whether to use HTML to render the contents of the tooltip instead of SVG.
isUseSimulation() - Method in class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
Returns an option is giving a possibility to choose between using simulation for calculating bubble positions.
isUseSimulation() - Method in class org.zkoss.chart.Series
Returns an option is giving a possibility to choose between using simulation for calculating bubble positions.
isUseUTC() - Method in class org.zkoss.chart.Global
Returns whether to use UTC time for axis scaling, tickmark placement and time display in Charts.setDateFormat(String, Number, boolean).
isVisible() - Method in class org.zkoss.chart.Annotation
Returns whether the annotation is visible.
isVisible() - Method in class org.zkoss.chart.Axis
Returns whether axis, including axis title, line, ticks and labels, should be visible.
isVisible() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
Returns set the initial visibility of the series.
isVisible() - Method in class org.zkoss.chart.Point
Returns whether the series is visible or not.
isVisible() - Method in class org.zkoss.chart.Series
Returns whether the series is visible or not.
isWrap() - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
Returns when this option is true, the dial will wrap around the axes.
isWrap() - Method in class org.zkoss.chart.Series
Returns when this option is true, the dial will wrap around the axes.
isWrapAround() - Method in class org.zkoss.chart.KeyboardNavigation
Return whether or not to wrap around when reaching the end of arrow-key navigation for an element in the chart.
isZoomEnabled() - Method in class org.zkoss.chart.Axis
Returns whether to zoom axis.
ITEM - Static variable in class org.zkoss.chart.Charts
Chart type: item
ItemPlotOptions - Class in org.zkoss.chart.plotOptions
An option for item plot
ItemPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.ItemPlotOptions
 

J

Jitter - Class in org.zkoss.chart.plotOptions
Apply a jitter effect for the rendered markers.
Jitter() - Constructor for class org.zkoss.chart.plotOptions.Jitter
 
JSFunction - Class in org.zkoss.chart.util
A Javascript function wrap to generate as a formal Javascript code.
JSFunction() - Constructor for class org.zkoss.chart.util.JSFunction
 

K

KeyboardNavigation - Class in org.zkoss.chart
An options for keyboard navigation.
KeyboardNavigation() - Constructor for class org.zkoss.chart.KeyboardNavigation
 

L

Labels - Class in org.zkoss.chart
HTML labels that can be positioned anywhere in the chart area.
Labels() - Constructor for class org.zkoss.chart.BubbleLegend.Labels
 
Labels() - Constructor for class org.zkoss.chart.Labels
 
LabelsItem - Class in org.zkoss.chart
An option for Labels
LabelsItem(String) - Constructor for class org.zkoss.chart.LabelsItem
 
Lang - Class in org.zkoss.chart
The language object is global and it can't be set on each chart initiation.
Lang() - Constructor for class org.zkoss.chart.Lang
 
LangAccessibility - Class in org.zkoss.chart
Configure the accessibility strings in the chart.
LangAccessibility() - Constructor for class org.zkoss.chart.LangAccessibility
 
LangAnnounceNewData - Class in org.zkoss.chart
Default announcement for new data in charts.
LangAnnounceNewData() - Constructor for class org.zkoss.chart.LangAnnounceNewData
 
LangAxis - Class in org.zkoss.chart
Axis description format strings for lang accessibility.
LangAxis() - Constructor for class org.zkoss.chart.LangAxis
 
LangChartTypes - Class in org.zkoss.chart
Chart type description strings.
LangChartTypes() - Constructor for class org.zkoss.chart.LangChartTypes
 
LangExporting - Class in org.zkoss.chart
Exporting menu format strings for accessibility module.
LangExporting() - Constructor for class org.zkoss.chart.LangExporting
 
LangLegend - Class in org.zkoss.chart
Language options for accessibility of the legend.
LangLegend() - Constructor for class org.zkoss.chart.LangLegend
 
LangRangeSelector - Class in org.zkoss.chart
Range selector language options for accessibility.
LangRangeSelector() - Constructor for class org.zkoss.chart.LangRangeSelector
 
LangScreenReaderSection - Class in org.zkoss.chart
Language options for the screen reader information sections added before and after the charts.
LangScreenReaderSection() - Constructor for class org.zkoss.chart.LangScreenReaderSection
 
LangScreenReaderSectionAnnotations - Class in org.zkoss.chart
Language options for annotation descriptions.
LangScreenReaderSectionAnnotations() - Constructor for class org.zkoss.chart.LangScreenReaderSectionAnnotations
 
LangSeries - Class in org.zkoss.chart
Lang configuration for different series types.
LangSeries() - Constructor for class org.zkoss.chart.LangSeries
 
LangSeriesSummary - Class in org.zkoss.chart
Lang configuration for the series main summary.
LangSeriesSummary() - Constructor for class org.zkoss.chart.LangSeriesSummary
 
LangSeriesTypeDescriptions - Class in org.zkoss.chart
Descriptions of lesser known series types.
LangSeriesTypeDescriptions() - Constructor for class org.zkoss.chart.LangSeriesTypeDescriptions
 
LangSonification - Class in org.zkoss.chart
Language options for sonification.
LangSonification() - Constructor for class org.zkoss.chart.LangSonification
 
LangTable - Class in org.zkoss.chart
Accessibility language options for the data table.