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
All Classes All Packages
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
- ActiveWhen - Class in org.zkoss.chart
-
Define a condition for when a track should be active and not.
- ActiveWhen() - Constructor for class org.zkoss.chart.ActiveWhen
- 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
- addEvent(String, JavaScriptValue) - Method in class org.zkoss.chart.Series
-
Sets general event handlers for the series items.
- 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(String, String, String) - Method in class org.zkoss.chart.Series
-
Add a point with id, parent and name 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
- BRAND_DARK - org.zkoss.chart.Theme.ThemeImpl
- BRAND_DARK - Static variable in interface org.zkoss.chart.Theme
-
The Brand dark theme provided by Highcharts JS
- BRAND_LIGHT - org.zkoss.chart.Theme.ThemeImpl
- BRAND_LIGHT - Static variable in interface org.zkoss.chart.Theme
-
The Brand light theme provided by Highcharts JS
- 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
intoChartsModel
- 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
, orRadialGradient
- 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.
- ContextTracks - Class in org.zkoss.chart
-
Context tracks for this series.
- ContextTracks() - Constructor for class org.zkoss.chart.ContextTracks
- 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
- Data - Class in org.zkoss.chart
-
The Data module provides a simplified interface for adding data to a chart from sources like CVS, HTML tables or grid views.
- Data() - Constructor for class org.zkoss.chart.Data
- 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
- DefaultInstrumentOptions - Class in org.zkoss.chart
-
Default sonification options for all instrument tracks.
- DefaultInstrumentOptions() - Constructor for class org.zkoss.chart.DefaultInstrumentOptions
- 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
- DefaultSpeechOptions - Class in org.zkoss.chart
-
Default sonification options for all speech tracks.
- DefaultSpeechOptions() - Constructor for class org.zkoss.chart.DefaultSpeechOptions
- 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
- Depth - Class in org.zkoss.chart
-
Map to tremolo depth, from 0 to 1.
- Depth() - Constructor for class org.zkoss.chart.Depth
- 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
-
Fires a
ChartsDataEvent
for all registered listener (thruAbstractChartsModel.addChartsDataListener(org.zkoss.chart.model.ChartsDataListener)
. - 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
- Frequency - Class in org.zkoss.chart
-
Frequency in Hertz of notes.
- Frequency() - Constructor for class org.zkoss.chart.Frequency
- 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
- GapBetweenNotes - Class in org.zkoss.chart
-
Gap in milliseconds between notes if pitch is mapped to an array of notes.
- GapBetweenNotes() - Constructor for class org.zkoss.chart.GapBetweenNotes
- 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()
andGaugePlotOptions.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.
- getActiveWhen() - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Returns the ActiveWhen object.
- getActiveWhen() - Method in class org.zkoss.chart.GlobalTrack
-
Returns the ActiveWhen object.
- 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:
""
- getAfterSeriesWait() - Method in class org.zkoss.chart.Sonification
-
Returns the time to wait in milliseconds after each data series when playing the series one after the other.
- getAlgorithm() - Method in class org.zkoss.chart.PointGrouping
-
Returns The grouping algorithm, deciding which points to keep when grouping a set of points together.
- 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.
- getAngle() - Method in class org.zkoss.chart.Axis
-
Returns the angle of the Y axis in degrees.
- 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.
- getAnimation() - Method in class org.zkoss.chart.Tooltip
-
Returns whether to enable or disable for the animation of the tooltip.
- 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.plotOptions.TreegraphPlotOptions
-
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.
- getAxisLayoutRuns() - Method in class org.zkoss.chart.Chart
-
Returns the number of axis layout runs.
- 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.
- getBeforeParse() - Method in class org.zkoss.chart.Data
-
Returns a callback function to modify the CSV before parsing it.
- 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.PaneBackground
-
Returns the border color
- getBorderColor() - Method in class org.zkoss.chart.PlotBand
-
Returns the border color
- 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.PictorialPlotOptions
-
Returns the color of the border surrounding each column or bar.
- 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.StackShadow
-
Returns the color of the stackShadow border.
- 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.PaneBackground
-
Returns the border radius
- getBorderRadius() - Method in class org.zkoss.chart.PlotBand
-
Returns the border radius
- 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.FunnelPlotOptions
-
Returns the corner radius of the border surrounding all points or 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.SeriesPlotOptions
-
Returns the corner radius of the border surrounding each column or bar.
- 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.PlotBand
-
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.PictorialPlotOptions
-
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.StackShadow
-
Returns the width of the stackShadow border.
- 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.XAxis
-
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.Crosshair
-
Returns the class name for the crosshair, especially as a hook for styling.
- getClassName() - Method in class org.zkoss.chart.PlotBand
-
Returns class name for styling by CSS.
- 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.StackShadow
-
Returns the color of the stackShadow.
- 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()
whenSeriesPlotOptions.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()
whenSeriesPlotOptions.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()
whenSeriesPlotOptions.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.PictorialPlotOptions
-
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()
whenSeriesPlotOptions.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()
whenSeries.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
- getColumns() - Method in class org.zkoss.chart.Data
-
Returns a two-dimensional array representing the input data on tabular form.
- getColumnSingle() - Method in class org.zkoss.chart.LangChartTypes
-
Default:
"Bar chart with {numPoints} {#plural(numPoints, bars, bar)}."
- getColumnsURL() - Method in class org.zkoss.chart.Data
-
Returns a URL to a remote JSON dataset, structured as a column array.
- getCombinationChart() - Method in class org.zkoss.chart.LangChartTypes
-
Default:
"Combination chart with {numSeries} data series."
- getComplete() - Method in class org.zkoss.chart.Data
-
Returns the callback that is evaluated when the data is finished loading, optionally from an external source, and parsed.
- 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.
- getConnectorShape() - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Returns specifies the method that is used to generate the connector path.
- 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.plotOptions.SeriesPlotOptions
-
Returns the width of the line connecting the data label.
- 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.
- getContextTracks() - Method in class org.zkoss.chart.SeriesSonification
-
Returns context tracks for this series.
- 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.PictorialPlotOptions
-
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.XAxis
-
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.
- getCrossing() - Method in class org.zkoss.chart.Axis
-
Returns the value on a perpendicular axis where this axis should cross.
- getCrossingDown() - Method in class org.zkoss.chart.ActiveWhen
-
Returns track is only active when prop was above, and is now at or below this value.
- getCrossingUp() - Method in class org.zkoss.chart.ActiveWhen
-
Returns track is only active when prop was below, and is now at or above this value.
- getCsv() - Method in class org.zkoss.chart.Data
-
Returns a comma delimited string to be parsed.
- getCsvURL() - Method in class org.zkoss.chart.Data
-
Returns an URL to a remote CSV dataset.
- 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 class org.zkoss.chart.Charts
-
Returns the data object.
- getData() - Method in interface org.zkoss.chart.ChartsApi
-
Returns the data object.
- getData() - Method in class org.zkoss.chart.ChartsEngine
- 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.PlotData
-
Returns the data options
- 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.plotOptions.SunburstPlotOptions
- 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.
- getDataRefreshRate() - Method in class org.zkoss.chart.Data
-
Returns the refresh rate for data polling when importing remote dataset by setting
data.csvURL
,data.rowsURL
,data.columnsURL
, ordata.googleSpreadsheetKey
. - 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.
- getDateFormat() - Method in class org.zkoss.chart.Data
-
Returns which of the predefined date formats in Date.prototype.dateFormats to use to parse date values.
- 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.Data
-
Returns the decimal point used for parsing numbers in the CSV.
- 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)}."
- getDefaultInstrumentOptions() - Method in class org.zkoss.chart.SeriesSonification
-
Returns default options for all this series' instrument tracks.
- getDefaultInstrumentOptions() - Method in class org.zkoss.chart.Sonification
-
Returns the default sonification options for all instrument tracks.
- 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)}."
- getDefaultSpeechOptions() - Method in class org.zkoss.chart.SeriesSonification
-
Returns default options for all this series' speech tracks.
- getDefaultSpeechOptions() - Method in class org.zkoss.chart.Sonification
-
Returns the default sonification options for all speech tracks.
- getDefer() - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Return whether to defer displaying the data labels until the initial series animation has finished.
- getDefinition() - Method in class org.zkoss.chart.Path
-
Returns the definition defines a path to be drawn.
- 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.
- getDepth() - Method in class org.zkoss.chart.Tremolo
-
Returns the Depth or Number or String object of depth, depend on what was set.
- 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.AccessibilityPoint
-
Returns the format to use for describing the data series group to assistive
- 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 tokmeans
,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.
- getDuration() - Method in class org.zkoss.chart.Sonification
-
Returns the total duration of the sonification, 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.Use
Animation.getEasing()
instead - 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.PictorialPlotOptions
-
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.PictorialPlotOptions
-
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.
- getEndColumn() - Method in class org.zkoss.chart.Data
-
Returns in tabular input data, the last column (indexed by 0) to use.
- getEndOfChartMarker() - Method in class org.zkoss.chart.LangScreenReaderSection
-
Returns label for the end of the chart.
- getEndRow() - Method in class org.zkoss.chart.Data
-
Returns in tabular input data, the last row (indexed by 0) to use.
- 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.
- getEvents() - Method in class org.zkoss.chart.Sonification
-
Returns the event handlers for the sonification.
- 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
- getEventsMap() - Method in class org.zkoss.chart.Series
-
Returns general event handlers for the series items.
- 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.plotOptions.TreegraphPlotOptions
-
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).
- getFrequency() - Method in class org.zkoss.chart.Highpass
-
Returns the Frequency or Number or String object of frequency, depend on what was set.
- getFrequency() - Method in class org.zkoss.chart.Mapping
-
Returns the Frequency or Number or String object of frequency, depend on what was set.
- 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
- getGapBetweenNotes() - Method in class org.zkoss.chart.Mapping
-
Returns the GapBetweenNotes or Number or String object of gapBetweenNotes, depend on what was set.
- 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
- getGlobalContextTracks() - Method in class org.zkoss.chart.Sonification
-
Returns the GlobalContextTrack options, if any, Otherwise, create a new one.
- getGlobalContextTracks(int) - Method in class org.zkoss.chart.Sonification
-
Returns the GlobalContextTrack options from given index, if any, Otherwise, create a new one.
- getGlobalContextTracksSize() - Method in class org.zkoss.chart.Sonification
-
Returns the size of globalContextTracks.
- getGlobalTracks() - Method in class org.zkoss.chart.Sonification
-
Returns the GlobatTrack options, if any, Otherwise, create a new one.
- getGlobalTracks(int) - Method in class org.zkoss.chart.Sonification
-
Returns the GlobatTrack options from given index, if any, Otherwise, create a new one.
- getGlobalTracksSize() - Method in class org.zkoss.chart.Sonification
-
Returns the size of globalTracks.
- getGoogleAPIKey() - Method in class org.zkoss.chart.Data
-
Returns the Google Spreadsheet API key required for access generated at API Services / Credentials.
- getGoogleSpreadsheetKey() - Method in class org.zkoss.chart.Data
-
Returns the key or spreadsheetId value for a Google Spreadsheet to load.
- getGoogleSpreadsheetRange() - Method in class org.zkoss.chart.Data
-
Returns the Google Spreadsheet range to use in combination with
googleSpreadsheetKey
. - 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 thegrid
,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.
- getGroupTimespan() - Method in class org.zkoss.chart.PointGrouping
-
Returns the size of each group in milliseconds.
- 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.PictorialPlotOptions
-
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.
- getHangingSide() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Returns whether links connecting hanging nodes should be drawn on the left or right side.
- 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.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.
- getHeight() - Method in class org.zkoss.chart.XAxis
-
Returns the height as the horizontal axis.
- 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.
- getHighpass() - Method in class org.zkoss.chart.Mapping
-
Returns the Highpass object.
- 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
- getInstrument() - Method in class org.zkoss.chart.GlobalTrack
-
Returns instrument to use for playing.
- 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
- getItemDelimiter() - Method in class org.zkoss.chart.Data
-
Returns item or cell delimiter for parsing CSV.
- 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 tokmeans
,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 tonull
and there are more visible points than thekmeansThreshold
thegrid
algorithm is used to find clusters, otherwisekmeans
. - 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.Charts
-
Returns the labels options
- getLang() - Method in interface org.zkoss.chart.ChartsApi
-
Returns the lang options
- getLang() - Method in class org.zkoss.chart.ChartsEngine
- getLang() - Method in class org.zkoss.chart.Options
-
Returns the Language options
- getLang() - Method in class org.zkoss.chart.PlotData
-
Returns the labels options
- getLanguage() - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Returns the language to speak in for speech tracks, as an IETF BCP 47 language tag.
- 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.options3D.Frame3D
-
Returns the options for the left panel of a
Frame3D
- getLeft() - Method in class org.zkoss.chart.XAxis
-
Returns the left position as the horizontal axis.
- 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}."
- getLegendSymbol() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Returns the type of legend symbol to render for this series.
- 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.
- getLibURL() - Method in class org.zkoss.chart.Exporting
-
Returns path where Highcharts will look for export module dependencies to load on demand if they don't already exist on window.
- 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.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.
- getLineColor() - Method in class org.zkoss.chart.XAxis
-
Returns the color of the line marking the axis itself.
- 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)}."
- getLineDelimiter() - Method in class org.zkoss.chart.Data
-
Returns line delimiter for parsing CSV.
- 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.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.XAxis
-
Returns the width of the line marking the axis itself.
- 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)
- getLinkColorMode() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Returns color mode for sankey links.
- 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.
- getLowMarker() - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Returns options for the lower markers of the dumbbell-like series.
- getLowMarker() - Method in class org.zkoss.chart.Series
-
Returns options for the lower markers of the dumbbell-like series.
- getLowpass() - Method in class org.zkoss.chart.Mapping
-
Returns the Lowpass object.
- 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)}."
- getMapFunction() - Method in class org.zkoss.chart.Frequency
-
Returns how to perform the mapping.
- getMapFunction() - Method in class org.zkoss.chart.Pitch
-
Returns how to perform the mapping.
- 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)}."
- getMapping() - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Returns the Mapping object.
- getMapping() - Method in class org.zkoss.chart.GlobalTrack
-
Returns the Mapping object.
- getMapTo() - Method in class org.zkoss.chart.Frequency
-
Returns a point property to map the mapping parameter to.
- getMapTo() - Method in class org.zkoss.chart.Pitch
-
Returns a point property to map the mapping parameter to.
- 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.
- getMargin() - Method in class org.zkoss.chart.YAxisTitle
-
Returns the pixel distance between the axis labels and the title.
- 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.
- getMasterVolume() - Method in class org.zkoss.chart.Sonification
-
Returns overall/master volume for the sonification, from 0 to 1.
- getMax() - Method in class org.zkoss.chart.ActiveWhen
-
Returns track is only active when prop is below or at this value.
- getMax() - Method in class org.zkoss.chart.Axis
-
Returns the maximum value of the axis.
- getMax() - Method in class org.zkoss.chart.Frequency
-
Returns the maximum value for the audio parameter.
- getMax() - Method in class org.zkoss.chart.Path
-
Returns the max option determines height of the image.
- getMax() - Method in class org.zkoss.chart.Pitch
-
Returns the maximum value for the audio parameter.
- 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.PictorialPlotOptions
-
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.
- getMidiName() - Method in class org.zkoss.chart.GlobalTrack
-
Returns the name to use for a track when exporting to MIDI.
- getMillisecond() - Method in class org.zkoss.chart.DateTimeLabelFormats
-
Returns the label format for millisecond.
- getMin() - Method in class org.zkoss.chart.ActiveWhen
-
Returns track is only active when prop is above or at this value.
- getMin() - Method in class org.zkoss.chart.Axis
-
Returns the minimum value of the axis.
- getMin() - Method in class org.zkoss.chart.Frequency
-
Returns the minimum value for the audio parameter.
- getMin() - Method in class org.zkoss.chart.Pitch
-
Returns the minimum value for the audio parameter.
- 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.
- getMinorTicksPerMajor() - Method in class org.zkoss.chart.Axis
-
Returns the number of minor ticks per major tick.
- 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.PictorialPlotOptions
-
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
- getNodeAlignment() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Returns which side of the chart the nodes are to be aligned to.
- getNodeDistance() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Returns the distance between nodes in a sankey diagram in the longitudinal direction.
- 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.
- getNodeFormat() - Method in class org.zkoss.chart.Tooltip
-
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.
- getNoteDuration() - Method in class org.zkoss.chart.Mapping
-
Returns the NoteDuration or Number or String object of note duration, depend on what was set.
- 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.
- getNullFormat() - Method in class org.zkoss.chart.Tooltip
-
Returns the HTML of the null point's line in the tooltip.
- 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.plotOptions.TreegraphPlotOptions
-
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.
- getOrder() - Method in class org.zkoss.chart.Sonification
-
Returns what order to play the data series in, either sequential where the series play individually one after the other, or simultaneous where the series play all at once.
- 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
andto
. - 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 theAnnotationLabelOptions.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 theDataLabels.getBackgroundColor()
is set, this is the padding within the box. - getPan() - Method in class org.zkoss.chart.Mapping
-
Returns the Pan or Number or String object of pan, depend on what was set.
- 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
orOptionsList
. - getParent() - Method in class org.zkoss.chart.util.OptionsMap
-
Returns the parent options either
OptionsMap
orOptionsList
. - 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
- getParsed() - Method in class org.zkoss.chart.Data
-
Returns a callback function to access the parsed columns, the two-dimentional input data array directly, before they are interpreted into series data and categories.
- getParseDate() - Method in class org.zkoss.chart.Data
-
Returns a callback function to parse string representations of dates into JavaScript timestamps.
- 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.
- getPaths() - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Returns the Path options, if any, Otherwise, create a new one.
- getPaths(int) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Returns the Path options from given index, if any, Otherwise, create a new one.
- getPathsSize() - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Returns the size of paths.
- getPdfFont() - Method in class org.zkoss.chart.Exporting
-
Returns the settings for a custom font for the exported PDF.
- getPictorial() - Method in class org.zkoss.chart.plotOptions.PlotOptions
-
Returns the pictorial plot option
- 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
- getPitch() - Method in class org.zkoss.chart.Mapping
-
Returns the Pitch or Number or String object of pitch, depend on what was set.
- 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"
- getPlayDelay() - Method in class org.zkoss.chart.Mapping
-
Returns the PlayDelay or Number or String object of play delay, depend on what was set.
- 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.
- getPlotShadow() - Method in class org.zkoss.chart.Chart
-
Returns the PlotShadow object or boolean value of plot shadow, depend on what was set.
- 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.DataLabels
-
Returns the point format of DataLabels.
- 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.
- getPointGrouping() - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Returns the options for point grouping, specifically for instrument tracks.
- getPointGrouping() - Method in class org.zkoss.chart.GlobalTrack
-
Returns the options for point grouping, specifically for instrument tracks.
- getPointGrouping() - Method in class org.zkoss.chart.SeriesSonification
-
Returns sonification point grouping options for this series.
- getPointGrouping() - Method in class org.zkoss.chart.Sonification
-
Returns the PointGrouping object.
- 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.PictorialPlotOptions
-
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.plotOptions.PictorialPlotOptions
-
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.PictorialPlotOptions
-
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.
- getPreferredVoice() - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Returns the name of the voice synthesis to prefer for speech tracks.
- getPrintChart() - Method in class org.zkoss.chart.Lang
-
Returns exporting module only.
- getProp() - Method in class org.zkoss.chart.ActiveWhen
-
Returns the point property to compare, for example y or x.
- getProp() - Method in class org.zkoss.chart.PointGrouping
-
Returns the data property for each point to compare when deciding which points to keep in the group.
- 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.
- getRate() - Method in class org.zkoss.chart.Mapping
-
Returns the Rate or Number or String object of rate, depend on what was set.
- 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.
- getResonance() - Method in class org.zkoss.chart.Highpass
-
Returns the Resonance or Number or String object, depend on what was set.
- 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.
- getRotationMode() - Method in class org.zkoss.chart.plotOptions.SunburstDataLabels
-
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.Data
-
Returns the same as the columns input option, but defining rows intead of columns.
- 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.
- getRowsURL() - Method in class org.zkoss.chart.Data
-
Returns a URL to a remote JSON dataset, structured as a row array.
- 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() - Method in class org.zkoss.chart.Pitch
-
Returns the scale array.
- 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.
- getShadow() - Method in class org.zkoss.chart.Series
-
Returns the Shadow object or boolean value of shadow, depend on what was set.
- 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.Charts
-
Returns the sonification options, if any.
- getSonification() - Method in interface org.zkoss.chart.ChartsApi
-
Returns the sonification options, if any.
- getSonification() - Method in class org.zkoss.chart.ChartsEngine
- getSonification() - Method in class org.zkoss.chart.LangAccessibility
-
Returns language options for sonification.
- getSonification() - Method in class org.zkoss.chart.PlotData
-
Returns the sonification options
- getSonification() - Method in class org.zkoss.chart.plotOptions.PlotOptions
-
Returns sonification/audio chart options for a series.
- getSonification() - Method in class org.zkoss.chart.Series
-
Returns the Sonification/audio chart options for a series.
- 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
- getSpeed() - Method in class org.zkoss.chart.Tremolo
-
Returns the Speed or Number or String object of speed, depend on what was set.
- 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.
- getStackShadow() - 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.
- getStartColumn() - Method in class org.zkoss.chart.Data
-
Returns in tabular input data, the first column (indexed by 0) to use.
- getStartOfWeek() - Method in class org.zkoss.chart.Axis
-
Returns for datetime axes, this decides where to put the tick between weeks.
- getStartRow() - Method in class org.zkoss.chart.Data
-
Returns in tabular input data, the first row (indexed by 0) to use.
- 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.Data
-
Returns an HTML table or the id of such to be parsed as input data.
- 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.Mapping
-
Returns the text mapping for speech tracks.
- 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.PlotBand
-
Returns the width of the plot band stretching along the perimeter.
- 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.
- getTime() - Method in class org.zkoss.chart.Mapping
-
Returns the Time or Number or String object of time, depend on what was set.
- getTimeInterval() - Method in class org.zkoss.chart.GlobalContextTrack
-
Returns a context track to play periodically every timeInterval milliseconds while the sonification is playing.
- 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.options3D.Frame3D
-
Returns the options for the top panel of a
Frame3D
- getTop() - Method in class org.zkoss.chart.XAxis
-
Returns the top position as the horizontal axis.
- 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.
- getTracks() - Method in class org.zkoss.chart.SeriesSonification
-
Returns the Track options, if any, Otherwise, create a new one.
- getTracks(int) - Method in class org.zkoss.chart.SeriesSonification
-
Returns the Track options from given index, if any, Otherwise, create a new one.
- getTracksSize() - Method in class org.zkoss.chart.SeriesSonification
-
Returns the size of tracks.
- 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
- getTremolo() - Method in class org.zkoss.chart.Mapping
-
Returns the Tremolo object of tremolo.
- 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.DefaultSpeechOptions
-
Returns the type of track.
- 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 class org.zkoss.chart.GlobalTrack
-
Returns the type of track.
- 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.
- getUpdateInterval() - Method in class org.zkoss.chart.Sonification
-
Returns how long to wait between each recomputation of the sonification, if the chart updates rapidly.
- 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.Frequency
-
Returns a fixed value to use for the prop when mapping.
- 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.Pitch
-
Returns a fixed value to use for the prop when mapping.
- 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.
- getValueInterval() - Method in class org.zkoss.chart.GlobalContextTrack
-
Returns a context track to play periodically every valueInterval units of a data property valueProp while the sonification is playing.
- getValueMapFunction() - Method in class org.zkoss.chart.GlobalContextTrack
-
Returns how to map context events to time when using the
valueInterval
option. - 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.
- getValueProp() - Method in class org.zkoss.chart.GlobalContextTrack
-
Returns the point property to play context for when using
valueInterval
. - 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.
- getVolume() - Method in class org.zkoss.chart.Mapping
-
Returns the Volume or Number or String object of volume, depend on what was set.
- 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.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
- getWidth() - Method in class org.zkoss.chart.XAxis
-
Returns the width as the horizontal axis.
- getWindBarb() - Method in class org.zkoss.chart.plotOptions.PlotOptions
-
Returns the wind barb plot option
- getWithin() - Method in class org.zkoss.chart.Frequency
-
Returns what data values to map the parameter within.
- getWithin() - Method in class org.zkoss.chart.Pitch
-
Returns what data values to map the parameter within.
- 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)
andChart.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)
andChart.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)
andChart.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)
andChart.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)
andChart.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)
andChart.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.Axis
-
Returns the Z index for the axis group.
- 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.
- getZIndex() - Method in class org.zkoss.chart.Tooltip
-
Returns the Z index for the tooltip.
- 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)
isfalse
, bubbles with lower Z values are skipped. - getZThreshold() - Method in class org.zkoss.chart.Series
-
Returns when
Series.setDisplayNegative(boolean)
isfalse
, 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
- GlobalContextTrack - Class in org.zkoss.chart
-
Context tracks to add globally, an array of either instrument tracks, speech tracks, or a mix.
- GlobalContextTrack() - Constructor for class org.zkoss.chart.GlobalContextTrack
- GlobalTrack - Class in org.zkoss.chart
-
Global tracks to add to every series.
- GlobalTrack() - Constructor for class org.zkoss.chart.GlobalTrack
- 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
- Highpass - Class in org.zkoss.chart
-
Mapping options for the highpass filter.
- Highpass() - Constructor for class org.zkoss.chart.Highpass
- 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)}
inencoder
. - 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.plotOptions.SeriesPlotOptions
-
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 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.AxisTitle
-
Deprecated.
- 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.Crosshair
-
Returns enable or disable the crosshair.
- 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.PointGrouping
-
Returns whether or not to group points
- 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.SeriesSonification
-
Returns whether or not sonification is enabled for this series.
- isEnabled() - Method in class org.zkoss.chart.Sonification
-
Returns whether to enable or disable the sonification functionality for the chart.
- 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.StackShadow
-
Returns enable or disable stackShadow.
- 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.
- isEnablePolling() - Method in class org.zkoss.chart.Data
-
Returns enables automatic refetching of remote datasets every n seconds (defined by setting
data.dataRefreshRate
). - 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.
- isFillSpace() - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Returns whether the treegraph series should fill the entire plot area in the X axis direction, even when there are collapsed points.
- isFirstRowAsNames() - Method in class org.zkoss.chart.Data
-
Returns whether to use the first row in the data set as series names.
- 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.PictorialPlotOptions
-
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.
- isInterpolation() - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Returns whether make the heatmap render its data points as an interpolated image.
- isInterpolation() - Method in class org.zkoss.chart.Series
-
Returns the boolean value of interpolated.
- 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
- isPanningEnabled() - Method in class org.zkoss.chart.Axis
-
Returns whether to pan axis.
- 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
andpointIntervalUnit
settings. - isRelativeXValue() - Method in class org.zkoss.chart.Series
-
When true, X values in the data set are relative to the current
pointStart
,pointInterval
andpointIntervalUnit
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.plotOptions.TreegraphPlotOptions
-
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.
- isReversed() - Method in class org.zkoss.chart.YAxis
-
Returns whether to reverse the axis so that the highest number is closest to the origin.
- 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.
- isRoundToMusicalNotes() - Method in class org.zkoss.chart.GlobalTrack
-
Returns the round pitch mapping to musical notes.
- 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.
- isShowCrosshair() - Method in class org.zkoss.chart.Sonification
-
Returns whether to show X and Y axis crosshairs (if they exist) as the chart plays.
- isShowEmpty() - Method in class org.zkoss.chart.XAxis
-
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.PictorialPlotOptions
-
Returns whether to display this particular series or series type 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.plotOptions.TreegraphPlotOptions
-
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.
- isShowPlayMarker() - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Returns whether to show play marker (tooltip and/or crosshair) for a track.
- isShowPlayMarker() - Method in class org.zkoss.chart.GlobalTrack
-
Returns the round pitch mapping to musical notes.
- isShowTable() - Method in class org.zkoss.chart.Exporting
-
Returns whether to show a HTML table below the chart with the chart's current data.
- isShowTooltip() - Method in class org.zkoss.chart.Sonification
-
Returns whether to Show tooltip as the chart plays.
- 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.
- isStickOnContact() - Method in class org.zkoss.chart.Tooltip
-
Returns whether prevents the tooltip from switching or closing when touched or pointed.
- isStickyTracking() - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Returns sticky tracking of mouse events.
- 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.plotOptions.TreegraphPlotOptions
-
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.
- isSwitchRowsAndColumns() - Method in class org.zkoss.chart.Data
-
Returns switch rows and columns of the input data, so that
this.columns
effectively becomes the rows of the data set, and the rows are interpreted as series. - isTraverseToLeaf() - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Returns this option enables automatic traversing to the last child level upon node interaction.
- 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.
- LangTable() - Constructor for class org.zkoss.chart.LangTable
- LangZoom - Class in org.zkoss.chart
-
Chart and map zoom accessibility language options.
- LangZoom() - Constructor for class org.zkoss.chart.LangZoom
- Legend - Class in org.zkoss.chart
-
The legend is a box containing a symbol and name for each series item or point item in the chart.
- Legend() - Constructor for class org.zkoss.chart.Legend
- LegendAccessibility - Class in org.zkoss.chart
-
Options for configuring accessibility for the legend of the chart.
- LegendAccessibility() - Constructor for class org.zkoss.chart.LegendAccessibility
- LegendKeyboardNavigation - Class in org.zkoss.chart
-
Options for keyboard navigation for the legend.
- LegendKeyboardNavigation() - Constructor for class org.zkoss.chart.LegendKeyboardNavigation
- LegendNavigation - Class in org.zkoss.chart
-
Options for the paging or navigation appearing when the legend is overflown.
- LegendNavigation() - Constructor for class org.zkoss.chart.LegendNavigation
- LegendTitle - Class in org.zkoss.chart
-
A title to be added on top of the legend.
- LegendTitle() - Constructor for class org.zkoss.chart.LegendTitle
- Level - Class in org.zkoss.chart
-
Set options on specific levels.
- Level() - Constructor for class org.zkoss.chart.Level
- LevelSize - Class in org.zkoss.chart
-
Determines the width of the ring per level.
- LevelSize() - Constructor for class org.zkoss.chart.LevelSize
- LevelSize(Number, String) - Constructor for class org.zkoss.chart.LevelSize
-
Constructs with value and unit.
- LINE - Static variable in class org.zkoss.chart.Charts
-
Chart type: line
- LinearGradient - Class in org.zkoss.chart
-
A linear gradient is a smooth transition from one color to another.
- LinearGradient(double, double, double, double) - Constructor for class org.zkoss.chart.LinearGradient
-
The x1, x2, y1,y2 attributes of the linearGradient define the start and end position of the gradient
- linearValue() - Method in class org.zkoss.chart.Color
-
Returns the linear gradient format's color, if any.
- LinePlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for line chart
- LinePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.LinePlotImpl
- LinePlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for line plot
- LinePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.LinePlotOptions
- load(byte[]) - Static method in class org.zkoss.chart.lic.xml.PersistenceService
-
Loads a single object, which may form the root of an entire object graph, from XML content in the UTF-8 encoded byte array
encoded
. - load(File) - Static method in class org.zkoss.chart.lic.xml.PersistenceService
-
Loads a single object, which may form the root of an entire object graph, from XML content in the given file
file
. - load(InputStream) - Static method in class org.zkoss.chart.lic.xml.PersistenceService
-
Loads a single object, which may form the root of an entire object graph, from XML content in the given input stream
xmlIn
. - load(String) - Static method in class org.zkoss.chart.lic.xml.PersistenceService
-
Loads a single object, which may form the root of an entire object graph, from XML content in the string
encoded
. - Loading - Class in org.zkoss.chart
-
The loading options control the appearance of the loading screen that covers the plot area on chart operations.
- Loading() - Constructor for class org.zkoss.chart.Loading
- LOLLIPOP - Static variable in class org.zkoss.chart.Charts
-
Chart type: lollipop
- LollipopPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for lollipop chart
- LollipopPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.LollipopPlotImpl
- LollipopPlotOptions - Class in org.zkoss.chart.plotOptions
-
An options for lollipop plot.
- LollipopPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.LollipopPlotOptions
- LOWER_BOUND - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- LowHighModel - Interface in org.zkoss.chart.model
-
A LowHigh data model for Dumbbell chart.
- LowMarker - Class in org.zkoss.chart
-
Options for the lower markers of the dumbbell-like series.
- LowMarker() - Constructor for class org.zkoss.chart.LowMarker
- LowModel - Interface in org.zkoss.chart.model
-
A low model for Lollipop chart type.
- Lowpass - Class in org.zkoss.chart
-
Mapping options for the lowpass filter.
- Lowpass() - Constructor for class org.zkoss.chart.Lowpass
M
- main(String[]) - Static method in class org.zkoss.chart.lic.util.ObfuscatedString
-
Obfuscates each given argument.
- Mapping - Class in org.zkoss.chart
-
Mapping options for the audio parameters.
- Mapping() - Constructor for class org.zkoss.chart.Mapping
- MapsHelper - Class in org.zkoss.chart.util
- MapsHelper() - Constructor for class org.zkoss.chart.util.MapsHelper
- Marker - Class in org.zkoss.chart
-
The options for the marker
- Marker() - Constructor for class org.zkoss.chart.Marker
- MenuItem - Class in org.zkoss.chart
- MenuItem() - Constructor for class org.zkoss.chart.MenuItem
- merge(Optionable) - Method in class org.zkoss.chart.Optionable
-
Merges the all value from the given object, if the key is the same, the value will be overridden.
- merge(PlotData) - Method in class org.zkoss.chart.PlotData
-
Merges the current plot data with the given one.
N
- Navigation - Class in org.zkoss.chart
-
A collection of options for buttons and menus appearing in the exporting module.
- Navigation() - Constructor for class org.zkoss.chart.Navigation
- NavigationButton - Class in org.zkoss.chart
-
A collection of options for buttons appearing in the exporting module.
- NavigationButton() - Constructor for class org.zkoss.chart.NavigationButton
- NEEDLE_COLOR - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- NEEDLE_RADIUS - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- NEEDLE_TYPE - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- NETWOKRGRAPH - Static variable in class org.zkoss.chart.Charts
-
Chart type: network graph
- NetworkGraphDataLabels - Class in org.zkoss.chart.plotOptions
-
An option of data labels used for networkgraph plot.
- NetworkGraphDataLabels() - Constructor for class org.zkoss.chart.plotOptions.NetworkGraphDataLabels
- NetworkGraphLayoutAlgorithm - Class in org.zkoss.chart.plotOptions
-
A option for layout algorithm.
- NetworkGraphLayoutAlgorithm() - Constructor for class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
- NetworkGraphLink - Class in org.zkoss.chart.plotOptions
-
Link style options.
- NetworkGraphLink() - Constructor for class org.zkoss.chart.plotOptions.NetworkGraphLink
- NetworkGraphPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for networkgraph chart
- NetworkGraphPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.NetworkGraphPlotImpl
- NetworkGraphPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for networkgraph plot.
- NetworkGraphPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.NetworkGraphPlotOptions
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.AreaRangePlotOptions
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.BarPlotOptions
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.NetworkGraphPlotOptions
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Internal method for subclasses to provide specific type of data labels.
- newDataLabels() - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
- newRange(double, double, String, double, double) - Method in class org.zkoss.chart.model.DialModelScale
-
Setup the DailModel range.
- newScale() - Method in class org.zkoss.chart.model.DefaultDialModel
- newScale() - Method in interface org.zkoss.chart.model.DialModel
-
new an instance of scale in this DialModel.
- newScale(double, double, double, double, double, int) - Method in class org.zkoss.chart.model.DefaultDialModel
- newScale(double, double, double, double, double, int) - Method in interface org.zkoss.chart.model.DialModel
-
new an instance of scale in this DialModel.
- NoData - Class in org.zkoss.chart
-
An option for no data message
- NoData() - Constructor for class org.zkoss.chart.NoData
- Node - Class in org.zkoss.chart
-
A collection of options for the individual nodes.
- Node() - Constructor for class org.zkoss.chart.Node
- NONE - Static variable in class org.zkoss.chart.Animation
-
No animation at all
- NONE - Static variable in class org.zkoss.chart.Shadow
-
No shadow at all
- NOT_NULL_VALUE - Static variable in class org.zkoss.chart.Optionable
-
An instance for setAttr to check the default is not a null value.
- NoteDuration - Class in org.zkoss.chart
-
Note duration determines for how long a note plays, in milliseconds.
- NoteDuration() - Constructor for class org.zkoss.chart.NoteDuration
O
- obfuscate(String) - Static method in class org.zkoss.chart.lic.util.ObfuscatedString
-
Returns a string containing obfuscated string generating Java code which you can copy-paste into your source code in order to represent the given string.
- ObfuscatedString - Class in org.zkoss.chart.lic.util
-
A utility class used to replace string literals in Java source code with an obfuscated representation of the string.
- ObfuscatedString(long[]) - Constructor for class org.zkoss.chart.lic.util.ObfuscatedString
-
Constructs an obfuscated string.
- of(Object...) - Static method in class org.zkoss.chart.util.MapsHelper
-
Returns a map containing the given mappings.
- of(T...) - Static method in class org.zkoss.chart.Point
-
Returns a point with an array like data structure.
- ofLow(String, Number) - Static method in class org.zkoss.chart.Point
-
Constructs with name and low value.
- ofLowHigh(String, Number, Number) - Static method in class org.zkoss.chart.Point
-
Constructs with name, low, and high value.
- ofMap(Map<String, T>) - Static method in class org.zkoss.chart.Point
-
Returns a point with a given map data structure.
- ofXYZ(Number, Number, Number) - Static method in class org.zkoss.chart.Point
-
Constructs with three numbers, x, y, and z.
- ON_PLOT_CHECKBOX_CLICK - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when the checkbox next to the series' name in the legend is clicked.
- ON_PLOT_CLICK - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when the series is clicked.
- ON_PLOT_DRILL_DOWN - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when a drilldown point is clicked, before the new series is added.
- ON_PLOT_DRILL_UP - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when drilling up from a drilldown series.
- ON_PLOT_HIDE - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when the series is hidden after chart generation time, by clicking the legend item
- ON_PLOT_LEGEND_ITEM_CLICK - Static variable in class org.zkoss.chart.ChartsEvents
-
Not applicable to pies, as the legend item is per point
- ON_PLOT_MOUSE_OUT - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when the mouse leaves the graph.
- ON_PLOT_MOUSE_OUT_POINT - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when mouse leaves the area close to the point.
- ON_PLOT_MOUSE_OVER - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when the mouse enters the graph.
- ON_PLOT_MOUSE_OVER_POINT - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when mouse enters the area close to the point.
- ON_PLOT_SELECT - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when selecting a point from a series.
- ON_PLOT_SHOW - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when the series is shown after chart generation time, by clicking the legend item
- ON_PLOT_THEME_CHANGE - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when theme is changed
- ON_PLOT_UNSELECT - Static variable in class org.zkoss.chart.ChartsEvents
-
Fires when unselecting a point from a series.
- onChange(ChartsDataEvent) - Method in interface org.zkoss.chart.model.ChartsDataListener
-
Sent when the contents of the list has changed.
- onChange(OptionDataEvent) - Method in class org.zkoss.chart.Axis
- onChange(OptionDataEvent) - Method in class org.zkoss.chart.Optionable
- onChange(OptionDataEvent) - Method in interface org.zkoss.chart.OptionDataListener
-
Sent when the contents of the chart option has changed.
- onChange(OptionDataEvent) - Method in class org.zkoss.chart.PlotData
- onChange(OptionDataEvent) - Method in class org.zkoss.chart.Series
- onChange(OptionDataEvent) - Method in class org.zkoss.chart.YAxis
- OnPoint - Class in org.zkoss.chart
-
Options for the Series on point feature.
- OnPoint() - Constructor for class org.zkoss.chart.OnPoint
- onSyncModel() - Method in class org.zkoss.chart.Charts
- Optionable - Class in org.zkoss.chart
-
A skeletal implementation for Highcharts's optionable data.
- Optionable() - Constructor for class org.zkoss.chart.Optionable
- OptionDataEvent - Class in org.zkoss.chart
-
Defines an event that encapsulates changes to a highcharts's optionable data.
- OptionDataEvent(Optionable, OptionDataEvent.EventType, Object...) - Constructor for class org.zkoss.chart.OptionDataEvent
- OptionDataEvent.EventType - Enum in org.zkoss.chart
-
Defines some states of OptionDataEvent for
Optionable
's attributes - OptionDataListener - Interface in org.zkoss.chart
-
Defines the methods used in listener when the content of
Optionable
is changed. - options - Variable in class org.zkoss.chart.Optionable
- Options - Class in org.zkoss.chart
-
The global options for Highcharts
- Options() - Constructor for class org.zkoss.chart.Options
- Options3D - Class in org.zkoss.chart.options3D
-
A 3D options.
- Options3D() - Constructor for class org.zkoss.chart.options3D.Options3D
- OptionsList<E> - Class in org.zkoss.chart.util
-
An options list helper.
- OptionsList() - Constructor for class org.zkoss.chart.util.OptionsList
-
Constructs an empty list.
- OptionsList(Collection<? extends E>) - Constructor for class org.zkoss.chart.util.OptionsList
-
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
- OptionsMap<K,V> - Class in org.zkoss.chart.util
-
An options map helper.
- OptionsMap() - Constructor for class org.zkoss.chart.util.OptionsMap
- OptionsMap(int) - Constructor for class org.zkoss.chart.util.OptionsMap
-
Constructs an empty insertion-ordered OptionsMap instance with the specified initial capacity and a default load factor (0.75).
- OptionsMap(Object...) - Constructor for class org.zkoss.chart.util.OptionsMap
-
Constructs an empty insertion-ordered OptionsMap instance with the specified pairs that contain keys with values.
- OptionsMap(String, Object) - Constructor for class org.zkoss.chart.util.OptionsMap
-
Constructs an empty insertion-ordered OptionsMap instance with the specified a key with a value.
- org.zkoss.chart - package org.zkoss.chart
- org.zkoss.chart.impl - package org.zkoss.chart.impl
- org.zkoss.chart.lic.util - package org.zkoss.chart.lic.util
- org.zkoss.chart.lic.xml - package org.zkoss.chart.lic.xml
-
Provides XML services like encoding/decoding of persistent objects or signing/verifying secure generic certificates.
- org.zkoss.chart.model - package org.zkoss.chart.model
- org.zkoss.chart.options3D - package org.zkoss.chart.options3D
- org.zkoss.chart.plotOptions - package org.zkoss.chart.plotOptions
- org.zkoss.chart.util - package org.zkoss.chart.util
- org.zkoss.chart.wpd - package org.zkoss.chart.wpd
- ORGANIZATION - Static variable in class org.zkoss.chart.Charts
-
Chart type: organization
- OrganizationDataLabels - Class in org.zkoss.chart.plotOptions
-
An option of data labels used for organization plot.
- OrganizationDataLabels() - Constructor for class org.zkoss.chart.plotOptions.OrganizationDataLabels
- OrganizationPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for organization chart
- OrganizationPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.OrganizationPlotImpl
- OrganizationPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for organization plot.
- OrganizationPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.OrganizationPlotOptions
- OUTER_RADIUS - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- outJSModules(String, String) - Static method in class org.zkoss.chart.wpd.Utils
-
Generates JS module when the given
libraryKey
is enabled inLibrary
.
P
- PACKEDBUBBLE - Static variable in class org.zkoss.chart.Charts
-
Chart type: packed bubble
- PackedBubbleDataLabels - Class in org.zkoss.chart.plotOptions
-
An option of data labels used for Packed bubble plot.
- PackedBubbleDataLabels() - Constructor for class org.zkoss.chart.plotOptions.PackedBubbleDataLabels
- PackedBubbleLayoutAlgorithm - Class in org.zkoss.chart.plotOptions
-
Options for layout algorithm when simulation is enabled.
- PackedBubbleLayoutAlgorithm() - Constructor for class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
- PackedBubbleParentNode - Class in org.zkoss.chart.plotOptions
-
Series options for parent nodes for packedbubble.
- PackedBubbleParentNode() - Constructor for class org.zkoss.chart.plotOptions.PackedBubbleParentNode
- PackedBubbleParentNodeOptions - Class in org.zkoss.chart.plotOptions
-
Layout algorithm options for parent nodes.
- PackedBubbleParentNodeOptions() - Constructor for class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
- PackedBubblePlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for packed bubble plot.
- PackedBubblePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
- Pan - Class in org.zkoss.chart
-
Pan refers to the stereo panning position of the sound.
- Pan() - Constructor for class org.zkoss.chart.Pan
- Pane - Class in org.zkoss.chart
-
Applies only to polar charts and angular gauges.
- Pane() - Constructor for class org.zkoss.chart.Pane
- PaneBackground - Class in org.zkoss.chart
-
A option of background for Pane.
- PaneBackground() - Constructor for class org.zkoss.chart.PaneBackground
- Panel3D - Class in org.zkoss.chart.options3D
-
A panel of the 3Dframe around 3D charts
- Panel3D() - Constructor for class org.zkoss.chart.options3D.Panel3D
- ParallelAxes - Class in org.zkoss.chart
-
Common options for all yAxes rendered in a parallel coordinates plot.
- ParallelAxes() - Constructor for class org.zkoss.chart.ParallelAxes
- PARETO - Static variable in class org.zkoss.chart.Charts
-
Chart type: pareto
- ParetoPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for pareto plot
- ParetoPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.ParetoPlotOptions
- parse(Map<String, String>, String, char, char, char) - Static method in class org.zkoss.chart.util.MapsHelper
- Path - Class in org.zkoss.chart
-
The paths include options describing the point image.
- Path() - Constructor for class org.zkoss.chart.Path
- PDFFont - Class in org.zkoss.chart
-
Settings for a custom font for the exported PDF.
- PDFFont() - Constructor for class org.zkoss.chart.PDFFont
- PersistenceService - Class in org.zkoss.chart.lic.xml
-
Provides a collection of static methods to support comfortable loading and storing of objects as XML data.
- PersistenceService() - Constructor for class org.zkoss.chart.lic.xml.PersistenceService
-
You cannot instantiate this class.
- PersistenceServiceException - Exception in org.zkoss.chart.lic.xml
-
An instance of this class is thrown when storing or loading a persistent object graph to or from an XML file has failed.
- PersistenceServiceException(Throwable) - Constructor for exception org.zkoss.chart.lic.xml.PersistenceServiceException
-
Constructs an instance of
PersistenceServiceException
with the specifiedcause
. - PictorialPlotOptions - Class in org.zkoss.chart.plotOptions
-
An options for pictorial plot.
- PictorialPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.PictorialPlotOptions
- PIE - Static variable in class org.zkoss.chart.Charts
-
Chart type: pie
- PieDataLabels - Class in org.zkoss.chart.plotOptions
-
An option of data labels used for Pie and Funnel
- PieDataLabels() - Constructor for class org.zkoss.chart.plotOptions.PieDataLabels
- PieModel - Interface in org.zkoss.chart.model
-
A Pie chart data model.
- PiePlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for pie chart
- PiePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.PiePlotImpl
- PiePlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for pie plot
- PiePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.PiePlotOptions
- Pitch - Class in org.zkoss.chart
-
Musical pitch refers to how high or low notes are played.
- Pitch() - Constructor for class org.zkoss.chart.Pitch
- PlayDelay - Class in org.zkoss.chart
-
Milliseconds to wait before playing, comes in addition to the time determined by the time mapping.
- PlayDelay() - Constructor for class org.zkoss.chart.PlayDelay
- PlotAttribute - Interface in org.zkoss.chart
-
An interface for plot attributes.
- PlotBand - Class in org.zkoss.chart
-
A colored band stretching across the plot area marking an interval on the axis.
- PlotBand() - Constructor for class org.zkoss.chart.PlotBand
-
Default constructor
- PlotBand(Number, Number, String) - Constructor for class org.zkoss.chart.PlotBand
-
Constructs with the values, from, to, and color.
- PlotData - Class in org.zkoss.chart
-
A plot data used for PlotEngine to generate the result as JSON string.
- PlotData(Charts) - Constructor for class org.zkoss.chart.PlotData
- PlotEngine - Interface in org.zkoss.chart
-
A plot engine interface for chart model with Highcharts component
- PlotEngineImpl - Class in org.zkoss.chart.impl
-
A skeleton implementation of chart model.
- PlotEngineImpl(PlotData) - Constructor for class org.zkoss.chart.impl.PlotEngineImpl
- PlotLabel - Class in org.zkoss.chart
-
Text labels for the plot bands and plot lines
- PlotLabel() - Constructor for class org.zkoss.chart.PlotLabel
- PlotLine - Class in org.zkoss.chart
-
A plot line stretching across the plot area, marking a specific value on one of the axes.
- PlotLine() - Constructor for class org.zkoss.chart.PlotLine
- PlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for all plots
- PlotOptions() - Constructor for class org.zkoss.chart.plotOptions.PlotOptions
- PlotShadow - Class in org.zkoss.chart
-
Whether to apply a drop shadow to the plot area.
- PlotShadow() - Constructor for class org.zkoss.chart.PlotShadow
- Point - Class in org.zkoss.chart
-
The Point object can be accessed in a number of ways.
- Point() - Constructor for class org.zkoss.chart.Annotation.Point
-
Default constructor.
- Point() - Constructor for class org.zkoss.chart.Point
-
Default constructor
- Point(Number) - Constructor for class org.zkoss.chart.Point
-
Constructs with a number
- Point(Number, Number) - Constructor for class org.zkoss.chart.Annotation.Point
-
Constructs with x and y position.
- Point(Number, Number) - Constructor for class org.zkoss.chart.Point
-
Constructs with a pair number (x, y)
- Point(Number, Number, Number) - Constructor for class org.zkoss.chart.Point
-
Constructs with three numbers, x, low, and high.
- Point(Number, Number, Number, Number) - Constructor for class org.zkoss.chart.Annotation.Point
-
Constructs with x and y position and indexes of xAxis and yAxis.
- Point(String) - Constructor for class org.zkoss.chart.Annotation.Point
-
Constructs with a point id.
- Point(String, Number) - Constructor for class org.zkoss.chart.Point
-
Constructs with a name and number
- Point(String, Number, Number) - Constructor for class org.zkoss.chart.Point
-
Constructs with a name, Y number, and X index
- Point(String, Number, String) - Constructor for class org.zkoss.chart.Point
-
Constructs with a name, number, and the id of the drilldown data
- Point(String, String) - Constructor for class org.zkoss.chart.Point
-
Constructs with from and to.
- Point(String, String, Number) - Constructor for class org.zkoss.chart.Point
-
Constructs with from, to and weight.
- Point(String, String, String) - Constructor for class org.zkoss.chart.Point
-
Constructs with id, parent and name.
- Point.ArrayPoint<T> - Class in org.zkoss.chart
-
Represents an array like point without any key.
- PointAccessibility - Class in org.zkoss.chart
-
Accessibility options for a point.
- PointAccessibility() - Constructor for class org.zkoss.chart.PointAccessibility
- PointGrouping - Class in org.zkoss.chart
-
Options for grouping data points together when sonifying.
- PointGrouping() - Constructor for class org.zkoss.chart.PointGrouping
- POLAR - Static variable in class org.zkoss.chart.Charts
-
Deprecated.since 3.0.2. Use
Chart.setPolar(boolean)
instead. - PolarPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for polar chart
- PolarPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.PolarPlotImpl
- POLYGON - Static variable in class org.zkoss.chart.Charts
-
Chart type: polygon
- PolygonPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for polygon chart
- PolygonPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.PolygonPlotImpl
- PolygonPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for polygon plot
- PolygonPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.PolygonPlotOptions
- Position - Class in org.zkoss.chart
-
A position option to specify the position for buttons or labels.
- Position() - Constructor for class org.zkoss.chart.Position
- Position(Number, Number) - Constructor for class org.zkoss.chart.Position
- Position(Number, Number, String, String) - Constructor for class org.zkoss.chart.Position
- print() - Method in class org.zkoss.chart.Charts
-
Clears away other elements in the page and prints the chart as it is displayed.
- PYRAMID - Static variable in class org.zkoss.chart.Charts
-
Chart type: pyramid
- PYRAMID3D - Static variable in class org.zkoss.chart.Charts
-
Chart type: pyramid3d
- Pyramid3DPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for pyramid 3D plot
- Pyramid3DPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
- PyramidPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for pyramid chart
- PyramidPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.PyramidPlotImpl
- PyramidPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for pyramid plot
- PyramidPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.PyramidPlotOptions
R
- RadialGradient - Class in org.zkoss.chart
-
A radial gradient is a smooth transition from one color to another.
- RadialGradient(double, double, double) - Constructor for class org.zkoss.chart.RadialGradient
-
The cx, cy and r attributes define the outermost circle
- radialValue() - Method in class org.zkoss.chart.Color
-
Returns the radial gradient format's color, if any.
- Range() - Constructor for class org.zkoss.chart.BubbleLegend.Range
-
Default constructor.
- Range(Number) - Constructor for class org.zkoss.chart.BubbleLegend.Range
-
Constructs with value.
- RANGE - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- RANGE_COLOR - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- RangeDataLabels - Class in org.zkoss.chart.plotOptions
-
An option of data labels for range
- RangeDataLabels() - Constructor for class org.zkoss.chart.plotOptions.RangeDataLabels
- rangeSize() - Method in class org.zkoss.chart.model.DialModelScale
-
Returns the number of ranges associated with this scale.
- Rate - Class in org.zkoss.chart
-
Rate mapping for speech tracks.
- Rate() - Constructor for class org.zkoss.chart.Rate
- REGISTER - org.zkoss.chart.OptionDataEvent.EventType
-
Represents the event is in a register event state.
- remove() - Method in class org.zkoss.chart.Axis
-
Removes the axis.
- remove() - Method in class org.zkoss.chart.Point
-
Removes the point from the series
- remove() - Method in class org.zkoss.chart.Series
- removeChartsDataListener(ChartsDataListener) - Method in class org.zkoss.chart.model.AbstractChartsModel
- removeChartsDataListener(ChartsDataListener) - Method in interface org.zkoss.chart.model.ChartsModel
-
Removes a listener from the chart that's notified each time a change to the data model occurs.
- REMOVED - org.zkoss.chart.OptionDataEvent.EventType
-
Represents the event is in a removed state.
- REMOVED - Static variable in interface org.zkoss.chart.model.ChartsDataEvent
-
Identifies the removal of one or more contiguous items from the list.
- removeEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.chart.ClientEventHandler
-
Removes an event listener.
- removeEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.chart.PlotBand
-
Removes an event listener.
- removeEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.chart.PlotLine
-
Removes an event listener.
- removeExtraAttr(String) - Method in class org.zkoss.chart.Optionable
-
Removes the extra attribute to client side from the given key, if any.
- removeKey(PlotAttribute, boolean) - Method in class org.zkoss.chart.Optionable
-
Removes the mapping for a key from this options if it is present.
- removeOptionDataListener(OptionDataListener) - Method in class org.zkoss.chart.Optionable
-
Removes the option data listener
- removePlotBand(String) - Method in class org.zkoss.chart.Axis
-
Removes a plot band with given id after render time.
- removePlotBand(PlotBand) - Method in class org.zkoss.chart.Axis
-
Removes a plot band after render time.
- removePlotLine(String) - Method in class org.zkoss.chart.Axis
-
Removes a plot line with given id after render time.
- removePlotLine(PlotLine) - Method in class org.zkoss.chart.Axis
-
Removes a plot line after render time.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
-
Removes a PropertyChangeListener from the listener list.
- removeRange(DialModelRange) - Method in class org.zkoss.chart.model.DialModelScale
-
Removes the specified range from this scale.
- removeScale(DialModelScale) - Method in class org.zkoss.chart.model.DefaultDialModel
- removeScale(DialModelScale) - Method in interface org.zkoss.chart.model.DialModel
-
Remove the specified DialModelScale from this DialModel.
- removeSeries(Comparable<?>) - Method in interface org.zkoss.chart.model.BoxPlotModel
-
Remove data of a specified series.
- removeSeries(Comparable<?>) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
- removeSeries(Comparable<?>) - Method in class org.zkoss.chart.model.DefaultFromToModel
- removeSeries(Comparable<?>) - Method in class org.zkoss.chart.model.DefaultXYModel
- removeSeries(Comparable<?>) - Method in interface org.zkoss.chart.model.FromToModel
-
/** Remove data of a specified series.
- removeSeries(Comparable<?>) - Method in interface org.zkoss.chart.model.XYModel
-
/** Remove data of a specified series.
- removeValue(Comparable<?>) - Method in class org.zkoss.chart.model.DefaultSingleValueCategoryModel
- removeValue(Comparable<?>) - Method in interface org.zkoss.chart.model.SingleValueCategoryModel
-
remove the value of the specified category.
- removeValue(Comparable<?>, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
-
Remove a (x, low, q1, median, q3, high) value from the specified series at the given index.
- removeValue(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
- removeValue(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultFromToModel
- removeValue(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultFromToWeightModel
- removeValue(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultXYModel
- removeValue(Comparable<?>, int) - Method in class org.zkoss.chart.model.DefaultXYZModel
- removeValue(Comparable<?>, int) - Method in interface org.zkoss.chart.model.FromToModel
-
Remove (from, to) value of a specified series and data index.
- removeValue(Comparable<?>, int) - Method in interface org.zkoss.chart.model.XYModel
-
Remove (x,Y) value of a specified series and data index.
- removeValue(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.chart.model.CategoryModel
-
remove the value of the specified series and category.
- removeValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.chart.model.DefaultCategoryModel
- removeVetoableChangeListener(VetoableChangeListener) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
-
Removes a VetoableChangeListener from the listener list.
- renderProperties(ContentRenderer) - Method in class org.zkoss.chart.Charts
- ResetZoomButton - Class in org.zkoss.chart
-
The button that appears after a selection zoom, allowing the user to reset zoom.
- ResetZoomButton() - Constructor for class org.zkoss.chart.ResetZoomButton
- Resonance - Class in org.zkoss.chart
-
Map to filter resonance in dB.
- Resonance() - Constructor for class org.zkoss.chart.Resonance
- ResponseDataHandler - Class in org.zkoss.chart.util
-
A response data handler for
Charts
's smart update changes. - ResponseDataHandler() - Constructor for class org.zkoss.chart.util.ResponseDataHandler
- Responsive - Class in org.zkoss.chart
-
Allows setting a set of rules to apply for different screen or chart sizes.
- Responsive() - Constructor for class org.zkoss.chart.Responsive
- Responsive.Condition - Class in org.zkoss.chart
-
Under which conditions the rule applies.
- Responsive.Rule - Class in org.zkoss.chart
-
A rule for responsive settings.
- reverse() - Method in class org.zkoss.chart.util.JSFunction
-
Sets the Javascript calls in a reverse ordering.
- Rule() - Constructor for class org.zkoss.chart.Responsive.Rule
S
- SAND_SIGNIKA - org.zkoss.chart.Theme.ThemeImpl
- SAND_SIGNIKA - Static variable in interface org.zkoss.chart.Theme
-
The Sand Signika theme provided by Highcharts JS
- SANKEY - Static variable in class org.zkoss.chart.Charts
-
Chart type: sankey
- SankeyDataLabels - Class in org.zkoss.chart.plotOptions
-
An option of data labels used for sankey plot.
- SankeyDataLabels() - Constructor for class org.zkoss.chart.plotOptions.SankeyDataLabels
- SankeyPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for sankey chart
- SankeyPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.SankeyPlotImpl
- SankeyPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for sankey plot
- SankeyPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.SankeyPlotOptions
- SCALE - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- SCALE_FONT - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- SCALE_TEXT - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- SCALE_VALUE - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- SCATTER - Static variable in class org.zkoss.chart.Charts
-
Chart type: scatter
- SCATTER3D - Static variable in class org.zkoss.chart.Charts
-
Chart type: scatter3d
- Scatter3DPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for scatter 3D chart
- Scatter3DPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.Scatter3DPlotImpl
- Scatter3DPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for scatter 3D plot
- Scatter3DPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.Scatter3DPlotOptions
- ScatterPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for scatter chart
- ScatterPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.ScatterPlotImpl
- ScatterPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for scatter plot
- ScatterPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.ScatterPlotOptions
- ScreenReaderSection - Class in org.zkoss.chart
-
Accessibility options for the screen reader information sections added before and after the chart.
- ScreenReaderSection() - Constructor for class org.zkoss.chart.ScreenReaderSection
- ScrollablePlotArea - Class in org.zkoss.chart
-
Options for a scrollable plot area.
- ScrollablePlotArea() - Constructor for class org.zkoss.chart.ScrollablePlotArea
- select() - Method in class org.zkoss.chart.Point
-
Toggle select or unselect the point.
- select() - Method in class org.zkoss.chart.Series
- select(boolean, boolean) - Method in class org.zkoss.chart.Point
-
Select or unselect the point.
- SELECTED - org.zkoss.chart.OptionDataEvent.EventType
-
Represents the event is in a selected state.
- selectPoint(Point, boolean) - Method in class org.zkoss.chart.Charts
- Separator - Class in org.zkoss.chart
-
Options object for Breadcrumbs separator.
- Separator() - Constructor for class org.zkoss.chart.Separator
- Series - Class in org.zkoss.chart
-
The Series object is the JavaScript representation of each line, area series, pie etc.
- Series() - Constructor for class org.zkoss.chart.Series
- Series(String, List<Point>) - Constructor for class org.zkoss.chart.Series
-
Constructs the series with id and a list of point data.
- Series(String, Point...) - Constructor for class org.zkoss.chart.Series
-
Constructs the series with id and point data.
- SERIES - Static variable in class org.zkoss.chart.Charts
-
Chart type: series
- SeriesAccessibility - Class in org.zkoss.chart
-
Accessibility options for a series.
- SeriesAccessibility() - Constructor for class org.zkoss.chart.SeriesAccessibility
- SeriesKeyboardNavigation - Class in org.zkoss.chart
-
Options for keyboard navigation for the series.
- SeriesKeyboardNavigation() - Constructor for class org.zkoss.chart.SeriesKeyboardNavigation
- SeriesLabel - Class in org.zkoss.chart.plotOptions
-
Series labels are placed as close to the series as possible in a natural way, seeking to avoid other series.
- SeriesLabel() - Constructor for class org.zkoss.chart.plotOptions.SeriesLabel
- SeriesNavigation - Class in org.zkoss.chart
-
An options for the keyboard navigation of data points and series.
- SeriesNavigation() - Constructor for class org.zkoss.chart.SeriesNavigation
- SeriesPlotOptions - Class in org.zkoss.chart.plotOptions
-
The plotOptions is a wrapper object for config series.
- SeriesPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.SeriesPlotOptions
- SeriesSonification - Class in org.zkoss.chart
-
Sonification/audio chart options for a series.
- SeriesSonification() - Constructor for class org.zkoss.chart.SeriesSonification
- service(AuRequest, boolean) - Method in class org.zkoss.chart.Charts
- setAccessibility(Accessibility) - Method in class org.zkoss.chart.Charts
-
Sets options for configuring accessibility for the chart.
- setAccessibility(Accessibility) - Method in interface org.zkoss.chart.ChartsApi
-
Sets options for configuring accessibility for the chart.
- setAccessibility(Accessibility) - Method in class org.zkoss.chart.ChartsEngine
- setAccessibility(Accessibility) - Method in class org.zkoss.chart.PlotData
-
Sets options for configuring accessibility for the chart.
- setAccessibility(AnnotationLabelAccessibility) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets an accessibility options for annotation label.
- setAccessibility(AxisAccessibility) - Method in class org.zkoss.chart.Axis
-
Sets an accessibility options for an axis.
- setAccessibility(AxisAccessibility) - Method in class org.zkoss.chart.ColorAxis
-
Sets an accessibility options for an axis.
- setAccessibility(ExportingAccessibility) - Method in class org.zkoss.chart.Exporting
-
Accessibility options for the exporting menu.
- setAccessibility(LangAccessibility) - Method in class org.zkoss.chart.Lang
-
Sets the configure the accessibility strings in the chart.
- setAccessibility(LegendAccessibility) - Method in class org.zkoss.chart.Legend
-
Accessibility options for the legend, or create a new one.
- setAccessibility(PointAccessibility) - Method in class org.zkoss.chart.Point
-
Sets an accessibility options for a data point.
- setAccessibility(SeriesAccessibility) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets accessibility options for a series.
- setAccessibility(SeriesAccessibility) - Method in class org.zkoss.chart.Series
-
Sets accessibility options for a series.
- setActiveAxisLabelStyle(String) - Method in class org.zkoss.chart.Drilldown
-
Sets additional styles to apply to the X axis label for a point that has drilldown data.
- setActiveAxisLabelStyle(Map<K, V>) - Method in class org.zkoss.chart.Drilldown
-
Sets additional styles to apply to the X axis label for a point that has drilldown data.
- setActiveColor(String) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the color for the active up or down arrow in the legend page navigation.
- setActiveColor(Color) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the color for the active up or down arrow in the legend page navigation.
- setActiveColor(LinearGradient) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the color for the active up or down arrow in the legend page navigation.
- setActiveColor(RadialGradient) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the color for the active up or down arrow in the legend page navigation.
- setActiveDataLabelStyle(String) - Method in class org.zkoss.chart.Drilldown
-
Sets additional styles to apply to the data label of a point that has drilldown data.
- setActiveDataLabelStyle(Map<K, V>) - Method in class org.zkoss.chart.Drilldown
-
Sets additional styles to apply to the data label of a point that has drilldown data.
- setActiveWhen(ActiveWhen) - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Sets the ActiveWhen object.
- setActiveWhen(ActiveWhen) - Method in class org.zkoss.chart.GlobalTrack
-
Sets the ActiveWhen object.
- setActiveWhen(JavaScriptValue) - Method in class org.zkoss.chart.GlobalTrack
-
Sets the JavaScriptValue of active when.
- setAfterChartFormat(String) - Method in class org.zkoss.chart.ScreenReaderSection
-
Sets the format for the screen reader information region after the chart.
- setAfterChartFormatter(JavaScriptValue) - Method in class org.zkoss.chart.ScreenReaderSection
-
Sets a formatter function to create the HTML contents of the hidden screen reader information region after the chart.
- setAfterRegionLabel(String) - Method in class org.zkoss.chart.LangScreenReaderSection
- setAfterSeriesWait(Number) - Method in class org.zkoss.chart.Sonification
-
Sets the time to wait in milliseconds after each data series when playing the series one after the other.
- setAlgorithm(String) - Method in class org.zkoss.chart.PointGrouping
-
Sets The grouping algorithm, deciding which points to keep when grouping a set of points together.
- setAlign(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the alignment of the annotation's label.
- setAlign(String) - Method in class org.zkoss.chart.AxisLabels
-
Sets what part of the string the given position is anchored to.
- setAlign(String) - Method in class org.zkoss.chart.AxisTitle
-
Sets alignment of the title relative to the axis values.
- setAlign(String) - Method in class org.zkoss.chart.BubbleLegend.Labels
-
Sets the alignment of the labels compared to the bubble legend.
- setAlign(String) - Method in class org.zkoss.chart.Caption
-
Sets the horizontal alignment of the caption.
- setAlign(String) - Method in class org.zkoss.chart.ExportingButton
-
Sets alignment for the buttons.
- setAlign(String) - Method in class org.zkoss.chart.Legend
-
Sets the horizontal alignment of the legend box within the chart area.
- setAlign(String) - Method in class org.zkoss.chart.NavigationButton
-
Sets alignment for the buttons.
- setAlign(String) - Method in class org.zkoss.chart.PlotLabel
-
Sets horizontal alignment of the label.
- setAlign(String) - Method in class org.zkoss.chart.plotOptions.BarDataLabels
-
Sets the alignment of the data label compared to the point.
- setAlign(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the alignment of the data label compared to the point.
- setAlign(String) - Method in class org.zkoss.chart.Position
-
Sets the alignment of the position
- setAlign(String) - Method in class org.zkoss.chart.StackLabels
-
Sets the horizontal alignment of the stack total label.
- setAlign(String) - Method in class org.zkoss.chart.Subtitle
-
Sets the horizontal alignment of the subtitle.
- setAlign(String) - Method in class org.zkoss.chart.Title
-
Sets the horizontal alignment of the title.
- setAlignColumns(boolean) - Method in class org.zkoss.chart.Legend
-
Sets if the layout is horizontal and the legend items span over two lines or more, whether to align the items into vertical columns.
- setAlignTicks(boolean) - 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. - setAlignTicks(boolean) - Method in class org.zkoss.chart.Chart
-
Sets 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.
- setAlignTicks(boolean) - Method in class org.zkoss.chart.Charts
-
Sets 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.
- setAlignTicks(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets 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.
- setAlignTicks(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setAllowDecimals(boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether to allow decimals in this axis' ticks.
- setAllowDrillToNode(boolean) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Deprecated.since 7.2.1.0.
- setAllowHTML(boolean) - Method in class org.zkoss.chart.Exporting
-
Sets whether allows HTML inside the chart (added through the
useHTML
options), directly in the exported image. - setAllowNegativeLog(boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether to allow zero or subzero values on a logarithmic axis.
- setAllowOverlap(Boolean) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets whether to allow the annotation's labels to overlap.
- setAllowOverlap(Boolean) - Method in class org.zkoss.chart.BubbleLegend.Labels
-
Sets whether to allow data labels to overlap.
- setAllowOverlap(Boolean) - Method in class org.zkoss.chart.Cluster
-
Sets to false prevent cluster overlapping - this option works only when
layoutAlgorithm.type
= "grid". - setAllowOverlap(Boolean) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Whether to allow data labels to overlap.
- setAllowPointSelect(boolean) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNode
-
Allow this series' parent nodes to be selected by clicking on the graph.
- setAllowPointSelect(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets to allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to allow this series' points to be selected by clicking on the graphic.
- setAllowTraversingTree(boolean) - 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.
- setAllowTraversingTree(boolean) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
- setAllowTraversingTree(boolean) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
- setAllowTraversingTree(boolean) - 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.
- setAlpha(Number) - Method in class org.zkoss.chart.options3D.Options3D
-
Sets the value of alpha
- setAlternate(boolean) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets whether to position data labels alternately.
- setAlternateGridColor(String) - Method in class org.zkoss.chart.Axis
-
Sets when using an alternate grid color, a band is painted across the plot area between every other grid line.
- setAlternateGridColor(Color) - Method in class org.zkoss.chart.Axis
-
Sets when using an alternate grid color, a band is painted across the plot area between every other grid line.
- setAlternateGridColor(LinearGradient) - Method in class org.zkoss.chart.Axis
-
Sets when using an alternate grid color, a band is painted across the plot area between every other grid line.
- setAlternateGridColor(RadialGradient) - Method in class org.zkoss.chart.Axis
-
Sets when using an alternate grid color, a band is painted across the plot area between every other grid line.
- setAlternateStartingDirection(boolean) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
- setAlternateStartingDirection(boolean) - Method in class org.zkoss.chart.Series
-
Enabling this option will make the treemap alternate the drawing direction between vertical and horizontal.
- setAmount(Number) - Method in class org.zkoss.chart.plotOptions.XRangePartialFill
-
Sets the amount of the X-range point to be filled.
- setAngle(Number) - Method in class org.zkoss.chart.Axis
-
Sets the angle of the Y axis in degrees.
- setAnimation(boolean) - Method in class org.zkoss.chart.Chart
-
Animation can be disabled throughout the chart by setting it to false here.
- setAnimation(boolean) - Method in class org.zkoss.chart.Charts
-
Animation can be disabled throughout the chart by setting it to false here.
- setAnimation(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Animation can be disabled throughout the chart by setting it to false here.
- setAnimation(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setAnimation(boolean) - Method in class org.zkoss.chart.Cluster
-
Sets whether to enable or disable for the cluster marker animation.
- setAnimation(boolean) - Method in class org.zkoss.chart.Drilldown
-
Sets the animation for all drilldown animations.
- setAnimation(boolean) - Method in class org.zkoss.chart.LegendNavigation
-
Sets whether to animate the pages when navigating up or down.
- setAnimation(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets whether to enable or disable the initial animation when a series is displayed.
- setAnimation(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to enable or disable the initial animation when a series is displayed.
- setAnimation(boolean) - Method in class org.zkoss.chart.State
-
Sets whether to enable or disable the initial animation of this state.
- setAnimation(boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets whether to enable or disable animation of the tooltip.
- setAnimation(Animation) - Method in class org.zkoss.chart.Chart
-
Animation can be disabled throughout the chart by setting it to false by the method of
Chart.setAnimation(boolean)
. - setAnimation(Animation) - Method in class org.zkoss.chart.Cluster
-
Sets whether to enable or disable for the cluster marker animation.
- setAnimation(Animation) - Method in class org.zkoss.chart.Drilldown
-
Sets the animation for all drilldown animations.
- setAnimation(Animation) - Method in class org.zkoss.chart.LegendNavigation
-
Sets whether to animate the pages when navigating up or down.
- setAnimation(Animation) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets whether to enable or disable the initial animation when a series is displayed.
- setAnimation(Animation) - Method in class org.zkoss.chart.Series
-
Sets the initial animation when a series is displayed.
- setAnimation(Animation) - Method in class org.zkoss.chart.State
-
Sets the initial animation of this state.
- setAnimation(Animation) - Method in class org.zkoss.chart.Tooltip
-
Sets whether to enable or disable for the animation of the tooltip.
- setAnimationLimit(Number) - 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.
- setAnimationLimit(Number) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
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.
- setAnimationLimit(Number) - 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.
- setAnnotations(LangScreenReaderSectionAnnotations) - Method in class org.zkoss.chart.LangScreenReaderSection
-
Sets language options for annotation descriptions.
- setAnnotationsOptions(Annotation) - Method in class org.zkoss.chart.Navigation
-
Additional options to be merged into all annotations.
- setAnnouncementFormatter(JavaScriptValue) - Method in class org.zkoss.chart.AnnounceNewData
-
Sets the optional formatter callback for the announcement.
- setAnnounceNewData(AnnounceNewData) - Method in class org.zkoss.chart.Accessibility
-
Sets an options for announcing new data to screen reader user.
- setAnnounceNewData(LangAnnounceNewData) - Method in class org.zkoss.chart.LangAccessibility
-
Sets default announcement for new data in charts.
- setApproximation(String) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the approximation used to calculate repulsive forces affecting nodes.
- setApproximation(String) - Method in class org.zkoss.chart.plotOptions.WindBarbDataGrouping
-
Sets approximation function for the data grouping.
- setApproximation(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.WindBarbDataGrouping
-
Sets approximation function for the data grouping.
- setArearange(String) - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
- setAreasplinerange(String) - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
- setArrowSize(Number) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the pixel size of the up and down arrows in the legend paging navigation.
- setAttr(String, Object, T) - Method in class org.zkoss.chart.Optionable
- setAttr(PlotAttribute, Object) - Method in class org.zkoss.chart.Optionable
-
Sets the value of the attribute name.
- setAttr(PlotAttribute, Object, T) - Method in class org.zkoss.chart.Optionable
-
Sets the value of the attribute name with the given default value, which is used for comparing the null value case when the default value is not null.
- setAttr(PlotAttribute, Color, T) - Method in class org.zkoss.chart.Optionable
-
Sets the color value of the attribute name with the given default value, which is used for comparing the null value case when the default value is not null.
- setAttractiveForce(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the attraction force applied on a node which is connected to another node by a link.
- setAttribute(Map<K, V>) - Method in class org.zkoss.chart.NoData
-
Sets a collection of attributes for the no-data label.
- setAttributes(String) - Method in class org.zkoss.chart.plotOptions.DataLabelsTextPath
-
Sets the presentation attributes for the text path.
- setAttributes(Map<String, V>) - Method in class org.zkoss.chart.plotOptions.DataLabelsTextPath
-
Sets the presentation attributes for the text path.
- setAutoRotation(Number...) - Method in class org.zkoss.chart.AxisLabels
-
Set one or many rotation degrees for horizontal axis labels.
- setAutoRotation(List<Number>) - Method in class org.zkoss.chart.AxisLabels
-
Set the list of rotation degrees for horizontal axis labels.
- setAutoRotationLimit(Number) - Method in class org.zkoss.chart.AxisLabels
-
Set the width limit (in pixels) where auto rotation should stop being applied.
- setAutoSort(boolean) - Method in class org.zkoss.chart.model.DefaultFromToModel
-
Deprecated.
- setAutoSort(boolean) - Method in class org.zkoss.chart.model.DefaultXYModel
- setAutoSort(boolean) - Method in interface org.zkoss.chart.model.FromToModel
-
Deprecated.since 7.2.2.0. Added by mistake
- setAutoSort(boolean) - Method in interface org.zkoss.chart.model.XYModel
-
Set model to autosort on x value for each series.
- setAxis(LangAxis) - Method in class org.zkoss.chart.LangAccessibility
-
Sets axis description format strings.
- setAxisLabelPosition(String) - Method in class org.zkoss.chart.options3D.Options3D
-
Set it to "auto" to automatically move the labels to the best edge.
- setAxisLayoutRuns(int) - Method in class org.zkoss.chart.Chart
-
When a chart with an x and a y-axis is rendered, we first pre-render the labels of both in order to measure them.
- setAxisRangeDateFormat(String) - Method in class org.zkoss.chart.ScreenReaderSection
-
Sets the date format to use to describe range of datetime axes.
- setBack(BackPanel) - Method in class org.zkoss.chart.options3D.Frame3D
-
Sets the options for the back panel of a
Frame3D
- setBackground(List<PaneBackground>) - Method in class org.zkoss.chart.Pane
-
Sets a list of objects, for backgrounds.
- setBackgroundColor(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the background color or gradient for the annotation's label.
- setBackgroundColor(String) - Method in class org.zkoss.chart.Chart
-
Sets the background color or gradient for the outer chart area.
- setBackgroundColor(String) - Method in class org.zkoss.chart.Charts
-
Sets the background color for the outer chart area.
- setBackgroundColor(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background color for the outer chart area.
- setBackgroundColor(String) - Method in class org.zkoss.chart.ChartsEngine
- setBackgroundColor(String) - Method in class org.zkoss.chart.Legend
-
Sets the background color of the legend, filling the rounded corner border.
- setBackgroundColor(String) - Method in class org.zkoss.chart.PaneBackground
-
Sets the background color
- setBackgroundColor(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the background color for the data label.
- setBackgroundColor(String) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the background or fill color of the gauge's dial.
- setBackgroundColor(String) - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Sets the background color or fill of the pivot.
- setBackgroundColor(String) - Method in class org.zkoss.chart.Tooltip
-
Sets the background color or gradient for the tooltip.
- setBackgroundColor(Color) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the background color or gradient for the annotation's label.
- setBackgroundColor(Color) - Method in class org.zkoss.chart.Chart
-
Sets the background color or gradient for the outer chart area.
- setBackgroundColor(Color) - Method in class org.zkoss.chart.Charts
-
Sets the background gradient for the outer chart area.
- setBackgroundColor(Color) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background gradient for the outer chart area.
- setBackgroundColor(Color) - Method in class org.zkoss.chart.ChartsEngine
- setBackgroundColor(Color) - Method in class org.zkoss.chart.Legend
-
Sets the background color of the legend, filling the rounded corner border.
- setBackgroundColor(Color) - Method in class org.zkoss.chart.PaneBackground
-
Sets the background color
- setBackgroundColor(Color) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the background color for the data label.
- setBackgroundColor(Color) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the background or fill color of the gauge's dial.
- setBackgroundColor(Color) - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Sets the background color or fill of the pivot.
- setBackgroundColor(Color) - Method in class org.zkoss.chart.Tooltip
-
Sets the background color or gradient for the tooltip.
- setBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the background color or gradient for the annotation's label.
- setBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.Chart
-
Sets the background color or gradient for the outer chart area.
- setBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.Charts
-
Sets the background gradient for the outer chart area.
- setBackgroundColor(LinearGradient) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background gradient for the outer chart area.
- setBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.ChartsEngine
- setBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.Legend
-
Sets the background color of the legend, filling the rounded corner border.
- setBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.PaneBackground
-
Sets the background color
- setBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the background color for the data label.
- setBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the background or fill color of the gauge's dial.
- setBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Sets the background color or fill of the pivot.
- setBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.Tooltip
-
Sets the background color or gradient for the tooltip.
- setBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the background color or gradient for the annotation's label.
- setBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.Chart
-
Sets the background color or gradient for the outer chart area.
- setBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.Charts
-
Sets the background gradient for the outer chart area.
- setBackgroundColor(RadialGradient) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background gradient for the outer chart area.
- setBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.ChartsEngine
- setBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.Legend
-
Sets the background color of the legend, filling the rounded corner border.
- setBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.PaneBackground
-
Sets the background color
- setBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the background color for the data label.
- setBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the background or fill color of the gauge's dial.
- setBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Sets the background color or fill of the pivot.
- setBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.Tooltip
-
Sets the background color or gradient for the tooltip.
- setBar(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setBarCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setBarMultiple(String) - Method in class org.zkoss.chart.LangChartTypes
- setBarSingle(String) - Method in class org.zkoss.chart.LangChartTypes
- setBaseLength(String) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the length of the dial's base part, relative to the total radius or length of the dial.
- setBaseSeries(int) - Method in class org.zkoss.chart.Series
-
Sets an integer identifying the index to use for the base series.
- setBaseSeries(String) - Method in class org.zkoss.chart.Series
-
Sets a string representing the id of the series to use for the base series.
- setBaseWidth(Number) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the pixel width of the base of the gauge dial.
- setBeforeChartFormat(String) - Method in class org.zkoss.chart.ScreenReaderSection
-
Sets the format for the screen reader information region before the chart.
- setBeforeChartFormatter(JavaScriptValue) - 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.
- setBeforeParse(JavaScriptValue) - Method in class org.zkoss.chart.Data
-
Sets a callback function to modify the CSV before parsing it.
- setBeforeRegionLabel(String) - Method in class org.zkoss.chart.LangScreenReaderSection
- setBeta(Number) - Method in class org.zkoss.chart.options3D.Options3D
-
Sets the value of beta
- setBinsNumber(int) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets a preferable number of bins.
- setBinsNumber(Number) - Method in class org.zkoss.chart.Series
-
Sets a preferable number of bins.
- setBinsNumber(String) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets a preferable number of bins.
- setBinsNumber(String) - Method in class org.zkoss.chart.Series
-
Sets a preferable number of bins.
- setBinsNumber(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets a preferable number of bins.
- setBinsNumber(JavaScriptValue) - Method in class org.zkoss.chart.Series
-
Sets a preferable number of bins.
- setBinWidth(Number) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the width of each bin.
- setBinWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the width of each bin.
- setBold(String) - Method in class org.zkoss.chart.PDFFont
-
Sets the TTF font file for bold text.
- setBolditalic(String) - Method in class org.zkoss.chart.PDFFont
-
Sets the TTF font file for bold and italic text.
- setBoostBlending(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the color blending in the boost module.
- setBoostBlending(String) - Method in class org.zkoss.chart.Series
-
Sets the color blending in the boost module.
- setBoostThreshold(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the point threshold for when a series should enter boost mode.
- setBoostThreshold(Number) - Method in class org.zkoss.chart.Series
-
Sets the point threshold for when a series should enter boost mode.
- setBorderColor(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the border color for the annotation's label.
- setBorderColor(String) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the border for individual range.
- setBorderColor(String) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the color of the ranges borders, can be also defined for an individual range.
- setBorderColor(String) - Method in class org.zkoss.chart.Chart
-
Sets the color of the outer chart border.
- setBorderColor(String) - Method in class org.zkoss.chart.Charts
-
Sets the color of the outer chart border.
- setBorderColor(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the color of the outer chart border.
- setBorderColor(String) - Method in class org.zkoss.chart.ChartsEngine
- setBorderColor(String) - Method in class org.zkoss.chart.Legend
-
Sets the color of the drawn border around the legend.
- setBorderColor(String) - Method in class org.zkoss.chart.Level
-
Set the borderColor on all points which lies on the same level.
- setBorderColor(String) - Method in class org.zkoss.chart.PaneBackground
-
Sets the border color
- setBorderColor(String) - Method in class org.zkoss.chart.PlotBand
-
Sets the border color
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the border color for the data label.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the border color or stroke of the gauge's dial.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Sets the border or stroke color of the pivot.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.TargetOptions
-
Sets the border color of the rectangle representing the target.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(String) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of the border of each waterfall column.
- setBorderColor(String) - Method in class org.zkoss.chart.Series
-
Sets the color of the border surrounding each slice.
- setBorderColor(String) - Method in class org.zkoss.chart.StackShadow
-
Sets the color of the stackShadow border.
- setBorderColor(String) - Method in class org.zkoss.chart.Tooltip
-
Sets the color of the tooltip border.
- setBorderColor(Color) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the border color for the annotation's label.
- setBorderColor(Color) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the border for individual range.
- setBorderColor(Color) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the color of the ranges borders, can be also defined for an individual range.
- setBorderColor(Color) - Method in class org.zkoss.chart.Chart
-
Sets the color of the outer chart border.
- setBorderColor(Color) - Method in class org.zkoss.chart.Charts
-
Sets the color of the outer chart border.
- setBorderColor(Color) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the color of the outer chart border.
- setBorderColor(Color) - Method in class org.zkoss.chart.ChartsEngine
- setBorderColor(Color) - Method in class org.zkoss.chart.Legend
-
Sets the color of the drawn border around the legend.
- setBorderColor(Color) - Method in class org.zkoss.chart.Level
-
Set the borderColor on all points which lies on the same level.
- setBorderColor(Color) - Method in class org.zkoss.chart.PaneBackground
-
Sets the border color
- setBorderColor(Color) - Method in class org.zkoss.chart.PlotBand
-
Sets the border color
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the border color for the data label.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the border color or stroke of the gauge's dial.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Sets the border or stroke color of the pivot.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.TargetOptions
-
Sets the border color of the rectangle representing the target.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(Color) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of the border of each waterfall column.
- setBorderColor(Color) - Method in class org.zkoss.chart.Series
-
Sets the color of the border surrounding each slice.
- setBorderColor(Color) - Method in class org.zkoss.chart.StackShadow
-
Sets the color of the stackShadow border.
- setBorderColor(Color) - Method in class org.zkoss.chart.Tooltip
-
Sets the color of the tooltip border.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the border for individual range.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the color of the ranges borders, can be also defined for an individual range.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.Chart
-
Sets the color of the outer chart border.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.Charts
-
Sets the color of the outer chart border.
- setBorderColor(LinearGradient) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the color of the outer chart border.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.ChartsEngine
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.Legend
-
Sets the color of the drawn border around the legend.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.Level
-
Set the borderColor on all points which lies on the same level.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.PaneBackground
-
Sets the border color
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.PlotBand
-
Sets the border color
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the border color for the data label.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the border color or stroke of the gauge's dial.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Sets the border or stroke color of the pivot.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of the border of each waterfall column.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.Series
-
Sets the color of the border surrounding each slice.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.StackShadow
-
Sets the color of the stackShadow border.
- setBorderColor(LinearGradient) - Method in class org.zkoss.chart.Tooltip
-
Sets the color of the tooltip border.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the border for individual range.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the color of the ranges borders, can be also defined for an individual range.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.Chart
-
Sets the color of the outer chart border.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.Charts
-
Sets the color of the outer chart border.
- setBorderColor(RadialGradient) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the color of the outer chart border.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.ChartsEngine
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.Legend
-
Sets the color of the drawn border around the legend.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.Level
-
Set the borderColor on all points which lies on the same level.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.PaneBackground
-
Sets the border color
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.PlotBand
-
Sets the border color
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the border color for the data label.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Sets the border or stroke color of the pivot.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the color of the border surrounding each slice.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of the border of each waterfall column.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.Series
-
Sets the color of the border surrounding each slice.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.StackShadow
-
Sets the color of the stackShadow border.
- setBorderColor(RadialGradient) - Method in class org.zkoss.chart.Tooltip
-
Sets the color of the tooltip border.
- setBorderDashStyle(String) - Method in class org.zkoss.chart.Level
-
Set the dash style for the border.
- setBorderDashStyle(String) - Method in class org.zkoss.chart.plotOptions.VennPlotOptions
-
Sets the border dash style.
- setBorderDashStyle(String) - Method in class org.zkoss.chart.Series
-
Sets the border dash style.
- setBorderRadius(Number) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the border radius in pixels for the annotation's label.
- setBorderRadius(Number) - Method in class org.zkoss.chart.Chart
-
Sets the corner radius of the outer chart border.
- setBorderRadius(Number) - Method in class org.zkoss.chart.Charts
-
Sets the corner radius of the outer chart border.
- setBorderRadius(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the corner radius of the outer chart border.
- setBorderRadius(Number) - Method in class org.zkoss.chart.ChartsEngine
- setBorderRadius(Number) - Method in class org.zkoss.chart.Legend
-
Sets the border corner radius of the legend.
- setBorderRadius(Number) - Method in class org.zkoss.chart.Node
-
Sets the border radius of the node.
- setBorderRadius(Number) - Method in class org.zkoss.chart.PaneBackground
-
Sets the border radius.
- setBorderRadius(Number) - Method in class org.zkoss.chart.PlotBand
-
Sets the border radius.
- setBorderRadius(Number) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the border radius in pixels for the data label.
- setBorderRadius(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the corner radius of the border surrounding each column or bar.
- setBorderRadius(Number) - Method in class org.zkoss.chart.Series
-
Sets the border radius of the series.
- setBorderRadius(Number) - Method in class org.zkoss.chart.Tooltip
-
Sets the radius of the rounded border corners.
- setBorderRadius(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the border radius in pixels for the annotation's label.
- setBorderRadius(String) - Method in class org.zkoss.chart.Chart
-
Sets the corner radius of the outer chart border.
- setBorderRadius(String) - Method in class org.zkoss.chart.Legend
-
Sets the border corner radius of the legend.
- setBorderRadius(String) - Method in class org.zkoss.chart.Node
-
Sets the border radius of the node.
- setBorderRadius(String) - Method in class org.zkoss.chart.PaneBackground
-
Sets the border radius.
- setBorderRadius(String) - Method in class org.zkoss.chart.PlotBand
-
Sets the border radius.
- setBorderRadius(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the border radius in pixels for the data label.
- setBorderRadius(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the corner radius of the border surrounding each column or bar.
- setBorderRadius(String) - Method in class org.zkoss.chart.Series
-
Sets the border radius of the series.
- setBorderRadius(String) - Method in class org.zkoss.chart.Tooltip
-
Sets the radius of the rounded border corners.
- setBorderWidth(Number) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the border width in pixels for the annotation's label
- setBorderWidth(Number) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the width of the ranges borders in pixels, can be also defined for an individual range.
- setBorderWidth(Number) - Method in class org.zkoss.chart.Chart
-
Sets the pixel width of the outer chart border.
- setBorderWidth(Number) - Method in class org.zkoss.chart.Charts
-
Sets the pixel width of the outer chart border.
- setBorderWidth(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the pixel width of the outer chart border.
- setBorderWidth(Number) - Method in class org.zkoss.chart.ChartsEngine
- setBorderWidth(Number) - Method in class org.zkoss.chart.Legend
-
Sets the width of the drawn border around the legend.
- setBorderWidth(Number) - Method in class org.zkoss.chart.Level
-
Set the width of the border.
- setBorderWidth(Number) - Method in class org.zkoss.chart.Pane
-
Sets the border width of the pane.
- setBorderWidth(Number) - Method in class org.zkoss.chart.PaneBackground
-
Sets the border width.
- setBorderWidth(Number) - Method in class org.zkoss.chart.PlotBand
-
Sets the border width.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets the width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets the width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the border width in pixels for the data label.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.DependencyWheelPlotOptions
-
Sets the width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the width of the gauge dial border in pixels.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Sets the border or stroke width of the pivot.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Sets the width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets the width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the width of the border surrounding each slice.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the border width of the series.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.TargetOptions
-
Sets the border width of the rectangle representing the target.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets the width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
-
Sets the width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the border width of the series.
- setBorderWidth(Number) - Method in class org.zkoss.chart.StackShadow
-
Sets the width of the stackShadow border.
- setBorderWidth(Number) - Method in class org.zkoss.chart.Tooltip
-
Sets the pixel width of the tooltip border.
- setBottom(BottomPanel) - Method in class org.zkoss.chart.options3D.Frame3D
-
Sets the options for the bottom panel of a
Frame3D
- setBoxDashStyle(String) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the dash style of the box.
- setBoxDashStyle(String) - Method in class org.zkoss.chart.Series
-
Sets the dash style of the box.
- setBoxplot(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setBoxplot(String) - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
- setBoxplotCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setBoxplotMultiple(String) - Method in class org.zkoss.chart.LangChartTypes
- setBoxplotSingle(String) - Method in class org.zkoss.chart.LangChartTypes
- setBreadcrumbs(Breadcrumbs) - Method in class org.zkoss.chart.Drilldown
-
Sets options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.
- setBreadcrumbs(Breadcrumbs) - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
-
Sets the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.
- setBreadcrumbs(Breadcrumbs) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.
- setBreadcrumbs(Breadcrumbs) - Method in class org.zkoss.chart.Series
-
Sets the options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.
- setBreaks(List<Break>) - Method in class org.zkoss.chart.XAxis
-
Set the list of breaks defined for this axis.
- setBreakSize(Number) - Method in class org.zkoss.chart.Break
-
Set the break size.
- setBrighten(Number) - Method in class org.zkoss.chart.plotOptions.VennPlotOptions
-
Sets the brighten value.
- setBrighten(Number) - Method in class org.zkoss.chart.Series
-
Sets the brighten.
- setBrightness(Number) - Method in class org.zkoss.chart.State
-
Sets the brightness number
- setBubble(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setBubble(String) - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
- setBubbleCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setBubbleLegend(BubbleLegend) - Method in class org.zkoss.chart.Legend
-
Sets the bubble legend, which is an additional element in legend which presents the scale of the bubble series.
- setBubbleMultiple(String) - Method in class org.zkoss.chart.LangChartTypes
- setBubblePadding(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the distance between two bubbles, when the algorithm starts to treat two bubbles as overlapping.
- setBubblePadding(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
-
Sets the distance between two bubbles, when the algorithm starts to treat two bubbles as overlapping.
- setBubbleSingle(String) - Method in class org.zkoss.chart.LangChartTypes
- setButtonOptions(NavigationButton) - Method in class org.zkoss.chart.Navigation
-
Sets a collection of options for buttons appearing in the exporting module.
- setButtons(Map<String, ExportingButton>) - Method in class org.zkoss.chart.Exporting
-
Sets multiple buttons within a map
- setButtons(ExportingButton) - Method in class org.zkoss.chart.Exporting
-
Sets an options for the export context button.
- setButtonSpacing(Number) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets the default padding for each button and separator in each direction.
- setButtonTheme(String) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets the collection of attributes for the buttons.
- setButtonTheme(Map<K, V>) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets the collection of attributes for the buttons.
- setCallback(JavaScriptValue) - Method in class org.zkoss.chart.Responsive.Condition
-
Sets a callback function to gain complete control on when the responsive rule applies.
- setCanvasToolsURL(String) - Method in class org.zkoss.chart.Global
-
Sets the URL to the additional file to lazy load for Android 2.x devices.
- setCapRadius(double) - Method in class org.zkoss.chart.model.DefaultDialModel
- setCapRadius(double) - Method in interface org.zkoss.chart.model.DialModel
-
Sets the radius percentage(0 ~ 1) of the meter's cap; default to 0.07.
- setCaption(String) - Method in class org.zkoss.chart.Charts
- setCaption(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the chart caption.
- setCaption(String) - Method in class org.zkoss.chart.ChartsEngine
- setCaption(Caption) - Method in class org.zkoss.chart.Charts
- setCaption(Caption) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the Caption option.
- setCaption(Caption) - Method in class org.zkoss.chart.ChartsEngine
- setCaption(Caption) - Method in class org.zkoss.chart.PlotData
-
Sets the caption options.
- setCategories(String...) - Method in class org.zkoss.chart.Axis
-
Sets categories are present for the Axis, names are used instead of numbers for that axis.
- setCategories(List<String>) - Method in class org.zkoss.chart.Axis
-
Sets categories are present for the Axis, names are used instead of numbers for that axis.
- setCeiling(Number) - Method in class org.zkoss.chart.Axis
-
Sets the highest allowed value for automatically computed axis extremes.
- setCenter(Object...) - Method in class org.zkoss.chart.Pane
- setCenter(Object...) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the center of the pie chart relative to the plot area.
- setCenter(Object...) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
- setCenter(Object...) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the center of the pie chart relative to the plot area.
- setCenter(Object...) - Method in class org.zkoss.chart.Series
-
Sets the center of the pie chart relative to the plot area.
- setCenter(List<Object>) - Method in class org.zkoss.chart.Pane
-
Sets the center of a polar chart or angular gauge, given as an array of [x, y] positions.
- setCenter(List<Object>) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the center of the pie chart relative to the plot area.
- setCenter(List<Object>) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the center of the pie chart relative to the plot area.
- setCenter(List<Object>) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the center of the pie chart relative to the plot area.
- setCenter(List<Object>) - Method in class org.zkoss.chart.Series
-
Sets the center of the pie chart relative to the plot area.
- setCenteredLinks(boolean) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets the option to center links rather than position them one after another
- setCenteredLinks(boolean) - Method in class org.zkoss.chart.Series
-
Sets the option to center links rather than position them one after another.
- setCenterInCategory(boolean) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
When true, the columns will center in the category, ignoring null or missing points.
- setCenterInCategory(boolean) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
When true, the columns will center in the category, ignoring null or missing points.
- setCenterInCategory(boolean) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
When true, the columns will center in the category, ignoring null or missing points.
- setCenterInCategory(boolean) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
When true, the columns will center in the category, ignoring null or missing points.
- setCenterInCategory(boolean) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
When true, the columns will center in the category, ignoring null or missing points.
- setCenterInCategory(boolean) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
When true, the columns will center in the category, ignoring null or missing points.
- setCenterInCategory(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
When true, the columns will center in the category, ignoring null or missing points.
- setCenterInCategory(boolean) - Method in class org.zkoss.chart.Series
-
When true, the columns will center in the category, ignoring null or missing points.
- setCenterPos(String) - Method in class org.zkoss.chart.Series
-
Sets the center position for arc diagram.
- setChart(Chart) - Method in class org.zkoss.chart.Charts
-
Sets the Chart options
- setChart(Chart) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the Chart options
- setChart(Chart) - Method in class org.zkoss.chart.ChartsEngine
- setChart(Chart) - Method in class org.zkoss.chart.PlotData
-
Sets the chart options
- setChartContainerLabel(String) - Method in class org.zkoss.chart.LangAccessibility
- setChartMenuLabel(String) - Method in class org.zkoss.chart.LangExporting
- setChartOptions(Map<String, V>) - Method in class org.zkoss.chart.Exporting
-
Sets additional chart options to be merged into an exported chart.
- setChartOptions(PlotData) - Method in class org.zkoss.chart.Responsive.Rule
-
Sets a full set of chart options to apply as overrides to the general chart options.
- setChartTypes(LangChartTypes) - Method in class org.zkoss.chart.LangAccessibility
-
Sets Chart type description strings.
- setClassName(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets class name for styling by CSS.
- setClassName(String) - Method in class org.zkoss.chart.Axis
-
Sets a class name that opens for styling the axis by CSS, especially in Highcharts styled mode.
- setClassName(String) - Method in class org.zkoss.chart.BubbleLegend.Labels
-
Sets an additional class name to apply to the bubble legend label graphical elements.
- setClassName(String) - Method in class org.zkoss.chart.BubbleLegend
-
Sets an additional class name to apply to the bubble legend' circle graphical elements.
- setClassName(String) - Method in class org.zkoss.chart.Chart
-
Sets a CSS class name to apply to the charts container div, allowing unique CSS styling for each chart.
- setClassName(String) - Method in class org.zkoss.chart.Charts
-
Sets a CSS class name to apply to the charts container div, allowing unique CSS styling for each chart.
- setClassName(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets a CSS class name to apply to the charts container div, allowing unique CSS styling for each chart.
- setClassName(String) - Method in class org.zkoss.chart.ChartsEngine
- setClassName(String) - Method in class org.zkoss.chart.Crosshair
-
Sets the class name for the crosshair, especially as a hook for styling.
- setClassName(String) - Method in class org.zkoss.chart.PlotBand
-
Sets class name for styling by CSS.
- setClassName(String) - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
-
Sets the class name of the drag handles.
- setClassName(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets an additional class name to apply to the series' graphical elements.
- setClassName(String) - Method in class org.zkoss.chart.Series
-
Sets an additional class name to apply to the series' graphical elements.
- setClickButtonAnnouncement(String) - Method in class org.zkoss.chart.LangRangeSelector
- setClip(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(boolean) - Method in class org.zkoss.chart.Series
-
Disable this option to allow series rendering in the whole plotting area.
- setCluster(Cluster) - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
-
Sets 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.
- setCluster(Cluster) - Method in class org.zkoss.chart.plotOptions.VectorPlotOptions
-
Sets 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.
- setCluster(Cluster) - Method in class org.zkoss.chart.plotOptions.VennPlotOptions
-
Sets 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.
- setCluster(Cluster) - Method in class org.zkoss.chart.Series
-
Sets 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.
- setCollapseButton(CollapseButton) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets the options applied to collapse Button.
- setCollapseButton(CollapseButton) - Method in class org.zkoss.chart.Series
-
Sets the options applied to collapse Button for treegraph type.
- setColor(String) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the bubble for individual range.
- setColor(String) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the main color of the bubble legend.
- setColor(String) - Method in class org.zkoss.chart.Color
-
Sets the color with string format.
- setColor(String) - Method in class org.zkoss.chart.Crosshair
-
The color of the crosshair
- setColor(String) - Method in class org.zkoss.chart.DataClass
-
Sets the color of each data class.
- setColor(String) - Method in class org.zkoss.chart.Level
-
Set the color on all points which lies on the same level.
- setColor(String) - Method in class org.zkoss.chart.Node
-
Sets the color of the auto generated node.
- setColor(String) - Method in class org.zkoss.chart.options3D.Panel3D
-
Sets the color of the panel.
- setColor(String) - Method in class org.zkoss.chart.PlotBand
-
Sets the color of the plot band.
- setColor(String) - Method in class org.zkoss.chart.PlotLine
-
Sets the color of the plot line.
- setColor(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the text color for the data labels.
- setColor(String) - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
-
Sets the fill color of the drag handles.
- setColor(String) - Method in class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
-
Sets the main color of the bars.
- setColor(String) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLink
-
Sets the color of the link between two nodes.
- setColor(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the main color of the series.
- setColor(String) - Method in class org.zkoss.chart.plotOptions.TargetOptions
-
Sets the color of the rectangle representing the target.
- setColor(String) - Method in class org.zkoss.chart.plotOptions.TreeGraphLink
-
Sets the color of the link between two nodes.
- setColor(String) - Method in class org.zkoss.chart.Point
-
Sets individual color for the point.
- setColor(String) - Method in class org.zkoss.chart.Series
-
Sets individual color for the series.
- setColor(String) - Method in class org.zkoss.chart.Shadow
-
Sets the color of the shadow
- setColor(String) - Method in class org.zkoss.chart.StackShadow
-
Sets the color of the stackShadow.
- setColor(String) - Method in class org.zkoss.chart.Stop
-
Set the color value of this stop object.
- setColor(String) - Method in class org.zkoss.chart.Zone
-
Set the color of the series.
- setColor(Color) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the bubble for individual range.
- setColor(Color) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the main color of the bubble legend.
- setColor(Color) - Method in class org.zkoss.chart.Crosshair
-
The color of the crosshair
- setColor(Color) - Method in class org.zkoss.chart.DataClass
-
Sets the color of each data class.
- setColor(Color) - Method in class org.zkoss.chart.Level
-
Set the color on all points which lies on the same level.
- setColor(Color) - Method in class org.zkoss.chart.options3D.Panel3D
-
Sets the color of the panel.
- setColor(Color) - Method in class org.zkoss.chart.PlotBand
-
Sets the color of the plot band.
- setColor(Color) - Method in class org.zkoss.chart.PlotLine
-
Sets the color of the plot line.
- setColor(Color) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the text color for the data labels.
- setColor(Color) - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
-
Sets the fill color of the drag handles.
- setColor(Color) - Method in class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
-
Sets the main color of the bars.
- setColor(Color) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the main color of the series.
- setColor(Color) - Method in class org.zkoss.chart.plotOptions.TargetOptions
-
Sets the color of the rectangle representing the target.
- setColor(Color) - Method in class org.zkoss.chart.Point
-
Sets individual color for the point.
- setColor(Color) - Method in class org.zkoss.chart.Series
-
Sets individual color for the series.
- setColor(Color) - Method in class org.zkoss.chart.Shadow
-
Sets the color of the shadow
- setColor(Color) - Method in class org.zkoss.chart.StackShadow
-
Sets the color of the stackShadow.
- setColor(Color) - Method in class org.zkoss.chart.Zone
-
Set the color of the series.
- setColor(LinearGradient) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the bubble for individual range.
- setColor(LinearGradient) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the main color of the bubble legend.
- setColor(LinearGradient) - Method in class org.zkoss.chart.Color
-
Sets the color with linear gradient format.
- setColor(LinearGradient) - Method in class org.zkoss.chart.Crosshair
-
The color of the crosshair
- setColor(LinearGradient) - Method in class org.zkoss.chart.DataClass
-
Sets the color of each data class.
- setColor(LinearGradient) - Method in class org.zkoss.chart.Level
-
Set the color on all points which lies on the same level.
- setColor(LinearGradient) - Method in class org.zkoss.chart.options3D.Panel3D
-
Sets the color of the panel.
- setColor(LinearGradient) - Method in class org.zkoss.chart.PlotBand
-
Sets the color of the plot band.
- setColor(LinearGradient) - Method in class org.zkoss.chart.PlotLine
-
Sets the color of the plot line.
- setColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the text color for the data labels.
- setColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
-
Sets the main color of the bars.
- setColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the main color of the series.
- setColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.TargetOptions
-
Sets the color of the rectangle representing the target.
- setColor(LinearGradient) - Method in class org.zkoss.chart.Point
-
Sets individual color for the point.
- setColor(LinearGradient) - Method in class org.zkoss.chart.Series
-
Sets individual color for the series.
- setColor(LinearGradient) - Method in class org.zkoss.chart.Shadow
-
Sets the color of the shadow
- setColor(LinearGradient) - Method in class org.zkoss.chart.StackShadow
-
Sets the color of the stackShadow.
- setColor(LinearGradient) - Method in class org.zkoss.chart.Zone
-
Set the color of the series.
- setColor(RadialGradient) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the bubble for individual range.
- setColor(RadialGradient) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the main color of the bubble legend.
- setColor(RadialGradient) - Method in class org.zkoss.chart.Color
-
Sets the color with radial gradient format.
- setColor(RadialGradient) - Method in class org.zkoss.chart.Crosshair
-
The color of the crosshair
- setColor(RadialGradient) - Method in class org.zkoss.chart.DataClass
-
Sets the color of each data class.
- setColor(RadialGradient) - Method in class org.zkoss.chart.Level
-
Set the color on all points which lies on the same level.
- setColor(RadialGradient) - Method in class org.zkoss.chart.options3D.Panel3D
-
Sets the color of the panel.
- setColor(RadialGradient) - Method in class org.zkoss.chart.PlotBand
-
Sets the color of the plot band.
- setColor(RadialGradient) - Method in class org.zkoss.chart.PlotLine
-
Sets the color of the plot line.
- setColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the text color for the data labels.
- setColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
-
Sets the main color of the bars.
- setColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the main color of the series.
- setColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.TargetOptions
-
Sets the color of the rectangle representing the target.
- setColor(RadialGradient) - Method in class org.zkoss.chart.Point
-
Sets individual color for the point.
- setColor(RadialGradient) - Method in class org.zkoss.chart.Series
-
Sets individual color for the series.
- setColor(RadialGradient) - Method in class org.zkoss.chart.Shadow
-
Sets the color of the shadow
- setColor(RadialGradient) - Method in class org.zkoss.chart.StackShadow
-
Sets the color of the stackShadow.
- setColor(RadialGradient) - Method in class org.zkoss.chart.Zone
-
Set the color of the series.
- setColorAxis(boolean) - 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.
- setColorAxis(boolean) - Method in class org.zkoss.chart.Series
-
When using dual or multiple color axes, this defines which colorAxis the particular series is connected to.
- setColorAxis(Number) - 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.
- setColorAxis(Number) - Method in class org.zkoss.chart.Series
-
When using dual or multiple color axes, this defines which colorAxis the particular series is connected to.
- setColorAxis(String) - 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.
- setColorAxis(String) - Method in class org.zkoss.chart.Series
-
When using dual or multiple color axes, this defines which colorAxis the particular series is connected to.
- setColorAxis(List<ColorAxis>) - Method in class org.zkoss.chart.PlotData
-
Sets the color axis
- setColorAxis(ColorAxis) - Method in class org.zkoss.chart.PlotData
-
Deprecated.since 7.2.1.0
- setColorAxis(ColorAxis...) - Method in class org.zkoss.chart.PlotData
-
Sets the color axis
- setColorByPoint(boolean) - Method in class org.zkoss.chart.Level
-
Sets whether to enable the color by point option or not
- setColorByPoint(boolean) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets whether the chart should receive one color per series or one color per point.
- setColorByPoint(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets 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. - setColorByPoint(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to enable the color by point option or not
- setColorIndex(Number) - Method in class org.zkoss.chart.Node
-
Sets the color index of the auto generated node, especially for use in styled mode.
- setColorIndex(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets a specific color index to use for the series, so its graphic representations are given the class name
"highcharts-color-{n}"
. - setColorIndex(Number) - Method in class org.zkoss.chart.Point
-
Sets the specific color index to use for the point, so its graphic representations are given the class name highcharts-color-{n}.
- setColorIndex(Number) - Method in class org.zkoss.chart.Series
-
Sets a specific color index to use for the series, so its graphic representations are given the class name
"highcharts-color-{n}"
. - setColorKey(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets what data value should be used to calculate point color if colorAxis is used.
- setColorKey(String) - Method in class org.zkoss.chart.Series
-
Sets what data value should be used to calculate point color if colorAxis is used.
- setColors(String...) - Method in class org.zkoss.chart.Charts
-
Sets the default colors for the chart's series.
- setColors(String...) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the default colors for the chart's series.
- setColors(String...) - Method in class org.zkoss.chart.ChartsEngine
- setColors(String...) - Method in class org.zkoss.chart.PlotData
-
Sets the default colors for the chart's series.
- setColors(String...) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
ArcDiagramPlotOptions.isColorByPoint()
is true. - setColors(String...) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeriesPlotOptions.setColorByPoint(boolean)
is true. - setColors(String...) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeriesPlotOptions.setColorByPoint(boolean)
is true. - setColors(String...) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeriesPlotOptions.setColorByPoint(boolean)
is true. - setColors(String...) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(String...) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(String...) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(String...) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets a series specific or series type specific color set to use instead of the global
Charts.getColors()
. - setColors(String...) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(String...) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(String...) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeriesPlotOptions.setColorByPoint(boolean)
is true. - setColors(String...) - Method in class org.zkoss.chart.Series
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeries.setColorByPoint(boolean)
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.Charts
-
Sets the default colors for the chart's series.
- setColors(List<Color>) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the default colors for the chart's series.
- setColors(List<Color>) - Method in class org.zkoss.chart.ChartsEngine
- setColors(List<Color>) - Method in class org.zkoss.chart.PlotData
-
Sets the default colors for the chart's series.
- setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
ArcDiagramPlotOptions.isColorByPoint()
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeriesPlotOptions.setColorByPoint(boolean)
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeriesPlotOptions.setColorByPoint(boolean)
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeriesPlotOptions.setColorByPoint(boolean)
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets a series specific or series type specific color set to use instead of the global
Charts.getColors()
. - setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeriesPlotOptions.setColorByPoint(boolean)
is true. - setColors(List<Color>) - Method in class org.zkoss.chart.Series
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeries.setColorByPoint(boolean)
is true. - setColors(Color...) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
ArcDiagramPlotOptions.isColorByPoint()
is true. - setColors(Color...) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeriesPlotOptions.setColorByPoint(boolean)
is true. - setColors(Color...) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(Color...) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(Color...) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(Color...) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(Color...) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets the series specific or series type specific color set to apply instead of the global colors when
SeriesPlotOptions.isColorByPoint()
is true. - setColors(Color...) - Method in class org.zkoss.chart.Series
-
Sets a series specific or series type specific color set to apply instead of the global
Charts.getColors()
whenSeries.setColorByPoint(boolean)
is true. - setColorValue(Number) - Method in class org.zkoss.chart.Point
-
Set the color value for this point.
- setColorVariation(ColorVariation) - Method in class org.zkoss.chart.Level
-
Sets a configuration object to define how the color of a child varies from the parent's color.
- setColsize(Number) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the column size - how many X axis units each column in the heatmap should span.
- setColsize(Number) - Method in class org.zkoss.chart.Series
-
Sets the column size - how many X axis units each column in the heatmap should span.
- setColumn(Number) - Method in class org.zkoss.chart.Node
-
Sets an optional column index of where to place the node.
- setColumn(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setColumnCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setColumnMultiple(String) - Method in class org.zkoss.chart.LangChartTypes
- setColumnrange(String) - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
- setColumns(List<List<Object>>) - Method in class org.zkoss.chart.Data
-
Sets a two-dimensional array representing the input data on tabular form.
- setColumnSingle(String) - Method in class org.zkoss.chart.LangChartTypes
- setColumnsURL(String) - Method in class org.zkoss.chart.Data
-
Sets a URL to a remote JSON dataset, structured as a column array.
- setCombinationChart(String) - Method in class org.zkoss.chart.LangChartTypes
- setComplete(JavaScriptValue) - Method in class org.zkoss.chart.Data
-
Sets the callback that is evaluated when the data is finished loading, optionally from an external source, and parsed.
- setCondition(Responsive.Condition) - Method in class org.zkoss.chart.Responsive.Rule
-
Sets the condition the rule applies.
- setConnectEnds(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets polar charts only.
- setConnectEnds(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to connect the ends of a line series plot across the extremes.
- setConnectNulls(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets whether to connect a graph line across null points.
- setConnectNulls(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to connect a graph line across null points, or render a gap between the two points on either side of the null.
- setConnectorAllowed(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesLabel
-
Sets whether to allow labels to be placed distant to the graph if necessary, and draw a connector line to the graph.
- setConnectorClassName(String) - Method in class org.zkoss.chart.BubbleLegend
-
Sets an additional class name to apply to the bubble legend's connector graphical elements.
- setConnectorColor(String) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the connector for individual range.
- setConnectorColor(String) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the color of the connector, can be also defined for an individual range.
- setConnectorColor(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the color of the line connecting the data label to the pie slice.
- setConnectorColor(String) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets the color of the line that connects the dumbbell point's values.
- setConnectorColor(String) - Method in class org.zkoss.chart.plotOptions.FunnelDataLabels
-
Sets the color of the line connecting the data label to the pie slice.
- setConnectorColor(String) - Method in class org.zkoss.chart.plotOptions.PieDataLabels
-
Sets the color of the line connecting the data label to the pie slice.
- setConnectorColor(String) - Method in class org.zkoss.chart.Series
-
Sets the color of the line that connects the dumbbell point's values.
- setConnectorColor(Color) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the connector for individual range.
- setConnectorColor(Color) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the color of the connector, can be also defined for an individual range.
- setConnectorColor(LinearGradient) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the connector for individual range.
- setConnectorColor(LinearGradient) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the color of the connector, can be also defined for an individual range.
- setConnectorColor(RadialGradient) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the color of the connector for individual range.
- setConnectorColor(RadialGradient) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the color of the connector, can be also defined for an individual range.
- setConnectorDistance(Number) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the length of the connectors in pixels.
- setConnectorNeighbourDistance(Number) - Method in class org.zkoss.chart.plotOptions.SeriesLabel
-
If the label is closer than this to a neighbour graph, draw a connector.
- setConnectorOptions(ConnectorOptions) - Method in class org.zkoss.chart.OnPoint
-
Options for the connector in the Series on point feature.
- setConnectorPadding(Number) - Method in class org.zkoss.chart.plotOptions.PieDataLabels
-
Sets the distance from the data label to the connector.
- setConnectorShape(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets specifies the method that is used to generate the connector path.
- setConnectorWidth(Number) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the width of the connectors in pixels.
- setConnectorWidth(Number) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the width of the line connecting the data label to the point.
- setConnectorWidth(Number) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets the pixel width of the line that connects the dumbbell point's values.
- setConnectorWidth(Number) - Method in class org.zkoss.chart.plotOptions.PieDataLabels
-
Sets the width of the line connecting the data label to the pie slice.
- setConnectorWidth(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the width of the line connecting the data label.
- setConnectorWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the pixel width of the line that connects the dumbbell point's values.
- setContextButtonTitle(String) - Method in class org.zkoss.chart.Lang
-
Sets exporting module menu.
- setContextTracks(List<ContextTracks>) - Method in class org.zkoss.chart.SeriesSonification
-
Sets context tracks for this series.
- setCredits(String) - Method in class org.zkoss.chart.LangAccessibility
- setCredits(Credits) - Method in class org.zkoss.chart.Charts
-
Sets the Credits options
- setCredits(Credits) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the Credits options
- setCredits(Credits) - Method in class org.zkoss.chart.ChartsEngine
- setCredits(Credits) - Method in class org.zkoss.chart.PlotData
-
Sets the credits options
- setCrisp(boolean) - 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.
- setCrisp(boolean) - 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.
- setCrisp(boolean) - 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.
- setCrop(boolean) - Method in class org.zkoss.chart.Annotation
-
Sets whether to hide the part of the annotation that is outside the plot area.
- setCrop(boolean) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets whether to hide the annotation's label that is outside the plot area.
- setCrop(boolean) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets whether to hide data labels that are outside the plot area.
- setCropThreshold(Number) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets 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.
- setCropThreshold(Number) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets 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.
- setCropThreshold(Number) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets 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.
- setCropThreshold(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets 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.
- setCropThreshold(Number) - 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.
- setCrosshair(boolean) - Method in class org.zkoss.chart.XAxis
-
Enable crosshair with default values, or disable crosshair.
- setCrosshair(Crosshair) - Method in class org.zkoss.chart.XAxis
-
Set whether to enable crosshair for this axis or not.
- setCrosshairs(Boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets display crosshairs to connect the points with their corresponding axis values.
- setCrosshairs(List<Object>) - Method in class org.zkoss.chart.Tooltip
-
Sets display crosshairs to connect the points with their corresponding axis values.
- setCrossing(Number) - Method in class org.zkoss.chart.Axis
-
Sets the value on a perpendicular axis where this axis should cross.
- setCrossingDown(Number) - Method in class org.zkoss.chart.ActiveWhen
-
Sets track is only active when prop was above, and is now at or below this value.
- setCrossingUp(Number) - Method in class org.zkoss.chart.ActiveWhen
-
Sets track is only active when prop was below, and is now at or above this value.
- setCsv(String) - Method in class org.zkoss.chart.Data
-
Sets a comma delimited string to be parsed.
- setCsvURL(String) - Method in class org.zkoss.chart.Data
-
Sets an URL to a remote CSV dataset.
- setCtrlKeys(String) - Method in class org.zkoss.chart.Charts
-
Sets what keystrokes to intercept.
- setCurrentTarget(Optionable) - Method in class org.zkoss.chart.OptionDataEvent
-
Sets the current target, which is used for
OptionDataListener
implementation - setCurrentType(OptionDataEvent.EventType) - Method in class org.zkoss.chart.OptionDataEvent
-
Sets the current type of the event, which is used for
OptionDataListener
implementation - setCursor(String) - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
-
Sets the mouse cursor to use for the drag handles.
- setCursor(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets 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.
- setCursor(String) - Method in class org.zkoss.chart.plotOptions.TreeGraphLink
-
Sets the mouse cursor.
- setCursor(String) - Method in class org.zkoss.chart.Series
-
Sets 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.
- setCurveFactor(Number) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Higher numbers makes the links in a sankey diagram or dependency wheelrender more curved.
- setCurveFactor(Number) - Method in class org.zkoss.chart.Series
-
Higher numbers makes the links in a sankey diagram or dependency wheelrender more curved.
- setCustom(Map<K, V>) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets a reserved subspace to store options and values for customized functionality.
- setCustom(Map<K, V>) - Method in class org.zkoss.chart.Series
-
Sets a reserved subspace to store options and values for customized functionality.
- setCustomComponents(JavaScriptValue) - Method in class org.zkoss.chart.Accessibility
-
Sets a hook for adding custom components to the accessibility module.
- setDashstyle(String) - Method in class org.zkoss.chart.ConnectorOptions
-
Returns a name for the dash style to use for the connector.
- setDashStyle(String) - Method in class org.zkoss.chart.Crosshair
-
Set the dash style for the crosshair.
- setDashStyle(String) - Method in class org.zkoss.chart.PlotLine
-
Sets the dashing or dot style for the plot line.
- setDashStyle(String) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLink
-
Sets a name for the dash style to use for links.
- setDashStyle(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets a name for the dash style to use for the graph.
- setDashStyle(String) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets a name for the dash style to use for the line connecting the columns of the waterfall series.
- setDashStyle(String) - Method in class org.zkoss.chart.Point
-
Sets a name for the dash style to use for the graph, or for some series types the outline of each shape.
- setDashStyle(String) - Method in class org.zkoss.chart.Series
-
Sets a name for the dash style to use for the graph.
- setDashStyle(String) - Method in class org.zkoss.chart.Zone
-
Set name for the dash style to use for the graph.
- setData(Double...) - Method in class org.zkoss.chart.Series
-
Sets an array of number data
- setData(Integer...) - Method in class org.zkoss.chart.Series
-
Sets an array of number data
- setData(Number...) - Method in class org.zkoss.chart.Series
-
Sets an array of number data
- setData(List<? extends Number>) - Method in class org.zkoss.chart.Series
-
Sets a list of point data
- setData(Data) - Method in class org.zkoss.chart.PlotData
-
Sets the data options
- setData(Point...) - Method in class org.zkoss.chart.Series
-
Sets an array of point data
- setDataAsColumns(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Indicates data is structured as columns instead of rows.
- setDataAsColumns(boolean) - Method in class org.zkoss.chart.Series
-
Indicates data is structured as columns instead of rows.
- setDataClassColor(String) - Method in class org.zkoss.chart.ColorAxis
-
Determines how to set each data class' color if no individual color is set.
- setDataClasses(List<DataClass>) - Method in class org.zkoss.chart.ColorAxis
-
Sets a list of data classes or ranges for the choropleth map.
- setDataClasses(DataClass...) - Method in class org.zkoss.chart.ColorAxis
-
Sets a list of data classes or ranges for the choropleth map.
- setDataGrouping(WindBarbDataGrouping) - Method in class org.zkoss.chart.plotOptions.WindBarbPlotOptions
-
Sets the data grouping options for the wind barbs.
- setDataGrouping(WindBarbDataGrouping) - Method in class org.zkoss.chart.Series
-
Sets the data grouping options for the wind barbs.
- setDataLabels(List<DataLabels>) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the list of options of data labels.
- setDataLabels(List<DataLabels>) - Method in class org.zkoss.chart.Point
-
Sets the list of options of data labels.
- setDataLabels(List<DataLabels>) - Method in class org.zkoss.chart.Series
-
Sets the list of options of data labels.
- setDataLabels(DataLabels) - Method in class org.zkoss.chart.Cluster
-
Sets the cluster data labels.
- setDataLabels(DataLabels) - Method in class org.zkoss.chart.Level
-
Set the options of dataLabels on each point which lies on the level.
- setDataLabels(DataLabels) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the first or single option of data labels.
- setDataLabels(DataLabels) - Method in class org.zkoss.chart.Point
-
Sets the first or single option of data labels.
- setDataLabels(DataLabels) - Method in class org.zkoss.chart.Series
-
Sets the first or single option of data labels.
- setDataLabels(NetworkGraphDataLabels) - Method in class org.zkoss.chart.Node
-
Sets the individual data label for each node.
- setDataRefreshRate(Number) - Method in class org.zkoss.chart.Data
-
Sets the refresh rate for data polling when importing remote dataset by setting
data.csvURL
,data.rowsURL
,data.columnsURL
, ordata.googleSpreadsheetKey
. - setDataSorting(DataSorting) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the series data sorting.
- setDataSorting(DataSorting) - Method in class org.zkoss.chart.Series
-
Sets the series data sorting.
- setDateFormat(String) - Method in class org.zkoss.chart.AccessibilityPoint
-
Sets the date format to use for points on datetime axes when describing them to screen reader users.
- setDateFormat(String) - Method in class org.zkoss.chart.Data
-
Sets which of the predefined date formats in Date.prototype.dateFormats to use to parse date values.
- setDateFormat(String, Number, boolean) - Method in class org.zkoss.chart.Charts
-
Sets the formats a JavaScript date timestamp (milliseconds since Jan 1st 1970) into a human readable date string.
- setDateFormatter(JavaScriptValue) - Method in class org.zkoss.chart.AccessibilityPoint
-
Sets the formatter function to determine the date/time format used with points on datetime axes when describing them to screen reader users.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class org.zkoss.chart.Axis
-
Sets for a datetime axis, the scale will automatically adjust to the appropriate unit.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets the date format in the tooltip's header
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class org.zkoss.chart.Tooltip
-
Sets the date format in the tooltip's header
- setDay(String) - Method in class org.zkoss.chart.DateTimeLabelFormats
-
Sets the label format for day.
- setDecimalPoint(String) - Method in class org.zkoss.chart.Data
-
Sets the decimal point used for parsing numbers in the CSV.
- setDecimalPoint(String) - Method in class org.zkoss.chart.Lang
-
Sets the default decimal point used in the
Charts.setNumberFormat(Number, Number, String, String)
method unless otherwise specified in the function arguments. - setDefault(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setDefaultChartTitle(String) - Method in class org.zkoss.chart.LangAccessibility
- setDefaultCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setDefaultInstrumentOptions(DefaultInstrumentOptions) - Method in class org.zkoss.chart.SeriesSonification
-
Sets default options for all this series' instrument tracks.
- setDefaultInstrumentOptions(DefaultInstrumentOptions) - Method in class org.zkoss.chart.Sonification
-
Sets the default sonification options for all instrument tracks.
- setDefaultMultiple(String) - Method in class org.zkoss.chart.LangChartTypes
- setDefaultSingle(String) - Method in class org.zkoss.chart.LangChartTypes
- setDefaultSpeechOptions(DefaultSpeechOptions) - Method in class org.zkoss.chart.SeriesSonification
-
Sets default options for all this series' speech tracks.
- setDefaultSpeechOptions(DefaultSpeechOptions) - Method in class org.zkoss.chart.Sonification
-
Sets the default sonification options for all speech tracks.
- setDefer(Boolean) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Set whether to defer displaying the data labels until the initial series animation has finished.
- setDefinition(String) - Method in class org.zkoss.chart.Path
-
Sets the definition defines a path to be drawn.
- setDepth(Number) - Method in class org.zkoss.chart.options3D.Options3D
-
Sets the total depth of the chart.
- setDepth(Number) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets the depth of the columns in a 3D column range chart.
- setDepth(Number) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the depth of the 3D chart.
- setDepth(Number) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the Returns the thickness of a 3D pie chart.
- setDepth(Number) - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
-
Sets the total depth of the chart.
- setDepth(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the depth of the series in a 3D chart.
- setDepth(Number) - Method in class org.zkoss.chart.Series
-
Sets the depth of the 3D chart.
- setDepth(Number) - Method in class org.zkoss.chart.Tremolo
-
Sets the Number object of depth.
- setDepth(String) - Method in class org.zkoss.chart.Tremolo
-
Sets the String object of depth.
- setDepth(Depth) - Method in class org.zkoss.chart.Tremolo
-
Sets the Depth object of depth.
- setDescribeNull(boolean) - Method in class org.zkoss.chart.AccessibilityPoint
-
Sets whether or not to describe points with the value null to assistive technology, such as screen readers.
- setDescribeSingleSeries(boolean) - Method in class org.zkoss.chart.AccessibilitySeries
-
Sets whether or not to add series descriptions to charts with a single series.
- setDescription(String) - Method in class org.zkoss.chart.Accessibility
-
Sets a text description of the chart.
- setDescription(String) - Method in class org.zkoss.chart.AnnotationLabelAccessibility
-
Sets the description of an annotation label for screen readers and other assistive technology.
- setDescription(String) - Method in class org.zkoss.chart.AxisAccessibility
-
Sets the description for an axis to expose to screen reader users.
- setDescription(String) - Method in class org.zkoss.chart.LangSeries
-
Sets user supplied description text.
- setDescription(String) - Method in class org.zkoss.chart.Node
-
Sets the job description for the node card, will be inserted by the default dataLabel.nodeFormatter.
- setDescription(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets a description of the series to add to the screen reader information about the series.
- setDescription(String) - Method in class org.zkoss.chart.Point
-
Sets the description.
- setDescription(String) - Method in class org.zkoss.chart.PointAccessibility
-
Sets the description of the data point, announced to screen readers.
- setDescription(String) - Method in class org.zkoss.chart.Series
-
A description of the series to add to the screen reader information about the series.
- setDescription(String) - Method in class org.zkoss.chart.SeriesAccessibility
-
Sets a description of the series, announced to screen readers.
- setDescriptionFormat(String) - Method in class org.zkoss.chart.AccessibilityPoint
-
Sets the format to use for describing the data series group to assistive
- setDescriptionFormat(String) - Method in class org.zkoss.chart.AccessibilitySeries
-
Sets the format to use for describing the data series group to assistive technology - including screen readers.
- setDescriptionFormatter(JavaScriptValue) - Method in class org.zkoss.chart.AccessibilityPoint
-
Sets the formatter function to use instead of the default for point descriptions.
- setDescriptionFormatter(JavaScriptValue) - Method in class org.zkoss.chart.AccessibilitySeries
-
Sets the formatter function to use instead of the default for series descriptions.
- setDescriptionMultiplePoints(String) - Method in class org.zkoss.chart.LangScreenReaderSectionAnnotations
- setDescriptionNoPoints(String) - Method in class org.zkoss.chart.LangScreenReaderSectionAnnotations
- setDescriptionSinglePoint(String) - Method in class org.zkoss.chart.LangScreenReaderSectionAnnotations
- setDial(GaugeDialPlotOptions) - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
-
Sets options for the dial or arrow pointer of the gauge.
- setDial(GaugeDialPlotOptions) - Method in class org.zkoss.chart.Point
-
Sets the dial data for gauge chart type only.
- setDial(GaugeDialPlotOptions) - Method in class org.zkoss.chart.Series
-
Sets options for the dial or arrow pointer of the gauge.
- setDirection(Number) - Method in class org.zkoss.chart.Point
-
Sets the vector direction in degrees, where 0 is north (pointing towards south).
- setDisplayNegative(boolean) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets whether to display negative sized bubbles.
- setDisplayNegative(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to display negative sized bubbles.
- setDistance(Number) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the label's pixel distance from the point.
- setDistance(Number) - Method in class org.zkoss.chart.AxisLabels
-
Sets the distance of axis labels for Gauge chart type only.
- setDistance(Number) - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
-
When
type
is set tokmeans
,distance
is a maximum distance between point and cluster center so that this point will be inside the cluster. - setDistance(Number) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the distance of the data labels which is used for Pie chart only.
- setDistance(Number) - Method in class org.zkoss.chart.plotOptions.PieDataLabels
-
Sets the distance of the data labels which is used for Pie chart only.
- setDistance(String) - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
-
When
type
is set tokmeans
,distance
is a maximum distance between point and cluster center so that this point will be inside the cluster. - setDistance(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the distance of the data labels which is used for Pie chart only.
- setDistance(String) - Method in class org.zkoss.chart.plotOptions.PieDataLabels
-
Sets the distance of the data labels which is used for Pie chart only.
- setDownloadJPEG(String) - Method in class org.zkoss.chart.Lang
-
Sets exporting module only.
- setDownloadPDF(String) - Method in class org.zkoss.chart.Lang
-
Sets exporting module only.
- setDownloadPNG(String) - Method in class org.zkoss.chart.Lang
-
Sets exporting module only.
- setDownloadSVG(String) - Method in class org.zkoss.chart.Lang
-
Sets exporting module only.
- setDragBetweenSeries(boolean) - 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.
- setDragDrop(DragDrop) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the options of the draggable-points module allows points to be moved around or modified in the chart.
- setDragDrop(DragDrop) - Method in class org.zkoss.chart.Point
-
Sets the options of point specific options for the draggable-points module.
- setDragDrop(DragDrop) - Method in class org.zkoss.chart.Series
-
Sets the options of the draggable-points module allows points to be moved around or modified in the chart.
- setDraggable(boolean) - Method in class org.zkoss.chart.plotOptions.NetworkGraphPlotOptions
-
Sets the flag to determine if nodes are draggable or not.
- setDraggable(boolean) - Method in class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
-
Flag to determine if nodes are draggable or not.
- setDraggable(boolean) - Method in class org.zkoss.chart.Series
-
Flag to determine if nodes are draggable or not.
- setDraggable(String) - Method in class org.zkoss.chart.Annotation
-
Allow an annotation to be draggable by a user.
- setDraggableX(boolean) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets if enable dragging in the X dimension.
- setDraggableX1(boolean) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
(X-Range) Sets if enable dragging x value individually.
- setDraggableX2(boolean) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
(X-Range) Sets if enable dragging x2 value individually.
- setDraggableY(boolean) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets if enable dragging in the Y dimension.
- setDragHandle(DragDrop.DragHandle) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets the options for the drag handles.
- setDragMaxX(Number) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets the maximum X value the points can be moved to.
- setDragMaxY(Number) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets the maximum Y value the points can be moved to.
- setDragMinX(Number) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets the minimum X value the points can be moved to.
- setDragMinY(Number) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets the minimum Y value the points can be moved to.
- setDragPrecisionX(Number) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets the X precision value to drag to for this series.
- setDragPrecisionY(Number) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets the Y precision value to drag to for this series.
- setDragSensitivity(Number) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets the amount of pixels to drag the pointer before it counts as a drag operation.
- setDrilldown(boolean) - Method in class org.zkoss.chart.Point
-
Sets to enable the drilldown.
- setDrilldown(String) - Method in class org.zkoss.chart.Point
-
Sets the id of the drilldown data.
- setDrilldown(Drilldown) - Method in class org.zkoss.chart.PlotData
-
Sets the drilldown options
- setDrillToCluster(boolean) - Method in class org.zkoss.chart.Cluster
-
Sets whether to zoom the plot area to the cluster points range when a cluster is clicked.
- setDrillUpButton(String) - Method in class org.zkoss.chart.LangAccessibility
- setDrillUpButton(DrillUpButton) - Method in class org.zkoss.chart.Drilldown
-
Sets options for the drill up button that appears when drilling down on a series.
- setDrillUpText(String) - Method in class org.zkoss.chart.Lang
-
Sets the text for the button that appears when drilling down, linking back to the parent series.
- setDropdownLabel(String) - Method in class org.zkoss.chart.LangRangeSelector
- setDuration(Number) - Method in class org.zkoss.chart.Animation
-
Sets the duration of the animation in milliseconds.
- setDuration(Number) - Method in class org.zkoss.chart.Sonification
-
Sets the total duration of the sonification, in milliseconds.
- setEasing(String) - Method in class org.zkoss.chart.Animation
-
Sets the easing animation function.
- setEdgeColor(String) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
3D columns only.
- setEdgeColor(String) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
3D columns only.
- setEdgeColor(String) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
3D columns only.
- setEdgeColor(String) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
3D columns only.
- setEdgeColor(String) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
3D columns only.
- setEdgeColor(String) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
3D columns only.
- setEdgeColor(String) - Method in class org.zkoss.chart.Series
-
3D columns only.
- setEdgeColor(Color) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
3D columns only.
- setEdgeColor(Color) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
3D columns only.
- setEdgeColor(Color) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
3D columns only.
- setEdgeColor(Color) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
3D columns only.
- setEdgeColor(Color) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
3D columns only.
- setEdgeColor(Color) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
3D columns only.
- setEdgeColor(Color) - Method in class org.zkoss.chart.Series
-
3D columns only.
- setEdgeWidth(Number) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
3D columns only.
- setEdgeWidth(Number) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
3D columns only.
- setEdgeWidth(Number) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
3D columns only.
- setEdgeWidth(Number) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
3D columns only.
- setEdgeWidth(Number) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
3D columns only.
- setEdgeWidth(Number) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
3D columns only.
- setEdgeWidth(Number) - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
-
3D columns only.
- setEdgeWidth(Number) - Method in class org.zkoss.chart.Series
-
3D columns only.
- setEmptyChart(String) - Method in class org.zkoss.chart.LangChartTypes
- setEnabled(boolean) - Method in class org.zkoss.chart.Accessibility
-
Sets whether to enable accessibility functionality for the chart.
- setEnabled(boolean) - Method in class org.zkoss.chart.AnnounceNewData
-
Sets whether to enable announcing new data to screen reader users.
- setEnabled(boolean) - Method in class org.zkoss.chart.AxisAccessibility
-
Sets whether to enable axis accessibility features, including axis information in the screen reader information region.
- setEnabled(boolean) - Method in class org.zkoss.chart.AxisLabels
-
Sets whether to enable or disable the axis labels.
- setEnabled(boolean) - Method in class org.zkoss.chart.AxisTitle
-
Deprecated.
- setEnabled(boolean) - Method in class org.zkoss.chart.BubbleLegend
-
Sets enable or disable the bubble legend.
- setEnabled(boolean) - Method in class org.zkoss.chart.Cluster
-
Sets whether to enable the marker-clusters module.
- setEnabled(boolean) - Method in class org.zkoss.chart.Credits
-
Sets whether to show the credits text.
- setEnabled(boolean) - Method in class org.zkoss.chart.DataSorting
-
Enable or disable data sorting for the series.
- setEnabled(boolean) - Method in class org.zkoss.chart.Exporting
-
Sets whether to enable buttons.
- setEnabled(boolean) - Method in class org.zkoss.chart.ExportingAccessibility
-
Sets whether to enable accessibility support for the export menu.
- setEnabled(boolean) - Method in class org.zkoss.chart.ExportingButton
-
Sets whether to enable buttons.
- setEnabled(boolean) - Method in class org.zkoss.chart.FocusBorder
-
Sets whether to enable/disable focus border for chart.
- setEnabled(boolean) - Method in class org.zkoss.chart.KeyboardNavigation
-
Sets whether to enable keyboard navigation for the chart.
- setEnabled(boolean) - Method in class org.zkoss.chart.Legend
-
Sets enable or disable the legend.
- setEnabled(boolean) - Method in class org.zkoss.chart.LegendAccessibility
-
Sets whether to enable accessibility support for the legend.
- setEnabled(boolean) - Method in class org.zkoss.chart.LegendKeyboardNavigation
-
Sets whether to enable keyboard navigation for the legend or not.
- setEnabled(boolean) - Method in class org.zkoss.chart.Marker
-
Sets enable or disable the point marker.
- setEnabled(boolean) - Method in class org.zkoss.chart.NavigationButton
-
Sets whether to enable buttons.
- setEnabled(boolean) - Method in class org.zkoss.chart.options3D.Options3D
-
Sets whether to render the chart using the 3D functionality.
- setEnabled(boolean) - Method in class org.zkoss.chart.plotOptions.CollapseButton
-
Sets whether the button should be visible.
- setEnabled(boolean) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets enable or disable the data labels.
- setEnabled(boolean) - Method in class org.zkoss.chart.plotOptions.DataLabelsTextPath
-
Sets enable or disable textPath option for link's or marker's data labels.
- setEnabled(boolean) - Method in class org.zkoss.chart.plotOptions.PieDataLabels
-
Sets enable or disable the data labels.
- setEnabled(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesLabel
-
Sets if enable the series label per series.
- setEnabled(boolean) - Method in class org.zkoss.chart.plotOptions.WindBarbDataGrouping
-
Sets whether to enable data grouping.
- setEnabled(boolean) - Method in class org.zkoss.chart.PointAccessibility
-
Sets whether to disable accessibility functionality for a specific point.
- setEnabled(boolean) - Method in class org.zkoss.chart.SeriesAccessibility
-
Sets whether to enable/disable accessibility functionality for a specific series.
- setEnabled(boolean) - Method in class org.zkoss.chart.SeriesKeyboardNavigation
-
Sets whether to enable keyboard navigation for the legend or not.
- setEnabled(boolean) - Method in class org.zkoss.chart.Sonification
-
Sets whether to enable or disable the sonification functionality for the chart.
- setEnabled(boolean) - Method in class org.zkoss.chart.StackLabels
-
Sets whether to enable or disable the stack total labels.
- setEnabled(boolean) - Method in class org.zkoss.chart.StackShadow
-
Sets enable or disable stackShadow.
- setEnabled(boolean) - Method in class org.zkoss.chart.State
-
Sets enable or disable visible feedback for selection.
- setEnabled(boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets whether to enable or disable the tooltip.
- setEnabled(Boolean) - Method in class org.zkoss.chart.Crosshair
-
Sets enable or disable the crosshair.
- setEnabled(Boolean) - Method in class org.zkoss.chart.PointGrouping
-
Sets whether or not to group points
- setEnabled(Boolean) - Method in class org.zkoss.chart.SeriesSonification
-
Sets whether or not sonification is enabled for this series.
- setEnabledThreshold(Number) - Method in class org.zkoss.chart.Marker
-
Sets the threshold for how dense the point markers should be before they are hidden, given that enabled is not defined.
- setEnableMouseTracking(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(boolean) - Method in class org.zkoss.chart.Series
-
Sets enable or disable the mouse tracking for a specific series.
- setEnablePolling(Boolean) - Method in class org.zkoss.chart.Data
-
Sets enables automatic refetching of remote datasets every n seconds (defined by setting
data.dataRefreshRate
). - setEnableSimulation(boolean) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Experimental.
- setEnableSimulation(boolean) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Experimental.
- setEnableZoomSelection(boolean) - Method in class org.zkoss.chart.Chart
-
Sets whether selection event will zoom the chart to the selected area.
- setEnableZoomSelection(boolean) - Method in class org.zkoss.chart.Charts
-
Sets whether selection event will zoom the chart to the selected area.
- setEnableZoomSelection(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets whether selection event will zoom the chart to the selected area.
- setEnableZoomSelection(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setEncoded(String) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
-
Setter for the bound property
encoded
. - setEndAngle(Number) - Method in class org.zkoss.chart.Pane
-
Sets the end angle of the polar X axis or gauge value axis, given in degrees where 0 is north.
- setEndAngle(Number) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
In circular view, sets the end angle of the item layout, in degrees where 0 is up.
- setEndAngle(Number) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the end angle of the pie in degrees where 0 is top and 90 is right.
- setEndAngle(Number) - Method in class org.zkoss.chart.Series
-
In circular view, sets the end angle of the item layout, in degrees where 0 is up.
- setEndColumn(Number) - Method in class org.zkoss.chart.Data
-
Sets in tabular input data, the last column (indexed by 0) to use.
- setEndOfChartMarker(String) - Method in class org.zkoss.chart.LangScreenReaderSection
-
Sets label for the end of the chart.
- setEndOnTick(boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether to force the axis to end on a tick.
- setEndOnTick(boolean) - Method in class org.zkoss.chart.YAxis
-
Sets whether to force the axis to end on a tick.
- setEndRow(Number) - Method in class org.zkoss.chart.Data
-
Sets in tabular input data, the last row (indexed by 0) to use.
- setEqualNodes(boolean) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets whether nodes with different values should have the same size.
- setEqualNodes(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether nodes with different values should have the same size.
- setErrorbar(String) - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
- setEvents(Map<String, JavaScriptValue>) - Method in class org.zkoss.chart.Chart
-
Sets a map of client side event listeners for the chart.
- setEvents(Map<String, JavaScriptValue>) - Method in class org.zkoss.chart.Charts
- setEvents(Map<String, JavaScriptValue>) - Method in interface org.zkoss.chart.ChartsApi
-
Sets a map of client side event listeners for the chart.
- setEvents(Map<String, JavaScriptValue>) - Method in class org.zkoss.chart.ChartsEngine
- setEvents(Map<String, JavaScriptValue>) - Method in class org.zkoss.chart.Series
-
Sets a map of general event handlers for the series items.
- setEvents(JavaScriptValue) - Method in class org.zkoss.chart.Sonification
-
Sets the event handlers for the sonification.
- setExporting(Exporting) - Method in class org.zkoss.chart.Charts
-
Sets the Exporting options.
- setExporting(Exporting) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the Exporting options.
- setExporting(Exporting) - Method in class org.zkoss.chart.ChartsEngine
- setExporting(Exporting) - Method in class org.zkoss.chart.PlotData
-
Sets whether to enable the exporting module
- setExporting(LangExporting) - Method in class org.zkoss.chart.LangAccessibility
-
Sets exporting menu format strings for accessibility module.
- setExposeAsGroupOnly(boolean) - Method in class org.zkoss.chart.SeriesAccessibility
-
Sets to expose only the series element to screen readers, not its points.
- setExtremes(Number, Number) - Method in class org.zkoss.chart.Axis
- setExtremes(Number, Number, boolean, Animation) - Method in class org.zkoss.chart.Axis
-
Sets the minimum and maximum of the axes after render time.
- setFilename(String) - Method in class org.zkoss.chart.Exporting
-
Sets the filename, without extension, to use for the exported chart.
- setFill(String) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the color of the shape's fill.
- setFill(String) - Method in class org.zkoss.chart.plotOptions.XRangePartialFill
-
Sets the fill color to be used for partial fills.
- setFill(Color) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the color of the shape's fill.
- setFill(Color) - Method in class org.zkoss.chart.plotOptions.XRangePartialFill
-
Sets the fill color to be used for partial fills.
- setFill(LinearGradient) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the color of the shape's fill.
- setFill(LinearGradient) - Method in class org.zkoss.chart.plotOptions.XRangePartialFill
-
Sets the fill color to be used for partial fills.
- setFill(RadialGradient) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the color of the shape's fill.
- setFill(RadialGradient) - Method in class org.zkoss.chart.plotOptions.XRangePartialFill
-
Sets the fill color to be used for partial fills.
- setFillColor(String) - Method in class org.zkoss.chart.HaloAttributes
-
Sets the color of the fill attribute in a Halo options
- setFillColor(String) - Method in class org.zkoss.chart.Marker
-
Sets the fill color of the point marker.
- setFillColor(String) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(String) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(String) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the fill color of the box.
- setFillColor(String) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(String) - 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.
- setFillColor(String) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(String) - Method in class org.zkoss.chart.Series
-
Sets fill color for the area.
- setFillColor(String) - Method in class org.zkoss.chart.State
-
Sets the fill color of the point marker.
- setFillColor(String) - Method in class org.zkoss.chart.Zone
-
Set the fill color for the series (in area type series).
- setFillColor(Color) - Method in class org.zkoss.chart.HaloAttributes
-
Sets the color of the fill attribute in a Halo options
- setFillColor(Color) - Method in class org.zkoss.chart.Marker
-
Sets the fill color of the point marker.
- setFillColor(Color) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(Color) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(Color) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the fill color of the box.
- setFillColor(Color) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(Color) - 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.
- setFillColor(Color) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(Color) - Method in class org.zkoss.chart.Series
-
Sets fill color for the area.
- setFillColor(Color) - Method in class org.zkoss.chart.State
-
Sets the fill color of the point marker.
- setFillColor(Color) - Method in class org.zkoss.chart.Zone
-
Set the fill color for the series (in area type series).
- setFillColor(LinearGradient) - Method in class org.zkoss.chart.HaloAttributes
-
Sets the color of the fill attribute in a Halo options
- setFillColor(LinearGradient) - Method in class org.zkoss.chart.Marker
-
Sets the fill color of the point marker.
- setFillColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the fill color of the box.
- setFillColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(LinearGradient) - 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.
- setFillColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(LinearGradient) - Method in class org.zkoss.chart.Series
-
Sets fill gradient for the area.
- setFillColor(LinearGradient) - Method in class org.zkoss.chart.State
-
Sets the fill color of the point marker.
- setFillColor(LinearGradient) - Method in class org.zkoss.chart.Zone
-
Set the fill color for the series (in area type series).
- setFillColor(RadialGradient) - Method in class org.zkoss.chart.HaloAttributes
-
Sets the color of the fill attribute in a Halo options
- setFillColor(RadialGradient) - Method in class org.zkoss.chart.Marker
-
Sets the fill color of the point marker.
- setFillColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the fill color of the box.
- setFillColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(RadialGradient) - 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.
- setFillColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets fill color or gradient for the area.
- setFillColor(RadialGradient) - Method in class org.zkoss.chart.Series
-
Sets fill gradient for the area.
- setFillColor(RadialGradient) - Method in class org.zkoss.chart.State
-
Sets the fill color of the point marker.
- setFillColor(RadialGradient) - Method in class org.zkoss.chart.Zone
-
Set the fill color for the series (in area type series).
- setFillOpacity(Number) - Method in class org.zkoss.chart.Marker
-
Sets fill opacity for the point marker.
- setFillOpacity(Number) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets fill opacity for the area.
- setFillOpacity(Number) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets fill opacity for the area, arearange, areaspline, areasplinerange, bellcurve, and streamgraph.
- setFillOpacity(Number) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets fill opacity
- setFillOpacity(Number) - Method in class org.zkoss.chart.Series
-
Sets fill opacity for the area, arearange, areaspline, areasplinerange, bellcurve, and streamgraph.
- setFillSpace(boolean) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets whether the treegraph series should fill the entire plot area in the X axis direction, even when there are collapsed points.
- setFilter(DataLabelsFilter) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets a declarative filter to control of which data labels to display.
- setFindNearestPointBy(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(String) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(String) - Method in class org.zkoss.chart.Series
-
Sets whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFirstRowAsNames(Boolean) - Method in class org.zkoss.chart.Data
-
Sets whether to use the first row in the data set as series names.
- setFitToPlot(boolean) - Method in class org.zkoss.chart.options3D.Options3D
-
Sets whether the 3d box should automatically adjust to the chart plot area.
- setFloating(boolean) - Method in class org.zkoss.chart.Breadcrumbs
-
When the breadcrumbs are floating, the plot area will not move to make space for it.
- setFloating(boolean) - Method in class org.zkoss.chart.Caption
-
Sets when the caption is floating, the plot area will not move to make space for it.
- setFloating(boolean) - Method in class org.zkoss.chart.Legend
-
Sets when the legend is floating, the plot area ignores it and is allowed to be placed below it.
- setFloating(boolean) - Method in class org.zkoss.chart.Subtitle
-
Sets when the subtitle is floating, the plot area will not move to make space for it.
- setFloating(boolean) - Method in class org.zkoss.chart.Title
-
Sets when the title is floating, the plot area will not move to make space for it.
- setFloor(Number) - Method in class org.zkoss.chart.Axis
-
Sets the lowest allowed value for automatically computed axis extremes.
- setFocusBorder(FocusBorder) - Method in class org.zkoss.chart.KeyboardNavigation
-
Sets an options for the focus border drawn around elements while navigating through them, or create a new one.
- setFollowPointer(boolean) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
- setFollowPointer(boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
- setFollowTouchMove(boolean) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets whether the tooltip should follow the finger as it moves on a touch device.
- setFollowTouchMove(boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets whether the tooltip should follow the finger as it moves on a touch device.
- setFooterFormat(String) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets a string to append to the tooltip format.
- setFooterFormat(String) - Method in class org.zkoss.chart.Tooltip
-
Sets a string to append to the tooltip format.
- setFormat(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the format string for the data label.
- setFormat(String) - Method in class org.zkoss.chart.AxisLabels
-
Sets a format string for the axis label.
- setFormat(String) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets a format string for the breadcrumbs button.
- setFormat(String) - Method in class org.zkoss.chart.BubbleLegend.Labels
-
Sets a format string for the bubble legend labels.
- setFormat(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets a format string for the data label.
- setFormat(String) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets a format text of the tooltip.
- setFormat(String) - Method in class org.zkoss.chart.StackLabels
-
Sets a format string for the data label.
- setFormat(String) - Method in class org.zkoss.chart.Tooltip
-
Sets a format text of the tooltip.
- setFormatter(JavaScriptValue) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the callback JavaScript function to format the annotation's label.
- setFormatter(JavaScriptValue) - Method in class org.zkoss.chart.AxisLabels
- setFormatter(JavaScriptValue) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets the callback JavaScript function to format the breadcrumb text from scratch.
- setFormatter(JavaScriptValue) - Method in class org.zkoss.chart.BubbleLegend.Labels
-
Sets the callback JavaScript function to format the bubble legend labels.
- setFormatter(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets a callback JavaScript function to format the data label.
- setFormatter(JavaScriptValue) - Method in class org.zkoss.chart.Tooltip
-
Set the callback function to format the HTML output of the tooltip.
- setFormAttributes(List<T>) - Method in class org.zkoss.chart.Exporting
-
Sets an object containing additional attributes for the POST form that sends the SVG to the export server.
- setFrame(Frame3D) - Method in class org.zkoss.chart.options3D.Options3D
-
Sets the frame options of the 3D chart.
- setFrameBgAlpha(int) - Method in class org.zkoss.chart.model.DefaultDialModel
- setFrameBgAlpha(int) - Method in interface org.zkoss.chart.model.DialModel
-
Set the background alpha of the dial frame (transparency, 0 ~ 255).
- setFrameBgColor(String) - Method in class org.zkoss.chart.model.DefaultDialModel
- setFrameBgColor(String) - Method in interface org.zkoss.chart.model.DialModel
-
Set the background color of the dial frame.
- setFrameBgColor1(String) - Method in class org.zkoss.chart.model.DefaultDialModel
- setFrameBgColor1(String) - Method in interface org.zkoss.chart.model.DialModel
-
Set the 1st background color of the dial frame (for gradient starting color).
- setFrameBgColor2(String) - Method in class org.zkoss.chart.model.DefaultDialModel
- setFrameBgColor2(String) - Method in interface org.zkoss.chart.model.DialModel
-
Set the 2nd background color of the dial frame (for gradient ending color).
- setFrameFgColor(String) - Method in class org.zkoss.chart.model.DefaultDialModel
- setFrameFgColor(String) - Method in interface org.zkoss.chart.model.DialModel
-
Set the foreground color of the dial frame.
- setFrequency(Number) - Method in class org.zkoss.chart.Highpass
-
Sets the Number object of frequency.
- setFrequency(Number) - Method in class org.zkoss.chart.Mapping
-
Sets the Number object of frequency.
- setFrequency(String) - Method in class org.zkoss.chart.Highpass
-
Sets the String object of frequency.
- setFrequency(String) - Method in class org.zkoss.chart.Mapping
-
Sets the String object of frequency.
- setFrequency(Frequency) - Method in class org.zkoss.chart.Highpass
-
Sets the Frequency object of frequency.
- setFrequency(Frequency) - Method in class org.zkoss.chart.Mapping
-
Sets the Frequency object of frequency.
- setFriction(Number) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the friction applied on forces to prevent nodes rushing to fast to the desired positions.
- setFriction(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the friction applied on forces to prevent nodes rushing to fast to the desired positions.
- setFriction(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
-
Sets the friction applied on forces to prevent nodes rushing to fast to the desired positions.
- setFrom(Number) - Method in class org.zkoss.chart.Break
-
Set the starting value of this break
- setFrom(Number) - Method in class org.zkoss.chart.DataClass
-
Sets the start of the value range that the data class represents, relating to the point value.
- setFrom(Number) - Method in class org.zkoss.chart.PlotBand
-
Sets the start position of the plot band in axis units.
- setFrom(Number) - Method in class org.zkoss.chart.plotOptions.WordCloudRotation
-
Sets the smallest degree of rotation for a word.
- setFrom(String) - Method in class org.zkoss.chart.Point
-
Sets the node that the link runs from.
- setFront(Panel3D) - Method in class org.zkoss.chart.options3D.Frame3D
-
Sets the options for the front panel of a
Frame3D
- setFunnel(String) - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
- setGapBetweenNotes(Number) - Method in class org.zkoss.chart.Mapping
-
Sets the Number object of gapBetweenNotes.
- setGapBetweenNotes(String) - Method in class org.zkoss.chart.Mapping
-
Sets the String object of gapBetweenNotes.
- setGapBetweenNotes(GapBetweenNotes) - Method in class org.zkoss.chart.Mapping
-
Sets the GapBetweenNotes object of gapBetweenNotes.
- setGapSize(int) - Method in class org.zkoss.chart.Series
- setGetExtremesFromAll(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets 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.
- setGetExtremesFromAll(boolean) - Method in class org.zkoss.chart.Series
-
Sets 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.
- setGlobal(Global) - Method in class org.zkoss.chart.Options
-
Sets the Global object.
- setGoogleAPIKey(String) - Method in class org.zkoss.chart.Data
-
Sets the Google Spreadsheet API key required for access generated at API Services / Credentials.
- setGoogleSpreadsheetKey(String) - Method in class org.zkoss.chart.Data
-
Sets the key or spreadsheetId value for a Google Spreadsheet to load.
- setGoogleSpreadsheetRange(String) - Method in class org.zkoss.chart.Data
-
Sets the Google Spreadsheet range to use in combination with
googleSpreadsheetKey
. - setGradientDirection(String) - Method in class org.zkoss.chart.model.DefaultDialModel
- setGradientDirection(String) - Method in interface org.zkoss.chart.model.DialModel
-
Set the Frame background gradient color direction (from bgColor1 to bgColor2); center_horizontal, center_vertical, horizontal, vertical.
- setGradientForSides(boolean) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
By default sides fill is set to a gradient through this option being set to true.
- setGradientForSides(boolean) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
By default sides fill is set to a gradient through this option being set to true.
- setGradientForSides(boolean) - Method in class org.zkoss.chart.Series
-
By default sides fill is set to a gradient through this option being set to true.
- setGraphicContainerLabel(String) - Method in class org.zkoss.chart.LangAccessibility
-
Sets a label on the container wrapping the SVG.
- setGravitationalConstant(Number) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the gravitational const used in the barycenter force of the algorithm.
- setGravitationalConstant(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the gravitational const used in the barycenter force of the algorithm.
- setGravitationalConstant(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
-
Sets the gravitational const used in the barycenter force of the algorithm.
- setGridLineColor(String) - Method in class org.zkoss.chart.Axis
-
Sets color of the grid lines extending the ticks across the plot area.
- setGridLineColor(Color) - Method in class org.zkoss.chart.Axis
-
Sets color of the grid lines extending the ticks across the plot area.
- setGridLineColor(LinearGradient) - Method in class org.zkoss.chart.Axis
-
Sets color of the grid lines extending the ticks across the plot area.
- setGridLineColor(RadialGradient) - Method in class org.zkoss.chart.Axis
-
Sets color of the grid lines extending the ticks across the plot area.
- setGridLineDashStyle(String) - Method in class org.zkoss.chart.Axis
-
Sets the dash or dot style of the grid lines.
- setGridLineInterpolation(String) - Method in class org.zkoss.chart.YAxis
-
Set whether the grid lines should draw as a polygon with straight lines between categories, or as circles.
- setGridLineWidth(Number) - Method in class org.zkoss.chart.Axis
-
Sets the width of the grid lines extending the ticks across the plot area.
- setGridLineWidth(Number) - Method in class org.zkoss.chart.YAxis
-
Sets the width of the grid lines extending the ticks across the plot area.
- setGridSize(Number) - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
-
When
type
is set to thegrid
,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. - setGridSize(String) - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
-
When
type
is set to thegrid
,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. - setGridZIndex(Number) - Method in class org.zkoss.chart.Axis
-
Sets the Z index of the grid lines.
- setGroupBy(String) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets a property to group the points.
- setGrouping(boolean) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(boolean) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(boolean) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
Sets whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(boolean) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(boolean) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(boolean) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
Sets whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to group non-stacked columns or to let them render independent of each other.
- setGroupPadding(Number) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
Sets padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
Sets padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class org.zkoss.chart.plotOptions.VariwidePlotOptions
-
Sets padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class org.zkoss.chart.Series
-
Sets padding between each value groups, in x axis units.
- setGroupPixelWidth(Number) - Method in class org.zkoss.chart.plotOptions.WindBarbDataGrouping
-
Sets the approximate data group width.
- setGroupTimespan(Number) - Method in class org.zkoss.chart.PointGrouping
-
Sets the size of each group in milliseconds.
- setGroupZPadding(Number) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets the spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
Sets the spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets the spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
Sets the spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class org.zkoss.chart.Series
-
Sets the spacing between columns on the Z Axis in a 3D chart.
- setGuideBox(DragDrop.GuideBox) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets the style options for the guide box.
- setHalo(Halo) - Method in class org.zkoss.chart.State
-
Sets the options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts.
- setHaloAsBoolean(boolean) - Method in class org.zkoss.chart.State
-
Sets whether to disable the halo options or not.
- setHaloAttributes(HaloAttributes) - Method in class org.zkoss.chart.Halo
-
Sets the attribute of a Halo options
- setHangingIndent(Number) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Sets the indentation in pixels of hanging nodes, nodes which parent has layout set to hanging.
- setHangingIndent(Number) - Method in class org.zkoss.chart.Series
-
Sets the indentation in pixels of hanging nodes, nodes which parent has layout set to hanging.
- setHangingIndentTranslation(String) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Defines the indentation of a hanging layout parent's children.
- setHangingIndentTranslation(String) - Method in class org.zkoss.chart.Series
-
Defines the indentation of a hanging layout parent's children.
- setHangingSide(String) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Sets whether links connecting hanging nodes should be drawn on the left or right side.
- setHeaderFormat(String) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets the HTML of the tooltip header line.
- setHeaderFormat(String) - Method in class org.zkoss.chart.Tooltip
-
Sets the HTML of the tooltip header line.
- setHeading(String) - Method in class org.zkoss.chart.LangScreenReaderSectionAnnotations
- setHeight(Number) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the height of the shape.
- setHeight(Number) - Method in class org.zkoss.chart.Chart
-
Sets an explicit height for the chart.
- setHeight(Number) - Method in class org.zkoss.chart.Charts
-
Sets an explicit height for the chart.
- setHeight(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets an explicit height for the chart.
- setHeight(Number) - Method in class org.zkoss.chart.ChartsEngine
- setHeight(Number) - Method in class org.zkoss.chart.ExportingButton
-
Sets pixel height of the buttons.
- setHeight(Number) - Method in class org.zkoss.chart.Marker
-
Sets the image height explicitly.
- setHeight(Number) - Method in class org.zkoss.chart.NavigationButton
-
Sets pixel height of the buttons.
- setHeight(Number) - Method in class org.zkoss.chart.plotOptions.CollapseButton
-
Sets pixel height of the button.
- setHeight(Number) - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
-
Sets the height of the scatter plot.
- setHeight(Number) - Method in class org.zkoss.chart.plotOptions.TargetOptions
-
Sets the height of the rectangle representing the target.
- setHeight(String) - Method in class org.zkoss.chart.Chart
-
Sets an explicit height for the chart.
- setHeight(String) - Method in class org.zkoss.chart.Charts
- setHeight(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets an explicit height for the chart.
- setHeight(String) - Method in class org.zkoss.chart.ChartsEngine
- setHeight(String) - Method in class org.zkoss.chart.Marker
-
Sets the image height explicitly.
- setHeight(String) - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
-
Sets the height of the neck, the lower part of a funnel.
- setHeight(String) - Method in class org.zkoss.chart.Series
-
Sets the height of the neck, the lower part of a funnel.
- setHeight(String) - Method in class org.zkoss.chart.XAxis
-
Sets the height as the horizontal axis.
- setHflex(String) - Method in class org.zkoss.chart.Charts
-
Sets horizontal flex hint of this chart.
- setHideBrowserFocusOutline(boolean) - Method in class org.zkoss.chart.FocusBorder
-
Sets whether to hide the browser's default focus indicator.
- setHideDelay(Number) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets the number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
- setHideDelay(Number) - Method in class org.zkoss.chart.Tooltip
-
Sets the number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
- setHideDuration(Number) - Method in class org.zkoss.chart.Loading
-
Sets the duration in milliseconds of the fade out effect.
- setHigh(Number) - Method in class org.zkoss.chart.Point
-
Sets the high number, if any.
- setHighContrastTheme(Map) - Method in class org.zkoss.chart.Accessibility
-
Sets the theme to apply to the chart when Windows High Contrast Mode is detected.
- setHighpass(Highpass) - Method in class org.zkoss.chart.Mapping
-
Sets the Highpass object.
- setHour(String) - Method in class org.zkoss.chart.DateTimeLabelFormats
-
Sets the label format for hour.
- setHover(State) - Method in class org.zkoss.chart.States
-
Sets the hover state.
- setHref(String) - Method in class org.zkoss.chart.Credits
-
Sets the URL for the credits label.
- setHtml(String) - Method in class org.zkoss.chart.LabelsItem
-
Sets inner HTML or text for the label.
- setId(Number) - Method in class org.zkoss.chart.Annotation
-
Sets an ID for an annotation.
- setId(String) - Method in class org.zkoss.chart.Annotation
-
Sets an ID for an annotation.
- setId(String) - Method in class org.zkoss.chart.Axis
-
Sets an id for the axis.
- setId(String) - Method in class org.zkoss.chart.Node
-
Sets the id of the auto-generated node, referring to the from or to setting of the link.
- setId(String) - Method in class org.zkoss.chart.OnPoint
-
The id of the point that we connect the series to.
- setId(String) - Method in class org.zkoss.chart.PlotBand
-
Sets an id used for identifying the plot band in
Axis.removePlotBand(String)
. - setId(String) - Method in class org.zkoss.chart.PlotLine
-
Sets an id used for identifying the plot line in
Axis.removePlotLine(String)
- setId(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets an id for the series.
- setId(String) - Method in class org.zkoss.chart.Point
-
Sets an id for the point.
- setId(String) - Method in class org.zkoss.chart.Series
-
Sets an id for the series.
- setIgnoreHiddenPoint(boolean) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets whether ignore the hidden point.
- setIgnoreHiddenPoint(boolean) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets whether ignore the hidden point.
- setIgnoreHiddenPoint(boolean) - Method in class org.zkoss.chart.plotOptions.TimelinePlotOptions
-
Sets whether ignore the hidden point.
- setIgnoreHiddenPoint(boolean) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets whether ignore the hidden point.
- setIgnoreHiddenPoint(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether ignore the hidden point.
- setIgnoreHiddenSeries(boolean) - Method in class org.zkoss.chart.Chart
-
Sets to ignore the hidden series, if true, the axes will scale to the remaining visible series once one series is hidden.
- setIgnoreHiddenSeries(boolean) - Method in class org.zkoss.chart.Charts
-
Sets to ignore the hidden series, if true, the axes will scale to the remaining visible series once one series is hidden.
- setIgnoreHiddenSeries(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets to ignore the hidden series, if true, the axes will scale to the remaining visible series once one series is hidden.
- setIgnoreHiddenSeries(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setImage(String) - Method in class org.zkoss.chart.Node
-
Sets an image for the node card, will be inserted by the default dataLabel.nodeFormatter.
- setInactive(State) - Method in class org.zkoss.chart.States
-
Sets the opposite state of a hover for series.
- setIncludeInDataExport(boolean) - 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.
- setIncludeInDataExport(boolean) - 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.
- setIndex(int) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets 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.
- setIndex(int) - Method in class org.zkoss.chart.Series
-
Sets 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.
- setIninactiveColor(String) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the color of the inactive up or down arrow in the legend page navigation.
- setIninactiveColor(Color) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the color of the inactive up or down arrow in the legend page navigation.
- setIninactiveColor(LinearGradient) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the color of the inactive up or down arrow in the legend page navigation.
- setIninactiveColor(RadialGradient) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the color of the inactive up or down arrow in the legend page navigation.
- setInitialPositionRadius(Number) - 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.
- setInitialPositionRadius(Number) - 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.
- setInitialPositionRadius(Number) - 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.
- setInitialPositions(String) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the initial layout algorithm for positioning nodes.
- setInitialPositions(String) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the initial layout algorithm for positioning nodes.
- setInitialPositions(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the initial layout algorithm for positioning nodes.
- setInitialPositions(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the initial layout algorithm for positioning nodes.
- setInnerRadius(double) - Method in class org.zkoss.chart.model.DialModelRange
-
Sets the inner radius percentage(0 ~ 1) of the dial range; default to 0.7.
- setInnerRadius(Number) - Method in class org.zkoss.chart.PaneBackground
-
Sets the inner radius.
- setInnerRadius(Number) - Method in class org.zkoss.chart.PlotBand
-
Sets the inner radius.
- setInnerRadius(Number) - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
-
Sets the inner radius for points in a solid gauge.
- setInnerRadius(Number) - Method in class org.zkoss.chart.Point
-
Sets the inner radius for points in a solid gauge.
- setInnerRadius(Number) - Method in class org.zkoss.chart.Series
-
Sets the inner radius for points in a solid gauge.
- setInnerRadius(String) - Method in class org.zkoss.chart.PaneBackground
-
Sets the inner radius.
- setInnerRadius(String) - Method in class org.zkoss.chart.PlotBand
-
Sets the inner radius.
- setInnerRadius(String) - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
-
Sets the inner radius for points in a solid gauge.
- setInnerRadius(String) - Method in class org.zkoss.chart.Point
-
Sets the inner radius for points in a solid gauge.
- setInnerSize(int) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
In circular view, sets the size of the inner diameter of the circle.
- setInnerSize(int) - Method in class org.zkoss.chart.Series
-
In circular view, sets the size of the inner diameter of the circle.
- setInnerSize(Number) - Method in class org.zkoss.chart.Pane
-
Sets the innerSize of the pane.
- setInnerSize(Number) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the size of the inner diameter for the pie.
- setInnerSize(String) - Method in class org.zkoss.chart.Pane
-
Sets the innerSize of the pane.
- setInnerSize(String) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
In circular view, sets the size of the inner diameter of the circle.
- setInnerSize(String) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the size of the inner diameter for the pie.
- setInnerSize(String) - Method in class org.zkoss.chart.Series
-
In circular view, sets the size of the inner diameter of the circle.
- setInnerWidth(Number) - Method in class org.zkoss.chart.PaneBackground
-
Sets the inner width
- setInside(boolean) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets for points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
- setInstrument(String) - Method in class org.zkoss.chart.GlobalTrack
-
Sets instrument to use for playing.
- setIntegration(String) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the integration type.
- setIntegration(String) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the integration type.
- setIntegration(String) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
-
Sets the integration type.
- setInteractByLeaf(boolean) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
- setInteractByLeaf(boolean) - Method in class org.zkoss.chart.Series
-
This option decides if the user can interact with the parent nodes or just the leaf nodes.
- setIntermediateSum(boolean) - Method in class org.zkoss.chart.Point
-
Sets waterfall series only.
- setInterpolation(boolean) - Method in class org.zkoss.chart.Series
-
Sets the boolean value of interpolated.
- setInterpolation(Boolean) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets whether make the heatmap render its data points as an interpolated image.
- setInterruptUser(boolean) - Method in class org.zkoss.chart.AnnounceNewData
-
Sets whether or not the announcements should interrupt the screen reader.
- setIntervals(Number) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets the length of the bell curve.
- setIntervals(Number) - Method in class org.zkoss.chart.Series
-
Sets the length of the bell curve.
- setInverted(boolean) - Method in class org.zkoss.chart.Chart
-
Sets whether to invert the axes so that the x axis is vertical and y axis is horizontal.
- setInverted(boolean) - Method in class org.zkoss.chart.Charts
-
Sets whether to invert the axes so that the x axis is vertical and y axis is horizontal.
- setInverted(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets whether to invert the axes so that the x axis is vertical and y axis is horizontal.
- setInverted(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setItalic(String) - Method in class org.zkoss.chart.PDFFont
-
Sets the TTF font file for italic text.
- setItemDelimiter(String) - Method in class org.zkoss.chart.Data
-
Sets item or cell delimiter for parsing CSV.
- setItemDistance(Number) - Method in class org.zkoss.chart.Legend
-
Sets in a legend with horizontal layout, the itemDistance defines the pixel distance between each item.
- setItemHiddenStyle(String) - Method in class org.zkoss.chart.Legend
-
Sets CSS styles for each legend item when the corresponding series or point is hidden.
- setItemHiddenStyle(Map<K, V>) - Method in class org.zkoss.chart.Legend
-
Sets CSS styles for each legend item when the corresponding series or point is hidden.
- setItemHoverStyle(String) - Method in class org.zkoss.chart.Legend
-
Sets CSS styles for each legend item in hover mode.
- setItemHoverStyle(Map<K, V>) - Method in class org.zkoss.chart.Legend
-
Sets CSS styles for each legend item in hover mode.
- setItemMarginBottom(Number) - Method in class org.zkoss.chart.Legend
-
Sets the pixel bottom margin for each legend item.
- setItemMarginTop(Number) - Method in class org.zkoss.chart.Legend
-
Sets the pixel top margin for each legend item.
- setItemPadding(Number) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the padding between the items, given in relative size where the size of the item is 1.
- setItemPadding(Number) - Method in class org.zkoss.chart.Series
-
Sets the padding between the items, given in relative size where the size of the item is 1.
- setItems(List<LabelsItem>) - Method in class org.zkoss.chart.Labels
-
Sets a HTML label that can be positioned anywhere in the chart area.
- setItemStyle(String) - Method in class org.zkoss.chart.Legend
-
Sets CSS styles for each legend item.
- setItemStyle(Map<K, V>) - Method in class org.zkoss.chart.Legend
-
Sets CSS styles for each legend item.
- setItemWidth(Number) - Method in class org.zkoss.chart.Legend
-
Sets the width for each legend item.
- setIterations(Number) - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
-
When
type
is set tokmeans
,iterations
are the number of iterations that this algorithm will be repeated to find clusters positions. - setJitter(Jitter) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Apply a jitter effect for the rendered markers.
- setJitter(Jitter) - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
-
Apply a jitter effect for the rendered markers.
- setJitter(Jitter) - Method in class org.zkoss.chart.Series
-
Apply a jitter effect for the rendered markers.
- setJSUpdateCall(boolean) - Method in class org.zkoss.chart.OptionDataEvent
-
Sets whether the JSFunction call is for updating the whole optionable data.
- setKey(String) - Method in class org.zkoss.chart.ColorVariation
-
Sets the key of a color variation.
- setKeyboardNavigation(KeyboardNavigation) - Method in class org.zkoss.chart.Accessibility
-
Sets an options for keyboard navigation, or create a new one.
- setKeyboardNavigation(LegendKeyboardNavigation) - Method in class org.zkoss.chart.LegendAccessibility
-
Sets options for keyboard navigation for the legend.
- setKeyboardNavigation(SeriesKeyboardNavigation) - Method in class org.zkoss.chart.SeriesAccessibility
-
Sets the keyboard navigation for a series.
- setKeys(String...) - Method in class org.zkoss.chart.Series
-
Returns an array specifying which option maps to which key in the data point array.
- setKeys(List<String>) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Returns an array specifying which option maps to which key in the data point array.
- setKeys(List<String>) - Method in class org.zkoss.chart.Series
-
Returns an array specifying which option maps to which key in the data point array.
- setKmeansThreshold(Number) - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
-
When
type
is set tonull
and there are more visible points than thekmeansThreshold
thegrid
algorithm is used to find clusters, otherwisekmeans
. - setLabel(String) - Method in class org.zkoss.chart.PlotBand
- setLabel(String) - Method in class org.zkoss.chart.Point
-
Sets the label.
- setLabel(PlotLabel) - Method in class org.zkoss.chart.PlotBand
-
Sets text labels for the plot bands
- setLabel(PlotLabel) - Method in class org.zkoss.chart.PlotLine
-
Sets text labels for the plot line
- setLabel(SeriesLabel) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets series label options.
- setLabel(SeriesLabel) - Method in class org.zkoss.chart.Series
-
Sets series label options.
- setLabelFormat(String) - Method in class org.zkoss.chart.Legend
-
Sets a format string for each legend label.
- setLabelOptions(AnnotationLabelOptions) - Method in class org.zkoss.chart.Annotation
-
Sets options for annotation's labels.
- setLabelrank(Number) - Method in class org.zkoss.chart.Point
-
Sets the rank for this point's data label in case of collision.
- setLabels(List<AnnotationLabel>) - Method in class org.zkoss.chart.Annotation
-
Sets a list of labels for the annotation.
- setLabels(AnnotationLabel...) - Method in class org.zkoss.chart.Annotation
-
Sets an array of labels for the annotation.
- setLabels(AxisLabels) - Method in class org.zkoss.chart.Axis
-
Sets the axis labels show the number or category for each tick.
- setLabels(BubbleLegend.Labels) - Method in class org.zkoss.chart.BubbleLegend
-
Sets options for the bubble legend labels.
- setLabels(Labels) - Method in class org.zkoss.chart.Charts
-
Sets the labels options
- setLabels(Labels) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the labels options
- setLabels(Labels) - Method in class org.zkoss.chart.ChartsEngine
- setLabels(Labels) - Method in class org.zkoss.chart.PlotData
-
Sets the labels options
- setLabelStyle(String) - Method in class org.zkoss.chart.Loading
-
Sets CSS styles for the loading label span.
- setLabelStyle(Map<K, V>) - Method in class org.zkoss.chart.Loading
-
Sets CSS styles for the loading label span.
- setLandmarkVerbosity(String) - Method in class org.zkoss.chart.Accessibility
-
Sets the amount of landmarks/regions to create for screen reader users.
- setLang(Lang) - Method in class org.zkoss.chart.Charts
-
Sets the labels options
- setLang(Lang) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the lang options
- setLang(Lang) - Method in class org.zkoss.chart.ChartsEngine
- setLang(Lang) - Method in class org.zkoss.chart.Options
-
Sets the Language object.
- setLang(Lang) - Method in class org.zkoss.chart.PlotData
-
Sets the lang options
- setLanguage(String) - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Sets the language to speak in for speech tracks, as an IETF BCP 47 language tag.
- setLayout(String) - Method in class org.zkoss.chart.ColorAxis
-
Sets the layout of the color axis.
- setLayout(String) - Method in class org.zkoss.chart.Legend
-
Sets the layout of the legend items.
- setLayout(String) - Method in class org.zkoss.chart.Node
-
Sets the layout for the node's children.
- setLayout(String) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the layout of the items in rectangular view.
- setLayout(String) - Method in class org.zkoss.chart.Series
-
Sets the layout of the items in rectangular view.
- setLayoutAlgorithm(String) - Method in class org.zkoss.chart.Level
-
Set the layoutAlgorithm option on a specific level.
- setLayoutAlgorithm(String) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Set the option decides which algorithm is used for setting position and dimensions of the points.
- setLayoutAlgorithm(String) - Method in class org.zkoss.chart.Series
-
Set the option decides which algorithm is used for setting position and dimensions of the points.
- setLayoutAlgorithm(ClusterLayoutAlgorithm) - Method in class org.zkoss.chart.Cluster
-
Options for layout algorithm.
- setLayoutAlgorithm(NetworkGraphLayoutAlgorithm) - Method in class org.zkoss.chart.plotOptions.NetworkGraphPlotOptions
-
Sets the layoutAlgorithm options.
- setLayoutAlgorithm(NetworkGraphLayoutAlgorithm) - Method in class org.zkoss.chart.Series
-
Sets options for layout algorithm for networkgraph type
- setLayoutAlgorithm(PackedBubbleLayoutAlgorithm) - Method in class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
-
Sets options for layout algorithm when simulation is enabled.
- setLayoutAlgorithm(PackedBubbleLayoutAlgorithm) - Method in class org.zkoss.chart.Series
-
Sets options for layout algorithm when simulation is enabled.
- setLayoutStartingDirection(String) - Method in class org.zkoss.chart.Level
-
Set the layoutStartingDirection option on a specific level.
- setLayoutStartingDirection(String) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Set which direction the layout algorithm will start drawing.
- setLayoutStartingDirection(String) - Method in class org.zkoss.chart.Series
-
Set which direction the layout algorithm will start drawing.
- setLeft(Number) - Method in class org.zkoss.chart.XAxis
-
Sets the left position as the horizontal axis.
- setLeft(String) - Method in class org.zkoss.chart.XAxis
-
Sets the left position as the horizontal axis.
- setLeft(Panel3D) - Method in class org.zkoss.chart.options3D.Frame3D
-
Sets the options for the left panel of a
Frame3D
- setLegend(LangLegend) - Method in class org.zkoss.chart.LangAccessibility
-
Sets language options for accessibility of the legend.
- setLegend(Legend) - Method in class org.zkoss.chart.Charts
-
Sets the Legend options
- setLegend(Legend) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the Legend options
- setLegend(Legend) - Method in class org.zkoss.chart.ChartsEngine
- setLegend(Legend) - Method in class org.zkoss.chart.PlotData
-
Sets the legend options
- setLegendIndex(int) - Method in class org.zkoss.chart.Point
-
Sets pies only.
- setLegendIndex(int) - Method in class org.zkoss.chart.Series
-
Sets the sequential index of the series in the legend.
- setLegendIndex(Number) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the position of the bubble legend in the legend.
- setLegendItem(String) - Method in class org.zkoss.chart.LangLegend
- setLegendLabel(String) - Method in class org.zkoss.chart.LangLegend
- setLegendLabelNoTitle(String) - Method in class org.zkoss.chart.LangLegend
- setLegendSymbol(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the type of legend symbol to render for this series.
- setLegendType(String) - Method in class org.zkoss.chart.plotOptions.TimelinePlotOptions
- setLength(Number) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLink
-
Sets the length (px) of the link between two nodes.
- setLength(Number) - Method in class org.zkoss.chart.Point
-
Sets the length of the vector.
- setLevel(Number) - Method in class org.zkoss.chart.Level
-
Set which level takes effect from the options set in the levels object.
- setLevel(Number) - Method in class org.zkoss.chart.Node
-
Sets an optional level index of where to place the node.
- setLevelIsConstant(boolean) - Method in class org.zkoss.chart.Level
-
Used together with the levels and allowTraversingTree options.
- setLevelIsConstant(boolean) - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
-
Used together with the levels and allowTraversingTree options.
- setLevelIsConstant(boolean) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
- setLevelIsConstant(boolean) - Method in class org.zkoss.chart.Series
-
Used together with the levels and allowDrillToNode options.
- setLevels(List<Level>) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Set options on specific levels.
- setLevels(List<Level>) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Sets options on specific levels.
- setLevels(List<Level>) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
- setLevels(List<Level>) - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
- setLevels(List<Level>) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
- setLevels(List<Level>) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Set options on specific levels.
- setLevels(List<Level>) - Method in class org.zkoss.chart.Series
-
Set options on specific levels.
- setLevels(Level...) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Set options on specific levels.
- setLevels(Level...) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Set options on specific levels.
- setLevels(Level...) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Set options on specific levels.
- setLevels(Level...) - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
-
Set options on specific levels.
- setLevels(Level...) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Set options on specific levels.
- setLevels(Level...) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Set options on specific levels.
- setLevels(Level...) - Method in class org.zkoss.chart.Series
-
Set options on specific levels.
- setLevelSize(LevelSize) - Method in class org.zkoss.chart.Level
-
Sets options of determining the width of the ring per level.
- setLevelSize(LevelSize) - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
-
Sets options of determining the width of the ring per level.
- setLevelSize(LevelSize) - Method in class org.zkoss.chart.Series
-
Sets options of determining the width of the ring per level.
- setLibURL(String) - Method in class org.zkoss.chart.Exporting
-
Sets path where Highcharts will look for export module dependencies to load on demand if they don't already exist on window.
- setLine(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setLinecap(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the line cap used for line ends and line joins on the graph.
- setLinecap(String) - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
-
Sets whether the strokes of the solid gauge should be round or square.
- setLinecap(String) - Method in class org.zkoss.chart.Series
-
Sets the line cap used for line ends and line joins on the graph.
- setLineColor(String) - Method in class org.zkoss.chart.Marker
-
Sets the color of the point marker's outline.
- setLineColor(String) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(String) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets a separate color for the graph line.
- setLineColor(String) - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
-
Sets the line color of the drag handles.
- setLineColor(String) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(String) - Method in class org.zkoss.chart.plotOptions.PolygonPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(String) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(String) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of the line that connects columns in a waterfall series.
- setLineColor(String) - Method in class org.zkoss.chart.Series
-
Sets a separate color for the graph line.
- setLineColor(String) - Method in class org.zkoss.chart.State
-
Sets the color of the point marker's outline.
- setLineColor(String) - Method in class org.zkoss.chart.XAxis
-
Sets the color of the line marking the axis itself.
- setLineColor(Color) - Method in class org.zkoss.chart.Marker
-
Sets the color of the point marker's outline.
- setLineColor(Color) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(Color) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets a separate color for the graph line.
- setLineColor(Color) - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
-
Sets the line color of the drag handles.
- setLineColor(Color) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(Color) - Method in class org.zkoss.chart.plotOptions.PolygonPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(Color) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(Color) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of the line that connects columns in a waterfall series.
- setLineColor(Color) - Method in class org.zkoss.chart.Series
-
Sets a separate color for the graph line.
- setLineColor(Color) - Method in class org.zkoss.chart.State
-
Sets the color of the point marker's outline.
- setLineColor(Color) - Method in class org.zkoss.chart.XAxis
-
Sets the color of the line marking the axis itself.
- setLineColor(LinearGradient) - Method in class org.zkoss.chart.Marker
-
Sets the color of the point marker's outline.
- setLineColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets a separate color for the graph line.
- setLineColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.PolygonPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of the line that connects columns in a waterfall series.
- setLineColor(LinearGradient) - Method in class org.zkoss.chart.Series
-
Sets a separate color for the graph line.
- setLineColor(LinearGradient) - Method in class org.zkoss.chart.State
-
Sets the color of the point marker's outline.
- setLineColor(LinearGradient) - Method in class org.zkoss.chart.XAxis
-
Sets the color of the line marking the axis itself.
- setLineColor(RadialGradient) - Method in class org.zkoss.chart.Marker
-
Sets the color of the point marker's outline.
- setLineColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets a separate color for the graph line.
- setLineColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.PolygonPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets a separate color for the graph line.
- setLineColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of the line that connects columns in a waterfall series.
- setLineColor(RadialGradient) - Method in class org.zkoss.chart.Series
-
Sets a separate color for the graph line.
- setLineColor(RadialGradient) - Method in class org.zkoss.chart.State
-
Sets the color of the point marker's outline.
- setLineColor(RadialGradient) - Method in class org.zkoss.chart.XAxis
-
Sets the color of the line marking the axis itself.
- setLineCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setLineDelimiter(String) - Method in class org.zkoss.chart.Data
-
Sets line delimiter for parsing CSV.
- setLineMultiple(String) - Method in class org.zkoss.chart.LangChartTypes
- setLineSingle(String) - Method in class org.zkoss.chart.LangChartTypes
- setLineWidth(Number) - Method in class org.zkoss.chart.Marker
-
Sets the width of the point marker's outline.
- setLineWidth(Number) - Method in class org.zkoss.chart.plotOptions.AreaRangePlotOptions
-
Sets pixel width of the arearange graph line.
- setLineWidth(Number) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the width of the line surrounding the box.
- setLineWidth(Number) - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
-
Sets the line width for the drag handles.
- setLineWidth(Number) - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
-
Sets the width of the line connecting the data points.
- setLineWidth(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets pixel with of the graph line.
- setLineWidth(Number) - Method in class org.zkoss.chart.plotOptions.TreeGraphLink
-
Sets pixel width of the graph line.
- setLineWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the width of the point marker's outline.
- setLineWidth(Number) - Method in class org.zkoss.chart.State
-
Sets the width of the point marker's outline.
- setLineWidth(Number) - Method in class org.zkoss.chart.XAxis
-
Sets the width of the line marking the axis itself.
- setLineWidth(Number) - Method in class org.zkoss.chart.YAxis
-
Sets the width of the line marking the axis itself.
- setLineWidthPlus(Number) - Method in class org.zkoss.chart.State
-
Sets the additional line width for a hovered point.
- setLink(NetworkGraphLink) - Method in class org.zkoss.chart.plotOptions.NetworkGraphPlotOptions
-
Sets the link style options.
- setLink(NetworkGraphLink) - Method in class org.zkoss.chart.Series
-
Sets the link style options.
- setLink(TreeGraphLink) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets the link style options.
- setLinkColor(String) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Sets the color of the links between nodes.
- setLinkColor(String) - Method in class org.zkoss.chart.Series
-
Sets the color of the links between nodes.
- setLinkColor(Color) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Sets the color of the links between nodes.
- setLinkColor(Color) - Method in class org.zkoss.chart.Series
-
Sets the color of the links between nodes.(Requires organization)
- setLinkColorMode(String) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets color mode for sankey links.
- setLinkedDescription(String) - Method in class org.zkoss.chart.Accessibility
-
Link the chart to an HTML element describing the contents of the chart.
- setLinkedTo(Number) - Method in class org.zkoss.chart.Axis
-
Sets index of another axis that this axis is linked to.
- setLinkedTo(String) - Method in class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
-
Sets the parent series of the error bar.
- setLinkedTo(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the
SeriesPlotOptions.setId(String)
of another series to link to. - setLinkedTo(String) - Method in class org.zkoss.chart.Series
-
Sets the id of another series to link to.
- setLinkFormat(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the format string specifying what to show for links in the networkgraph.
- setLinkFormat(String) - Method in class org.zkoss.chart.plotOptions.NetworkGraphDataLabels
-
Sets the format string specifying what to show for links in the networkgraph.
- setLinkFormatter(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.NetworkGraphDataLabels
-
Sets the callback to format data labels for links in the sankey diagram.
- setLinkLength(Number) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the ideal length (px) of the link between two nodes.
- setLinkLength(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the ideal length (px) of the link between two nodes.
- setLinkLength(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
-
Sets the ideal length (px) of the link between two nodes.
- setLinkLineWidth(Number) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Sets the line width of the links connecting nodes, in pixels.
- setLinkLineWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the line width of the links connecting nodes, in pixels.
- setLinkOpacity(Number) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets linkOpacity on all points which lay on the same level.
- setLinkOpacity(Number) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets opacity for the links between nodes in the sankey diagram.
- setLinkOpacity(Number) - Method in class org.zkoss.chart.Series
-
Sets linkOpacity on all points which lay on the same level.
- setLinkRadius(Number) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
Sets radius for the rounded corners of the links between nodes.
- setLinkRadius(Number) - Method in class org.zkoss.chart.Series
-
Sets radius for the rounded corners of the links between nodes.
- setLinkTextPath(DataLabelsTextPath) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the options for a link label text which should follow link connection.
- setLinkTextPath(DataLabelsTextPath) - Method in class org.zkoss.chart.plotOptions.NetworkGraphDataLabels
-
Sets the options for a link label text which should follow link connection.
- setLinkWeight(Number) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
The global link weight.
- setLinkWeight(Number) - Method in class org.zkoss.chart.Series
-
The global link weight.
- setLiveRedraw(boolean) - Method in class org.zkoss.chart.plotOptions.DragDrop
-
Sets if updates points as they are dragged.
- setLoading(String) - Method in class org.zkoss.chart.Lang
-
Sets the loading text that appears when the chart is set into the loading state following a call to
Charts.showLoading(String)
. - setLoading(Loading) - Method in class org.zkoss.chart.PlotData
-
Sets the loading options
- setLow(Number) - Method in class org.zkoss.chart.Point
-
Sets the low number, if any.
- setLowColor(String) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets color of the start markers in a dumbbell graph.
- setLowColor(String) - Method in class org.zkoss.chart.Series
-
Sets color of the start markers in a dumbbell graph.
- setLowColor(Color) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets color of the start markers in a dumbbell graph.
- setLowColor(Color) - Method in class org.zkoss.chart.Series
-
Sets color of the start markers in a dumbbell graph.
- setLowColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets color of the start markers in a dumbbell graph.
- setLowColor(LinearGradient) - Method in class org.zkoss.chart.Series
-
Sets color of the start markers in a dumbbell graph.
- setLowColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets color of the start markers in a dumbbell graph.
- setLowColor(RadialGradient) - Method in class org.zkoss.chart.Series
-
Sets color of the start markers in a dumbbell graph.
- setLowerBound(double) - Method in class org.zkoss.chart.model.DialModelRange
-
Sets the lower bound in scale of this colored range.
- setLowMarker(LowMarker) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets options for the lower markers of the dumbbell-like series.
- setLowMarker(LowMarker) - Method in class org.zkoss.chart.Series
-
Sets options for the lower markers of the dumbbell-like series.
- setLowpass(Lowpass) - Method in class org.zkoss.chart.Mapping
-
Sets the Lowpass object.
- setMap(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setMapbubble(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setMapbubbleCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setMapCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setMapFunction(String) - Method in class org.zkoss.chart.Frequency
-
Sets how to perform the mapping.
- setMapFunction(String) - Method in class org.zkoss.chart.Pitch
-
Sets how to perform the mapping.
- setMapline(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setMaplineCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setMapping(Mapping) - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Sets the Mapping object.
- setMapping(Mapping) - Method in class org.zkoss.chart.GlobalTrack
-
Sets the Mapping object.
- setMapTo(String) - Method in class org.zkoss.chart.Frequency
-
Sets a point property to map the mapping parameter to.
- setMapTo(String) - Method in class org.zkoss.chart.Pitch
-
Sets a point property to map the mapping parameter to.
- setMapTypeDescription(String) - Method in class org.zkoss.chart.LangChartTypes
- setMapZoomIn(String) - Method in class org.zkoss.chart.LangZoom
- setMapZoomOut(String) - Method in class org.zkoss.chart.LangZoom
- setMargin(Number) - Method in class org.zkoss.chart.Axis
-
If there are multiple axes on the same side of the chart, sets the pixel margin between the axes.
- setMargin(Number) - Method in class org.zkoss.chart.AxisTitle
-
Sets the pixel distance between the axis labels or line and the title.
- setMargin(Number) - Method in class org.zkoss.chart.Chart
-
Sets the margin between the outer edge of the chart and the plot area.
- setMargin(Number) - Method in class org.zkoss.chart.Charts
-
Sets the margin between the outer edge of the chart and the plot area.
- setMargin(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the margin between the outer edge of the chart and the plot area.
- setMargin(Number) - Method in class org.zkoss.chart.ChartsEngine
- setMargin(Number) - Method in class org.zkoss.chart.FocusBorder
-
Sets the focus border margin around the elements.
- setMargin(Number) - Method in class org.zkoss.chart.Legend
-
Sets 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.
- setMargin(Number) - Method in class org.zkoss.chart.Title
-
Sets the margin between the title and the plot area, or if a subtitle is present, the margin between the subtitle and the plot area.
- setMargin(Number[]) - Method in class org.zkoss.chart.Chart
-
Sets the margin between the outer edge of the chart and the plot area.
- setMargin(Number[]) - Method in class org.zkoss.chart.Charts
-
Sets the margin between the outer edge of the chart and the plot area.
- setMargin(Number[]) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the margin between the outer edge of the chart and the plot area.
- setMargin(Number[]) - Method in class org.zkoss.chart.ChartsEngine
- setMargin(String) - Method in class org.zkoss.chart.Charts
-
Sets the margin between the outer edge of the chart and the plot area.
- setMargin(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the margin between the outer edge of the chart and the plot area.
- setMargin(String) - Method in class org.zkoss.chart.ChartsEngine
- setMarginBottom(Number) - Method in class org.zkoss.chart.Chart
-
Sets the margin between the bottom outer edge of the chart and the plot area.
- setMarginBottom(Number) - Method in class org.zkoss.chart.Charts
-
Sets the margin between the bottom outer edge of the chart and the plot area.
- setMarginBottom(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the margin between the bottom outer edge of the chart and the plot area.
- setMarginBottom(Number) - Method in class org.zkoss.chart.ChartsEngine
- setMarginLeft(Number) - Method in class org.zkoss.chart.Chart
-
Sets the margin between the left outer edge of the chart and the plot area.
- setMarginLeft(Number) - Method in class org.zkoss.chart.Charts
-
Sets the margin between the left outer edge of the chart and the plot area.
- setMarginLeft(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the margin between the left outer edge of the chart and the plot area.
- setMarginLeft(Number) - Method in class org.zkoss.chart.ChartsEngine
- setMarginRight(Number) - Method in class org.zkoss.chart.Chart
-
Sets the margin between the right outer edge of the chart and the plot area.
- setMarginRight(Number) - Method in class org.zkoss.chart.Charts
-
Sets the margin between the right outer edge of the chart and the plot area.
- setMarginRight(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the margin between the right outer edge of the chart and the plot area.
- setMarginRight(Number) - Method in class org.zkoss.chart.ChartsEngine
- setMarginTop(Number) - Method in class org.zkoss.chart.Chart
-
Sets the margin between the top outer edge of the chart and the plot area.
- setMarginTop(Number) - Method in class org.zkoss.chart.Charts
-
Sets the margin between the top outer edge of the chart and the plot area.
- setMarginTop(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the margin between the top outer edge of the chart and the plot area.
- setMarginTop(Number) - Method in class org.zkoss.chart.ChartsEngine
- setMarker(Marker) - Method in class org.zkoss.chart.Cluster
-
Sets the cluster marker
- setMarker(Marker) - Method in class org.zkoss.chart.Level
-
Sets the level marker
- setMarker(Marker) - Method in class org.zkoss.chart.Node
-
Sets the marker of this node.
- setMarker(Marker) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
-
Sets the styling options for parentNodes markers.
- setMarker(Marker) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the series marker
- setMarker(Marker) - Method in class org.zkoss.chart.Point
-
Sets the data marker
- setMarker(Marker) - Method in class org.zkoss.chart.Series
-
Sets the marker for this series.
- setMarker(Marker) - Method in class org.zkoss.chart.State
-
Sets the marker of this state
- setMarkerEnd(String) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets id of the marker which will be drawn at the final vertex of the path.
- setMarkerStart(String) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets id of the marker which will be drawn at the first vertex of the path.
- setMass(Number) - Method in class org.zkoss.chart.Node
-
Sets the mass of the node.
- setMasterVolume(Number) - Method in class org.zkoss.chart.Sonification
-
Sets overall/master volume for the sonification, from 0 to 1.
- setMatchByName(boolean) - Method in class org.zkoss.chart.DataSorting
-
Whether to allow matching points by name in an update.
- setMax(Number) - Method in class org.zkoss.chart.ActiveWhen
-
Sets track is only active when prop is below or at this value.
- setMax(Number) - Method in class org.zkoss.chart.Axis
-
Sets the maximum value of the axis.
- setMax(Number) - Method in class org.zkoss.chart.Frequency
-
Sets the maximum value for the audio parameter.
- setMax(Number) - Method in class org.zkoss.chart.Path
-
Sets the max option determines height of the image.
- setMax(String) - Method in class org.zkoss.chart.Pitch
-
Sets the maximum value for the audio parameter.
- setMaxColor(String) - Method in class org.zkoss.chart.YAxis
-
Sets the the max color.
- setMaxColor(Color) - Method in class org.zkoss.chart.YAxis
-
Sets the the max color.
- setMaxColor(LinearGradient) - Method in class org.zkoss.chart.YAxis
-
Sets the the max color.
- setMaxColor(RadialGradient) - Method in class org.zkoss.chart.YAxis
-
Sets the the max color.
- setMaxFontSize(Number) - 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.
- setMaxFontSize(Number) - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
-
Sets the word with the largest weight will have a font size equal to this value.
- setMaxFontSize(Number) - Method in class org.zkoss.chart.Series
-
Sets the word with the largest weight will have a font size equal to this value.
- setMaxHeight(Number) - Method in class org.zkoss.chart.Legend
-
Sets maximum pixel height for the legend.
- setMaxHeight(Number) - Method in class org.zkoss.chart.Responsive.Condition
-
Sets the value the responsive rule applies if the chart height is less than this.
- setMaxInputLabel(String) - Method in class org.zkoss.chart.LangRangeSelector
- setMaxIterations(Number) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the max number of iterations before algorithm will stop.
- setMaxIterations(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the max number of iterations before algorithm will stop.
- setMaxIterations(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
-
Sets the max number of iterations before algorithm will stop.
- setMaxPadding(Number) - Method in class org.zkoss.chart.Axis
-
Sets padding of the max value relative to the length of the axis.
- setMaxPadding(Number) - Method in class org.zkoss.chart.YAxis
-
Sets padding of the max value relative to the length of the axis.
- setMaxPointSize(Number) - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
-
Sets the maximum size of the points' radius related to chart's plotArea.
- setMaxPointSize(Number) - Method in class org.zkoss.chart.Series
-
Sets the maximum size of the points' radius related to chart's plotArea.
- setMaxPointSize(String) - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
-
Sets the maximum size of the points' radius related to chart's plotArea.
- setMaxPointWidth(Number) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
Sets the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
Sets the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxSize(Number) - Method in class org.zkoss.chart.BubbleLegend
-
Sets maximum bubble legend range size.
- setMaxSize(Number) - Method in class org.zkoss.chart.Series
-
Sets maximum bubble size.
- setMaxSize(String) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets maximum bubble size.
- setMaxSize(String) - Method in class org.zkoss.chart.Series
-
Sets maximum bubble size.
- setMaxSpeed(Number) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Verlet integration only.
- setMaxSpeed(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the max speed that node can get in one iteration.
- setMaxSpeed(Number) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
-
Sets the max speed that node can get in one iteration.
- setMaxStaggerLines(Number) - Method in class org.zkoss.chart.AxisLabels
-
Deprecated.
- setMaxWidth(Number) - Method in class org.zkoss.chart.Responsive.Condition
-
Sets the value the responsive rule applies if the chart width is less than this.
- setMedian(Number) - Method in class org.zkoss.chart.Point
-
Set the median value for this point.
- setMedianColor(String) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the median line.
- setMedianColor(String) - Method in class org.zkoss.chart.Series
-
Sets the color of the median line.
- setMedianColor(Color) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the median line.
- setMedianColor(Color) - Method in class org.zkoss.chart.Series
-
Sets the color of the median line.
- setMedianColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the median line.
- setMedianColor(LinearGradient) - Method in class org.zkoss.chart.Series
-
Sets the color of the median line.
- setMedianColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the median line.
- setMedianColor(RadialGradient) - Method in class org.zkoss.chart.Series
-
Sets the color of the median line.
- setMedianDashStyle(String) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets a name for the dash style of the median.
- setMedianDashStyle(String) - Method in class org.zkoss.chart.Series
-
Sets a name for the dash style of the median.
- setMedianWidth(Number) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the pixel width of the median line.
- setMedianWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the pixel width of the median line.
- setMenuButtonLabel(String) - Method in class org.zkoss.chart.LangExporting
- setMenuItemDefinitions(Map<String, MenuItem>) - Method in class org.zkoss.chart.Exporting
-
Sets to a map consisting of definitions for the menu items in the context menu.
- setMenuItemHoverStyle(String) - Method in class org.zkoss.chart.Navigation
-
Sets CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked.
- setMenuItemHoverStyle(Map<K, V>) - Method in class org.zkoss.chart.Navigation
-
Sets CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked.
- setMenuItems(List<?>) - Method in class org.zkoss.chart.ExportingButton
-
Sets a collection of config options for the menu items.
- setMenuItemStyle(String) - Method in class org.zkoss.chart.Navigation
-
Sets CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked.
- setMenuItemStyle(Map<K, V>) - Method in class org.zkoss.chart.Navigation
-
Sets CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked.
- setMenuStyle(String) - Method in class org.zkoss.chart.Navigation
-
Sets CSS styles for the popup menu appearing by default when the export icon is clicked.
- setMenuStyle(Map<K, V>) - Method in class org.zkoss.chart.Navigation
-
Sets CSS styles for the popup menu appearing by default when the export icon is clicked.
- setMidiName(String) - Method in class org.zkoss.chart.GlobalTrack
-
Sets the name to use for a track when exporting to MIDI.
- setMillisecond(String) - Method in class org.zkoss.chart.DateTimeLabelFormats
-
Sets the label format for millisecond.
- setMin(Number) - Method in class org.zkoss.chart.ActiveWhen
-
Sets track is only active when prop is above or at this value.
- setMin(Number) - Method in class org.zkoss.chart.Axis
-
Sets the minimum value of the axis.
- setMin(Number) - Method in class org.zkoss.chart.Frequency
-
Sets the minimum value for the audio parameter.
- setMin(String) - Method in class org.zkoss.chart.Pitch
-
Sets the minimum value for the audio parameter.
- setMinAnnounceInterval(Number) - Method in class org.zkoss.chart.AnnounceNewData
-
Sets the minimum interval between announcements in milliseconds.
- setMinColor(String) - Method in class org.zkoss.chart.YAxis
-
Sets the min color.
- setMinColor(Color) - Method in class org.zkoss.chart.YAxis
-
Sets the min color.
- setMinColor(LinearGradient) - Method in class org.zkoss.chart.YAxis
-
Sets the min color.
- setMinColor(RadialGradient) - Method in class org.zkoss.chart.YAxis
-
Sets the min color.
- setMinFontSize(Number) - 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.
- setMinFontSize(Number) - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
-
Sets a threshold determining the minimum font size that can be applied to a word.
- setMinFontSize(Number) - Method in class org.zkoss.chart.Series
-
Sets a threshold determining the minimum font size that can be applied to a word.
- setMinHeight(Number) - Method in class org.zkoss.chart.Responsive.Condition
-
Sets the value the responsive rule applies if the chart height is greater than this.
- setMinHeight(Number) - Method in class org.zkoss.chart.ScrollablePlotArea
-
Sets the minimum height for the plot area.
- setMinimumClusterSize(Number) - Method in class org.zkoss.chart.Cluster
-
The minimum amount of points to be combined into a cluster.
- setMinInputLabel(String) - Method in class org.zkoss.chart.LangRangeSelector
- setMinLinkWidth(Number) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets the minimal width for a line of a sankey.
- setMinLinkWidth(Number) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets the minimal width for a line of a sankey.
- setMinLinkWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the minimal width for a line of a sankey.
- setMinNodeLength(Number) - Method in class org.zkoss.chart.plotOptions.OrganizationPlotOptions
-
In a horizontal chart, the minimum width of the hanging nodes only, in pixels.
- setMinNodeLength(Number) - Method in class org.zkoss.chart.Series
-
In a horizontal chart, the minimum width of the hanging nodes only, in pixels.
- setMinorGridLineColor(String) - Method in class org.zkoss.chart.Axis
-
Sets color of the minor, secondary grid lines.
- setMinorGridLineColor(Color) - Method in class org.zkoss.chart.Axis
-
Sets color of the minor, secondary grid lines.
- setMinorGridLineColor(LinearGradient) - Method in class org.zkoss.chart.Axis
-
Sets color of the minor, secondary grid lines.
- setMinorGridLineColor(RadialGradient) - Method in class org.zkoss.chart.Axis
-
Sets color of the minor, secondary grid lines.
- setMinorGridLineDashStyle(String) - Method in class org.zkoss.chart.Axis
-
Sets the dash or dot style of the minor grid lines.
- setMinorGridLineWidth(Number) - Method in class org.zkoss.chart.Axis
-
Sets width of the minor, secondary grid lines.
- setMinorTickColor(String) - Method in class org.zkoss.chart.Axis
-
Sets color for the minor tick marks.
- setMinorTickColor(Color) - Method in class org.zkoss.chart.Axis
-
Sets color for the minor tick marks.
- setMinorTickColor(LinearGradient) - Method in class org.zkoss.chart.Axis
-
Sets color for the minor tick marks.
- setMinorTickColor(RadialGradient) - Method in class org.zkoss.chart.Axis
-
Sets color for the minor tick marks.
- setMinorTickInterval(Number) - Method in class org.zkoss.chart.Axis
-
Sets tick interval in scale units for the minor ticks.
- setMinorTickInterval(String) - Method in class org.zkoss.chart.Axis
-
Sets tick interval in scale units for the minor ticks.
- setMinorTickLength(Number) - Method in class org.zkoss.chart.Axis
-
Sets the pixel length of the minor tick marks.
- setMinorTickPosition(String) - Method in class org.zkoss.chart.Axis
-
Sets the position of the minor tick marks relative to the axis line.
- setMinorTicks(boolean) - Method in class org.zkoss.chart.Axis
-
Sets enable or disable minor ticks.
- setMinorTicksPerMajor(Number) - Method in class org.zkoss.chart.Axis
-
Sets the number of minor ticks per major tick.
- setMinorTickWidth(Number) - Method in class org.zkoss.chart.Axis
-
Sets the pixel width of the minor tick mark.
- setMinPadding(Number) - Method in class org.zkoss.chart.Axis
-
Sets padding of the min value relative to the length of the axis.
- setMinPadding(Number) - Method in class org.zkoss.chart.YAxis
-
Sets padding of the min value relative to the length of the axis.
- setMinPointLength(Number) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets the minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets the minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
Sets the minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets the minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
Sets the minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class org.zkoss.chart.Series
-
Sets the minimal height for a column or width for a bar.
- setMinPointSize(Number) - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
-
Sets the minimum size of the points' radius related to chart's plotArea.
- setMinPointSize(Number) - Method in class org.zkoss.chart.Series
-
Sets the minimum size of the points' radius related to chart's plotArea.
- setMinPointSize(String) - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
-
Sets the minimum size of the points' radius related to chart's plotArea.
- setMinRange(Number) - Method in class org.zkoss.chart.Axis
-
Sets the minimum range to display on this axis.
- setMinSize(Number) - Method in class org.zkoss.chart.BubbleLegend
-
Sets minimum bubble legend range size.
- setMinSize(Number) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the minimum size for a pie in response to auto margins.
- setMinSize(Number) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the minimum size for a pie in response to auto margins.
- setMinSize(Number) - Method in class org.zkoss.chart.Series
-
Sets the minimum size.
- setMinSize(String) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets minimum bubble size.
- setMinSize(String) - Method in class org.zkoss.chart.Series
-
Sets the minimum size.
- setMinTickInterval(Number) - Method in class org.zkoss.chart.Axis
-
Sets the minimum tick interval allowed in axis values.
- setMinute(String) - Method in class org.zkoss.chart.DateTimeLabelFormats
-
Sets the label format for minute.
- setMinWidth(Number) - Method in class org.zkoss.chart.Responsive.Condition
-
Sets the value the responsive rule applies if the chart width is greater than this.
- setMinWidth(Number) - Method in class org.zkoss.chart.ScrollablePlotArea
-
Sets the minimum width for the plot area.
- setMode(String) - Method in class org.zkoss.chart.SeriesNavigation
-
Sets the keyboard navigation mode for the chart.
- setModel(ChartsModel) - Method in class org.zkoss.chart.Charts
-
Sets the chart model associated with this chart.
- setModel(ChartsModel) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the chart model associated with this chart.
- setModel(ChartsModel) - Method in class org.zkoss.chart.ChartsEngine
- setModel(ChartModel) - Method in class org.zkoss.chart.Charts
- setModel(ChartModel) - Method in interface org.zkoss.chart.ChartsApi
- setModel(ChartModel) - Method in class org.zkoss.chart.ChartsEngine
- setMonth(String) - Method in class org.zkoss.chart.DateTimeLabelFormats
-
Sets the label format for month.
- setMonths(List<String>) - Method in class org.zkoss.chart.Lang
-
Sets an array containing the months names.
- setName(String) - Method in class org.zkoss.chart.DataClass
-
Sets the name of the data class as it appears in the legend.
- setName(String) - Method in class org.zkoss.chart.Node
-
Sets the name to display for the node in data labels and tooltips.
- setName(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the name of the series as shown in the legend, tooltip etc.
- setName(String) - Method in class org.zkoss.chart.Point
-
Sets the name of the point as shown in the legend, tooltip, dataLabel etc.
- setName(String) - Method in class org.zkoss.chart.Series
-
Sets the name of the series as shown in the legend, tooltip etc.
- setNavigation(LegendNavigation) - Method in class org.zkoss.chart.Legend
-
Sets options for the paging or navigation appearing when the legend is overflown.
- setNavigation(Navigation) - Method in class org.zkoss.chart.Charts
-
Sets the navigation options
- setNavigation(Navigation) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the navigation options
- setNavigation(Navigation) - Method in class org.zkoss.chart.ChartsEngine
- setNavigation(Navigation) - Method in class org.zkoss.chart.PlotData
-
Sets the navigation options
- setNeckHeight(String) - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
-
Sets the height of the neck, the lower part of the funnel.
- setNeckHeight(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the neck height for funnel chart only.
- setNeckHeight(String) - Method in class org.zkoss.chart.Series
-
Sets the height of the neck, the lower part of the funnel.
- setNeckWidth(String) - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
-
Sets the width of the neck, the lower part of the funnel.
- setNeckWidth(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the neck width for funnel chart only.
- setNeckWidth(String) - Method in class org.zkoss.chart.Series
-
Sets the width of the neck, the lower part of the funnel.
- setNeedleColor(String) - Method in class org.zkoss.chart.model.DialModelScale
-
Set the needle color.
- setNeedleRadius(double) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the radius percentage(0 ~ 1) of the scale's needle; default to 0.9.
- setNeedleType(String) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the needle type of this scale ("pointer" or "pin")
- setNegativeColor(String) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets when a point's Z value is below the
BubblePlotOptions.setZThreshold(Number)
setting, this color is used. - setNegativeColor(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the color for the parts of the graph or points that are below the
SeriesPlotOptions.setThreshold(Number)
. - setNegativeColor(String) - Method in class org.zkoss.chart.Series
-
Sets the color for the parts of the graph or points that are below the
Series.setThreshold(Number)
. - setNegativeColor(Color) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets when a point's Z value is below the
BubblePlotOptions.setZThreshold(Number)
setting, this color is used. - setNegativeColor(Color) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the color for the parts of the graph or points that are below the
SeriesPlotOptions.setThreshold(Number)
. - setNegativeColor(Color) - Method in class org.zkoss.chart.Series
-
Sets the color for the parts of the graph or points that are below the
Series.setThreshold(Number)
. - setNegativeColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets when a point's Z value is below the
BubblePlotOptions.setZThreshold(Number)
setting, this color is used. - setNegativeColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the color for the parts of the graph or points that are below the
SeriesPlotOptions.setThreshold(Number)
. - setNegativeColor(LinearGradient) - Method in class org.zkoss.chart.Series
-
Sets the color for the parts of the graph or points that are below the
Series.setThreshold(Number)
. - setNegativeColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets when a point's Z value is below the
BubblePlotOptions.setZThreshold(Number)
setting, this color is used. - setNegativeColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the color for the parts of the graph or points that are below the
SeriesPlotOptions.setThreshold(Number)
. - setNegativeColor(RadialGradient) - Method in class org.zkoss.chart.Series
-
Sets the color for the parts of the graph or points that are below the
Series.setThreshold(Number)
. - setNegativeFillColor(String) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(String) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(String) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(String) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(String) - Method in class org.zkoss.chart.Series
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(Color) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(Color) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(Color) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(Color) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(Color) - Method in class org.zkoss.chart.Series
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(LinearGradient) - Method in class org.zkoss.chart.Series
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets a separate color for the negative part of the area.
- setNegativeFillColor(RadialGradient) - Method in class org.zkoss.chart.Series
-
Sets a separate color for the negative part of the area.
- setNewDataAnnounce(String) - Method in class org.zkoss.chart.LangAnnounceNewData
- setNewPointAnnounceMultiple(String) - Method in class org.zkoss.chart.LangAnnounceNewData
- setNewPointAnnounceSingle(String) - Method in class org.zkoss.chart.LangAnnounceNewData
- setNewSeriesAnnounceMultiple(String) - Method in class org.zkoss.chart.LangAnnounceNewData
- setNewSeriesAnnounceSingle(String) - Method in class org.zkoss.chart.LangAnnounceNewData
- setNoData(String) - Method in class org.zkoss.chart.Lang
-
Sets the message for no data.
- setNoData(NoData) - Method in class org.zkoss.chart.Charts
-
Sets the no-data options
- setNoData(NoData) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the no-data options
- setNoData(NoData) - Method in class org.zkoss.chart.ChartsEngine
- setNoData(NoData) - Method in class org.zkoss.chart.PlotData
-
Sets the no-data options
- setNodeAlignment(String) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets which side of the chart the nodes are to be aligned to.
- setNodeDistance(Number) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets the distance between nodes in a sankey diagram in the longitudinal direction.
- setNodeFormat(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the format string specifying what to show for nodes.
- setNodeFormat(String) - Method in class org.zkoss.chart.plotOptions.SankeyDataLabels
-
Sets the format string specifying what to show for nodes in tooltip of a diagram series, as opposed to links.
- setNodeFormat(String) - Method in class org.zkoss.chart.Tooltip
-
Sets the format string specifying what to show for nodes in tooltip of a diagram series, as opposed to links.
- setNodeFormatter(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the callback to format data labels for nodes in the sankey diagram.
- setNodeFormatter(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.SankeyDataLabels
-
Sets a callback for defining the format for nodes in the chart's tooltip, as opposed to links.
- setNodePadding(Number) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets the padding between nodes in a sankey diagram or dependency wheel, in pixels.
- setNodePadding(Number) - Method in class org.zkoss.chart.Series
-
Sets the padding between nodes in a sankey diagram or dependency wheel, in pixels.
- setNodeWidth(Number) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets the pixel width of each node in a sankey diagram or dependency wheel, or the height in case the chart is inverted.
- setNodeWidth(Number) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets the pixel width of each node in a sankey diagram or dependency wheel, or the height in case the chart is inverted.
- setNodeWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the pixel width of each node in a sankey diagram or dependency wheel, or the height in case the chart is inverted.
- setNodeWidth(String) - Method in class org.zkoss.chart.plotOptions.SankeyPlotOptions
-
Sets the pixel width of each node in a sankey diagram or dependency wheel, or the height in case the chart is inverted.
- setNodeWidth(String) - Method in class org.zkoss.chart.Series
-
Sets the pixel width of each node in a sankey diagram or dependency wheel, or the height in case the chart is inverted.
- setNormal(String) - Method in class org.zkoss.chart.PDFFont
-
Sets the TTF font file for normal
font-style
. - setNormal(State) - Method in class org.zkoss.chart.States
-
Sets the normal state of a series, or for point items in column, pie and similar series.
- setNoteDuration(Number) - Method in class org.zkoss.chart.Mapping
-
Sets the Number object of note duration.
- setNoteDuration(String) - Method in class org.zkoss.chart.Mapping
-
Sets the String object of note duration.
- setNoteDuration(NoteDuration) - Method in class org.zkoss.chart.Mapping
-
Sets the NoteDuration object of note duration.
- setNullColor(String) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the color applied to null points.
- setNullColor(String) - Method in class org.zkoss.chart.Series
-
Sets the color applied to null points.
- setNullColor(Color) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the color applied to null points.
- setNullColor(Color) - Method in class org.zkoss.chart.Series
-
Sets the color applied to null points.
- setNullColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the color applied to null points.
- setNullColor(LinearGradient) - Method in class org.zkoss.chart.Series
-
Sets the color applied to null points.
- setNullColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the color of the border surrounding each column or bar.
- setNullColor(RadialGradient) - Method in class org.zkoss.chart.Series
-
Sets the color applied to null points.
- setNullFormat(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the format for points with the value of null.
- setNullFormat(String) - Method in class org.zkoss.chart.Tooltip
-
Sets the HTML of the null point's line in the tooltip.
- setNullFormatter(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the callback JavaScript function that defines formatting for points with the value of null.
- setNullPointValue(String) - Method in class org.zkoss.chart.LangSeries
-
Sets the description for the value of null points.
- setNumberFormat(Number, Number, String, String) - Method in class org.zkoss.chart.Charts
-
Formats a JavaScript number with grouped thousands, a fixed amount of decimals and an optional decimal point.
- setNumericSymbols(List<String>) - Method in class org.zkoss.chart.Lang
-
Sets Metric prefixes used to shorten high numbers in axis labels.
- setOffset(Number) - Method in class org.zkoss.chart.Axis
-
Sets the distance in pixels from the plot area to the axis line.
- setOffset(Number) - Method in class org.zkoss.chart.AxisTitle
-
Sets the distance of the axis title from the axis line.
- setOffset(Number) - Method in class org.zkoss.chart.Node
-
Deprecated.since 10.2.1.0
- setOffset(String) - Method in class org.zkoss.chart.Node
-
Deprecated.since 10.2.1.0
- setOffset(String) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets the offset of an arc diagram nodes column in relation to the
plotArea
. - setOffset(String) - Method in class org.zkoss.chart.Series
-
Sets the offset of an arc diagram nodes column in relation to the
plotArea
. - setOffsetHorizontal(Number) - Method in class org.zkoss.chart.Node
-
The horizontal offset of a node.
- setOffsetHorizontal(String) - Method in class org.zkoss.chart.Node
-
The horizontal offset of a node.
- setOffsetVertical(Number) - Method in class org.zkoss.chart.Node
-
The vertical offset of a node.
- setOffsetVertical(String) - Method in class org.zkoss.chart.Node
-
The vertical offset of a node.
- setOffsetX(int) - Method in class org.zkoss.chart.Shadow
-
Sets the offset X of the shadow
- setOffsetY(Number) - Method in class org.zkoss.chart.Shadow
-
Sets the offset Y of the shadow
- setOnArea(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesLabel
-
Sets whether to draw the label on the area of an area series.
- setOnclick(JavaScriptValue) - Method in class org.zkoss.chart.MenuItem
-
Set the javascript function to handle this menu item's onclick event.
- setOnlyOnHover(boolean) - Method in class org.zkoss.chart.plotOptions.CollapseButton
-
Sets whether the button should be visible only when the node is hovered.
- setOnPlayAsSoundClick(JavaScriptValue) - Method in class org.zkoss.chart.ScreenReaderSection
-
Sets the function to run upon clicking the "Play as sound" button in the screen reader region.
- setOnPoint(OnPoint) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the Series on point feature.
- setOnPoint(OnPoint) - Method in class org.zkoss.chart.Series
-
Sets the Series on point feature.
- setOnSeries(String) - Method in class org.zkoss.chart.plotOptions.WindBarbPlotOptions
-
Sets the id of another series in the chart that the wind barbs are projected on.
- setOnSeries(String) - Method in class org.zkoss.chart.Series
-
Sets the id of another series in the chart that the wind barbs are projected on.
- setOnViewDataTableClick(JavaScriptValue) - Method in class org.zkoss.chart.ScreenReaderSection
-
Sets the function to run upon clicking the "View as Data Table" link in the screen reader region.
- setOpacity(Number) - Method in class org.zkoss.chart.Halo
-
Sets the opacity for the halo.
- setOpacity(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class org.zkoss.chart.ScrollablePlotArea
-
Sets the opacity of mask applied on one of the sides of the plot area.
- setOpacity(Number) - Method in class org.zkoss.chart.Series
-
Sets opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class org.zkoss.chart.Shadow
-
Sets the opacity of the shadow
- setOpacity(Number) - Method in class org.zkoss.chart.State
-
Inactive state only.
- setOperator(String) - Method in class org.zkoss.chart.plotOptions.DataLabelsFilter
-
Sets the operator to compare by.
- setOpposite(boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether to display the axis on the opposite side of the normal.
- setOptions(Options) - Method in class org.zkoss.chart.Charts
-
Sets the global options for all Charts in the same browser page.
- setOptions3D(Options3D) - Method in class org.zkoss.chart.Chart
-
Sets the options to render charts in 3 dimensions.
- setOptions3D(Options3D) - Method in class org.zkoss.chart.Charts
-
Sets the options to render charts in 3 dimensions.
- setOptions3D(Options3D) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the options to render charts in 3 dimensions.
- setOptions3D(Options3D) - Method in class org.zkoss.chart.ChartsEngine
- setOrder(String) - Method in class org.zkoss.chart.Sonification
-
Sets what order to play the data series in, either sequential where the series play individually one after the other, or simultaneous where the series play all at once.
- setOrder(List<String>) - Method in class org.zkoss.chart.KeyboardNavigation
-
Sets the order of tab navigation in the chart.
- setOrientations(Number) - Method in class org.zkoss.chart.plotOptions.WordCloudRotation
-
Sets the number of possible orientations for a word, within the range of
from
andto
. - setOuterRadius(double) - Method in class org.zkoss.chart.model.DialModelRange
-
Sets the outer radius percentage(0 ~ 1) of the dial range; default to 0.8.
- setOuterRadius(Number) - Method in class org.zkoss.chart.PaneBackground
-
Sets the outer radius
- setOuterRadius(Number) - Method in class org.zkoss.chart.PlotBand
-
Sets the outer radius
- setOuterRadius(String) - Method in class org.zkoss.chart.PaneBackground
-
Sets the outer radius
- setOuterRadius(String) - Method in class org.zkoss.chart.PlotBand
-
Sets the outer radius
- setOuterWidth(Number) - Method in class org.zkoss.chart.PaneBackground
-
Sets the outer width
- setOutgoing(boolean) - Method in class org.zkoss.chart.Point
-
Set whether the link goes out of the system.
- setOutside(boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets whether to allow the tooltip to render outside the chart's SVG element box.
- setOverflow(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets how to handle the annotation's label that flow outside the plot area.
- setOverflow(String) - Method in class org.zkoss.chart.AxisLabels
-
Deprecated.
- setOverflow(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Returns how to handle data labels that flow outside the plot area.
- setOvershoot(Number) - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
-
Allow the dial to overshoot the end of the perimeter axis by this many degrees.
- setOvershoot(Number) - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
-
Allow the gauge to overshoot the end of the perimeter axis by this many degrees.
- setOvershoot(Number) - Method in class org.zkoss.chart.Series
-
Sets the amount of degrees that are allowed to overshoot (Requires gauge)
- setPadding(int) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the padding within the box when either the
AnnotationLabelOptions.getBorderWidth()
or theAnnotationLabelOptions.getBackgroundColor()
is set. - setPadding(int) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets when either the
DataLabels.getBorderWidth()
or theDataLabels.getBackgroundColor()
is set, this is the padding within the box. - setPadding(Number) - Method in class org.zkoss.chart.AxisLabels
-
Set the pixel padding for axis labels
- setPadding(Number) - Method in class org.zkoss.chart.Legend
-
Sets the inner padding of the legend box.
- setPan(Number) - Method in class org.zkoss.chart.Mapping
-
Sets the Number object of pan.
- setPan(String) - Method in class org.zkoss.chart.Mapping
-
Sets the String object of pan.
- setPan(Pan) - Method in class org.zkoss.chart.Mapping
-
Sets the Pan object of pan.
- setPane(Number) - Method in class org.zkoss.chart.Axis
-
Sets the axis to link to the index of the pane.
- setPanKey(String) - Method in class org.zkoss.chart.Chart
-
Sets setting a key to switch between zooming and panning.
- setPanKey(String) - Method in class org.zkoss.chart.Charts
-
Sets setting a key to switch between zooming and panning.
- setPanKey(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets setting a key to switch between zooming and panning.
- setPanKey(String) - Method in class org.zkoss.chart.ChartsEngine
- setPanning(boolean) - Method in class org.zkoss.chart.Chart
-
Sets if allow panning in a chart.
- setPanning(boolean) - Method in class org.zkoss.chart.Charts
-
Sets if allow panning in a chart.
- setPanning(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets if allow panning in a chart.
- setPanning(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setPanningEnabled(Boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether to pan axis.
- setParallelAxes(ParallelAxes) - Method in class org.zkoss.chart.Chart
-
Sets common options for all yAxes rendered in a parallel coordinates plot.
- setParallelAxes(ParallelAxes) - Method in class org.zkoss.chart.Charts
-
Sets common options for all yAxes rendered in a parallel coordinates plot.
- setParallelAxes(ParallelAxes) - Method in interface org.zkoss.chart.ChartsApi
-
Sets common options for all yAxes rendered in a parallel coordinates plot.
- setParallelAxes(ParallelAxes) - Method in class org.zkoss.chart.ChartsEngine
- setParallelCoordinates(boolean) - Method in class org.zkoss.chart.Chart
-
Sets a flag to render charts as a parallel coordinates plot.
- setParallelCoordinates(boolean) - Method in class org.zkoss.chart.Charts
-
Sets a flag to render charts as a parallel coordinates plot.
- setParallelCoordinates(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets a flag to render charts as a parallel coordinates plot.
- setParallelCoordinates(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setParent(String) - Method in class org.zkoss.chart.Point
-
Set the parent point of this point.
- setParentNode(PackedBubbleParentNode) - Method in class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
-
Sets series options for parent nodes.
- setParentNode(PackedBubbleParentNode) - Method in class org.zkoss.chart.Series
-
Sets series options for parent nodes.
- setParentNodeFormat(String) - Method in class org.zkoss.chart.plotOptions.PackedBubbleDataLabels
-
Sets the format for the parent node.
- setParentNodeLimit(boolean) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets whether bubbles should interact with their parentNode to keep them inside.
- setParentNodeOptions(PackedBubbleParentNodeOptions) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the layout algorithm options for parent nodes.
- setParsed(JavaScriptValue) - Method in class org.zkoss.chart.Data
-
Sets a callback function to access the parsed columns, the two-dimentional input data array directly, before they are interpreted into series data and categories.
- setParseDate(JavaScriptValue) - Method in class org.zkoss.chart.Data
-
Sets a callback function to parse string representations of dates into JavaScript timestamps.
- setPartialFill(Number) - Method in class org.zkoss.chart.plotOptions.XRangePlotOptions
-
Sets a partial fill with an amount for each point.
- setPartialFill(Number) - Method in class org.zkoss.chart.Point
-
Sets a partial fill with an amount for each point.
- setPartialFill(Number) - Method in class org.zkoss.chart.Series
-
Sets a partial fill with an amount for each point.
- setPartialFill(XRangePartialFill) - Method in class org.zkoss.chart.plotOptions.XRangePlotOptions
-
Sets a partial fill for each point.
- setPartialFill(XRangePartialFill) - Method in class org.zkoss.chart.Point
-
Sets a partial fill for each point.
- setPartialFill(XRangePartialFill) - Method in class org.zkoss.chart.Series
-
Sets a partial fill for each point.
- setPathFormatter(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
-
Sets the function to define the SVG path to use for the drag handles.
- setPdfFont(PDFFont) - Method in class org.zkoss.chart.Exporting
-
Sets settings for a custom font for the exported PDF
- setPersistenceDelegate(Class<?>, PersistenceDelegate) - Static method in class org.zkoss.chart.lic.xml.PersistenceService
-
Associates a
PersistenceDelegate
to the given classtype
. - setPie(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setPieCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setPieMultiple(String) - Method in class org.zkoss.chart.LangChartTypes
- setPieSingle(String) - Method in class org.zkoss.chart.LangChartTypes
- setPinchType(String) - Method in class org.zkoss.chart.Chart
-
Sets equivalent to
Chart.setZoomType(String)
, but for multitouch gestures only. - setPinchType(String) - Method in class org.zkoss.chart.Charts
-
Sets equivalent to
Charts.setZoomType(String)
, but for multitouch gestures only. - setPinchType(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets equivalent to
ChartsApi.setZoomType(String)
, but for multitouch gestures only. - setPinchType(String) - Method in class org.zkoss.chart.ChartsEngine
- setPitch(Number) - Method in class org.zkoss.chart.Mapping
-
Sets the Number object of pitch.
- setPitch(String) - Method in class org.zkoss.chart.Mapping
-
Sets the String object of pitch.
- setPitch(Pitch) - Method in class org.zkoss.chart.Mapping
-
Sets the Pitch object of pitch.
- setPitch(JavaScriptValue) - Method in class org.zkoss.chart.Mapping
-
Sets the JavaScriptValue object of pitch.
- setPivot(GaugePivotPlotOptions) - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
-
Sets options for the pivot or the center point of the gauge.
- setPivot(GaugePivotPlotOptions) - Method in class org.zkoss.chart.Series
-
Sets options for the pivot or the center point of the gauge.
- setPlacementStrategy(String) - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
-
Sets which algorithm is used for placement, and rotation of a word.
- setPlacementStrategy(String) - Method in class org.zkoss.chart.Series
-
Sets which algorithm is used for placement, and rotation of a word.
- setPlayAsSoundButtonText(String) - Method in class org.zkoss.chart.LangSonification
- setPlayAsSoundClickAnnouncement(String) - Method in class org.zkoss.chart.LangSonification
- setPlayDelay(Number) - Method in class org.zkoss.chart.Mapping
-
Sets the Number object of play delay.
- setPlayDelay(String) - Method in class org.zkoss.chart.Mapping
-
Sets the String object of play delay.
- setPlayDelay(PlayDelay) - Method in class org.zkoss.chart.Mapping
-
Sets the PlayDelay object of play delay.
- setPlotBackgroundColor(String) - Method in class org.zkoss.chart.Chart
-
Sets the background color for the plot area.
- setPlotBackgroundColor(String) - Method in class org.zkoss.chart.Charts
-
Sets the background color for the plot area.
- setPlotBackgroundColor(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background color for the plot area.
- setPlotBackgroundColor(String) - Method in class org.zkoss.chart.ChartsEngine
- setPlotBackgroundColor(Color) - Method in class org.zkoss.chart.Chart
-
Sets the background color for the plot area.
- setPlotBackgroundColor(Color) - Method in class org.zkoss.chart.Charts
-
Sets the background color for the plot area.
- setPlotBackgroundColor(Color) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background color for the plot area.
- setPlotBackgroundColor(Color) - Method in class org.zkoss.chart.ChartsEngine
- setPlotBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.Chart
-
Sets the background color for the plot area.
- setPlotBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.Charts
-
Sets the background color for the plot area.
- setPlotBackgroundColor(LinearGradient) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background color for the plot area.
- setPlotBackgroundColor(LinearGradient) - Method in class org.zkoss.chart.ChartsEngine
- setPlotBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.Chart
-
Sets the background color for the plot area.
- setPlotBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.Charts
-
Sets the background color for the plot area.
- setPlotBackgroundColor(RadialGradient) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background color for the plot area.
- setPlotBackgroundColor(RadialGradient) - Method in class org.zkoss.chart.ChartsEngine
- setPlotBackgroundImage(String) - Method in class org.zkoss.chart.Chart
-
Sets the URL for an image to use as the plot background.
- setPlotBackgroundImage(String) - Method in class org.zkoss.chart.Charts
-
Sets the URL for an image to use as the plot background.
- setPlotBackgroundImage(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the URL for an image to use as the plot background.
- setPlotBackgroundImage(String) - Method in class org.zkoss.chart.ChartsEngine
- setPlotBands(List<PlotBand>) - Method in class org.zkoss.chart.Axis
-
Sets a list of colored bands stretching across the plot area marking an interval on the axis.
- setPlotBands(PlotBand...) - Method in class org.zkoss.chart.Axis
-
Sets a list of colored bands stretching across the plot area marking an interval on the axis.
- setPlotBorderColor(String) - Method in class org.zkoss.chart.Chart
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(String) - Method in class org.zkoss.chart.Charts
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(String) - Method in class org.zkoss.chart.ChartsEngine
- setPlotBorderColor(Color) - Method in class org.zkoss.chart.Chart
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(Color) - Method in class org.zkoss.chart.Charts
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(Color) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(Color) - Method in class org.zkoss.chart.ChartsEngine
- setPlotBorderColor(LinearGradient) - Method in class org.zkoss.chart.Chart
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(LinearGradient) - Method in class org.zkoss.chart.Charts
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(LinearGradient) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(LinearGradient) - Method in class org.zkoss.chart.ChartsEngine
- setPlotBorderColor(RadialGradient) - Method in class org.zkoss.chart.Chart
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(RadialGradient) - Method in class org.zkoss.chart.Charts
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(RadialGradient) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the color of the inner chart or plot area border.
- setPlotBorderColor(RadialGradient) - Method in class org.zkoss.chart.ChartsEngine
- setPlotBorderWidth(Number) - Method in class org.zkoss.chart.Chart
-
Sets the pixel width of the plot area border.
- setPlotBorderWidth(Number) - Method in class org.zkoss.chart.Charts
-
Sets the pixel width of the plot area border.
- setPlotBorderWidth(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the pixel width of the plot area border.
- setPlotBorderWidth(Number) - Method in class org.zkoss.chart.ChartsEngine
- setPlotLines(List<PlotLine>) - Method in class org.zkoss.chart.Axis
-
Sets a list of lines streching across the plot area, marking a specific value on one of the axes.
- setPlotLines(PlotLine...) - Method in class org.zkoss.chart.Axis
-
Sets a list of lines streching across the plot area, marking a specific value on one of the axes.
- setPlotOptions(PlotOptions) - Method in class org.zkoss.chart.Charts
-
Sets the plotOptions options
- setPlotOptions(PlotOptions) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the plotOptions options
- setPlotOptions(PlotOptions) - Method in class org.zkoss.chart.ChartsEngine
- setPlotOptions(PlotOptions) - Method in class org.zkoss.chart.PlotData
-
Sets the plot options
- setPlotOptions(SeriesPlotOptions) - Method in class org.zkoss.chart.Series
-
Sets the plot options to the series.
- setPlotShadow(boolean) - Method in class org.zkoss.chart.Chart
-
Sets whether to apply a drop shadow to the plot area.
- setPlotShadow(boolean) - Method in class org.zkoss.chart.Charts
-
Sets whether to apply a drop shadow to the plot area.
- setPlotShadow(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets whether to apply a drop shadow to the plot area.
- setPlotShadow(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setPlotShadow(PlotShadow) - Method in class org.zkoss.chart.Chart
-
Sets whether to apply a drop shadow to the plot area.
- setPoint(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the id of the point which the label will be connected.
- setPoint(String) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the id of the point which the shape will be connected.
- setPoint(AccessibilityPoint) - Method in class org.zkoss.chart.Accessibility
-
Sets options for descriptions of individual data points.
- setPoint(AccessibilityPoint) - Method in class org.zkoss.chart.SeriesAccessibility
-
Sets the point accessibility options for a series.
- setPoint(Annotation.Point) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the point which the label will be connected.
- setPoint(Annotation.Point) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the point which the shape will be connected.
- setPointAnnotationsDescription(String) - Method in class org.zkoss.chart.LangSeries
-
Sets the description for annotations on a point, as it is made available to assistive technology.
- setPointDescriptionEnabledThreshold(boolean) - 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.
- setPointDescriptionEnabledThreshold(Number) - 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.
- setPointDescriptionFormatter(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the formatter function to use instead of the default for series descriptions.
- setPointDescriptionFormatter(JavaScriptValue) - Method in class org.zkoss.chart.Series
-
Sets the formatter function to use instead of the default for series descriptions.
- setPointFormat(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the point format of DataLabels.
- setPointFormat(String) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets the HTML of the point's line in the tooltip.
- setPointFormat(String) - Method in class org.zkoss.chart.Tooltip
-
Sets the HTML of the point's line in the tooltip.
- setPointFormatter(JavaScriptValue) - Method in class org.zkoss.chart.Tooltip
-
Set a callback function for formatting the HTML output for a single point in the tooltip.
- setPointGrouping(PointGrouping) - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Sets the options for point grouping, specifically for instrument tracks.
- setPointGrouping(PointGrouping) - Method in class org.zkoss.chart.GlobalTrack
-
Sets the options for point grouping, specifically for instrument tracks.
- setPointGrouping(PointGrouping) - Method in class org.zkoss.chart.SeriesSonification
-
Sets sonification point grouping options for this series.
- setPointGrouping(PointGrouping) - Method in class org.zkoss.chart.Sonification
-
Sets the PointGrouping object.
- setPointInterval(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets if no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class org.zkoss.chart.Series
-
Sets the point interval of the series.
- setPointIntervalUnit(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Set the irregular time unit for point interval, only "day", "month" or "year" is allowed.
- setPointIntervalUnit(String) - Method in class org.zkoss.chart.Series
-
Set the irregular time unit for point interval, only "day", "month", or "year" is allowed.
- setPointNavigationEnabledThreshold(boolean) - Method in class org.zkoss.chart.SeriesNavigation
-
Sets whether to enable/disable when a series contains more points than this, we no longer allow keyboard navigation for it.
- setPointPadding(Number) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class org.zkoss.chart.plotOptions.DumbbellPlotOptions
-
Sets the padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
Sets padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
Sets padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class org.zkoss.chart.plotOptions.TilemapPlotOptions
-
Sets the padding between points in the tilemap.
- setPointPadding(Number) - Method in class org.zkoss.chart.plotOptions.VariwidePlotOptions
-
Sets padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class org.zkoss.chart.Series
-
Sets the padding between each column or bar, in x axis units.
- setPointPlacement(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the point placement with a number
- setPointPlacement(Number) - Method in class org.zkoss.chart.Series
-
Sets the point placement with a number
- setPointPlacement(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the point placement.
- setPointPlacement(String) - Method in class org.zkoss.chart.Series
-
Sets the point placement.
- setPointRange(Number) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets the X axis range that each point is valid for.
- setPointRange(Number) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets the X axis range that each point is valid for.
- setPointRange(Number) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets the X axis range that each point is valid for.
- setPointRange(Number) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets the X axis range that each point is valid for.
- setPointRange(Number) - Method in class org.zkoss.chart.Series
- setPoints(List<Annotation.Point>) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets an array of points for the shape.
- setPoints(Annotation.Point...) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets an array of points for the shape.
- setPointsInInterval(Number) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets how many points should be plotted within 1 interval.
- setPointsInInterval(Number) - Method in class org.zkoss.chart.Series
-
Sets how many points should be plotted within 1 interval.
- setPointStart(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets if no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - 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.
- setPointWidth(int) - Method in class org.zkoss.chart.plotOptions.ColumnPlotOptions
-
Sets a pixel value specifying a fixed width for each column or bar.
- setPointWidth(int) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets a pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class org.zkoss.chart.plotOptions.ColumnRangePlotOptions
-
Sets a pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class org.zkoss.chart.plotOptions.Funnel3DPlotOptions
-
Sets a pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class org.zkoss.chart.plotOptions.HistogramPlotOptions
-
Sets a pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class org.zkoss.chart.plotOptions.Pyramid3DPlotOptions
-
Sets a pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class org.zkoss.chart.Point
-
Sets pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets a pixel value specifying a fixed width for each column or bar.
- setPolar(boolean) - Method in class org.zkoss.chart.Chart
-
Sets to true to enable the cartesian charts like line, spline, area and column are transformed into the polar coordinate system.
- setPolar(boolean) - Method in class org.zkoss.chart.Charts
-
Sets to true to enable the cartesian charts like line, spline, area and column are transformed into the polar coordinate system.
- setPolar(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets to true to enable the cartesian charts like line, spline, area and column are transformed into the polar coordinate system.
- setPolar(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setPosition(Position) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets the position for the button row.
- setPosition(Position) - Method in class org.zkoss.chart.Credits
-
Sets position configuration for the credtis label.
- setPosition(Position) - Method in class org.zkoss.chart.DrillUpButton
-
Sets positioning options for the button within the
relativeTo
box. - setPosition(Position) - Method in class org.zkoss.chart.NoData
-
Sets the position of the no-data label.
- setPosition(Position) - 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.
- setPosition(Position) - Method in class org.zkoss.chart.ResetZoomButton
-
Sets the position of the button.
- setPosition(Position) - Method in class org.zkoss.chart.TraverseUpButton
-
Sets the position of the button, if any.
- setPosition3d(String) - Method in class org.zkoss.chart.AxisTitle
-
Sets how the title is repositioned according to the 3D chart orientation.
- setPosition3D(String) - Method in class org.zkoss.chart.AxisLabels
-
Sets how the labels are be repositioned according to the 3D chart orientation.
- setPositioner(JavaScriptValue) - Method in class org.zkoss.chart.Tooltip
-
Sets a callback function to place the tooltip in a default position.
- setPreferredVoice(String) - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Sets the name of the voice synthesis to prefer for speech tracks.
- setPrintChart(String) - Method in class org.zkoss.chart.Lang
-
Sets exporting module only.
- setProp(String) - Method in class org.zkoss.chart.ActiveWhen
-
Sets the point property to compare, for example y or x.
- setProp(String) - Method in class org.zkoss.chart.PointGrouping
-
Sets the data property for each point to compare when deciding which points to keep in the group.
- setProperty(String) - Method in class org.zkoss.chart.plotOptions.DataLabelsFilter
-
Sets the point property to filter by.
- setPyramid(String) - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
- setQ1(Number) - Method in class org.zkoss.chart.Point
-
Set the Q1 (first quartile) value for this point.
- setQ3(Number) - Method in class org.zkoss.chart.Point
-
Set the Q3 (third quartile) value for this point.
- setR(Number) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the radius of the shape.
- setRadius(Number) - Method in class org.zkoss.chart.Marker
-
Sets the radius of the point marker.
- setRadius(Number) - Method in class org.zkoss.chart.plotOptions.GaugePivotPlotOptions
-
Sets the pixel radius of the pivot.
- setRadius(Number) - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
-
Sets the outer radius for points in a solid gauge.
- setRadius(Number) - Method in class org.zkoss.chart.plotOptions.TreeGraphLink
-
Sets radius for the rounded corners of the links between nodes.
- setRadius(Number) - Method in class org.zkoss.chart.Point
-
Sets the outer radius for points in a solid gauge.
- setRadius(Number) - Method in class org.zkoss.chart.Series
-
Sets the outer radius for points in a solid gauge.
- setRadius(Number) - Method in class org.zkoss.chart.State
-
Sets the radius of the point marker.
- setRadius(String) - Method in class org.zkoss.chart.Marker
-
Sets the radius of the point marker.
- setRadius(String) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the radius or length of the dial, in percentages relative to the radius of the gauge itself.
- setRadius(String) - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
-
Sets the outer radius for points in a solid gauge.
- setRadius(String) - Method in class org.zkoss.chart.Point
-
Sets the outer radius for points in a solid gauge.
- setRadius(String) - Method in class org.zkoss.chart.Series
-
Sets the outer radius for points in a solid gauge.
- setRadiusPlus(Number) - Method in class org.zkoss.chart.State
-
Sets the number of pixels to increase the radius of the hovered point.
- setRange(double, double, String, double, double) - Method in class org.zkoss.chart.model.DialModelRange
-
Setup the DailModel range.
- setRangeCategories(String) - Method in class org.zkoss.chart.LangAxis
- setRangeColor(String) - Method in class org.zkoss.chart.model.DialModelRange
-
Set the range color of the dial range.
- setRangeDescription(String) - Method in class org.zkoss.chart.AxisAccessibility
-
Sets the range description for an axis.
- setRangeFromTo(String) - Method in class org.zkoss.chart.LangAxis
- setRanges(List<BubbleLegend.Range>) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the options for specific range.
- setRanges(BubbleLegend.Range...) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the options for specific range.
- setRangeSelector(LangRangeSelector) - Method in class org.zkoss.chart.LangAccessibility
-
Sets range selector language options for accessibility.
- setRate(Number) - Method in class org.zkoss.chart.Mapping
-
Sets the Number object of rate.
- setRate(String) - Method in class org.zkoss.chart.Mapping
-
Sets the String object of rate.
- setRate(Rate) - Method in class org.zkoss.chart.Mapping
-
Sets the Rate object of rate.
- setRearLength(String) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the length of the dial's rear end, the part that extends out on the other side of the pivot.
- setReflow(boolean) - Method in class org.zkoss.chart.Chart
-
Sets whether to reflow the chart to fit the width of the container div on resizing the window.
- setReflow(boolean) - Method in class org.zkoss.chart.Charts
-
Sets whether to reflow the chart to fit the width of the container div on resizing the window.
- setReflow(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets whether to reflow the chart to fit the width of the container div on resizing the window.
- setReflow(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setRelativeTo(String) - Method in class org.zkoss.chart.Breadcrumbs
-
What box to align the button to.
- setRelativeTo(String) - Method in class org.zkoss.chart.DrillUpButton
-
Sets what box to align the button to.
- setRelativeTo(String) - Method in class org.zkoss.chart.ResetZoomButton
-
Sets what frame the button should be placed related to.
- setRelativeXValue(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
When true, X values in the data set are relative to the current
pointStart
,pointInterval
andpointIntervalUnit
settings. - setRelativeXValue(boolean) - Method in class org.zkoss.chart.Series
-
When true, X values in the data set are relative to the current
pointStart
,pointInterval
andpointIntervalUnit
settings. - setRememberPointFocus(boolean) - Method in class org.zkoss.chart.SeriesNavigation
-
Sets 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.
- setRepeat(Number) - Method in class org.zkoss.chart.Break
-
Set the repeat value for this break.
- setRepulsiveForce(JavaScriptValue) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the repulsive force applied on a node.
- setReserveSpace(boolean) - Method in class org.zkoss.chart.AxisLabels
-
Sets whether to reserve space for the labels.
- setReserveSpace(boolean) - Method in class org.zkoss.chart.AxisTitle
-
Sets whether to reserve space for the title when laying out the axis.
- setResetZoom(String) - Method in class org.zkoss.chart.Lang
-
Sets the text for the label appearing when a chart is zoomed.
- setResetZoomButton(String) - Method in class org.zkoss.chart.LangZoom
- setResetZoomButton(ResetZoomButton) - Method in class org.zkoss.chart.Chart
-
Sets the button that appears after a selection zoom, allowing the user to reset zoom.
- setResetZoomButton(ResetZoomButton) - Method in class org.zkoss.chart.Charts
- setResetZoomButton(ResetZoomButton) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the button that appears after a selection zoom, allowing the user to reset zoom.
- setResetZoomButton(ResetZoomButton) - Method in class org.zkoss.chart.ChartsEngine
- setResetZoomTitle(String) - Method in class org.zkoss.chart.Lang
-
Sets the tooltip title for the label appearing when a chart is zoomed.
- setResonance(Number) - Method in class org.zkoss.chart.Highpass
-
Sets the Number object of resonance.
- setResonance(String) - Method in class org.zkoss.chart.Highpass
-
Sets the String object of resonance.
- setResonance(Resonance) - Method in class org.zkoss.chart.Highpass
-
Sets the Resonance object of resonance.
- setResponsive(Responsive) - Method in class org.zkoss.chart.Charts
- setResponsive(Responsive) - Method in interface org.zkoss.chart.ChartsApi
-
Sets a set of rules to apply for different screen or chart sizes.
- setResponsive(Responsive) - Method in class org.zkoss.chart.ChartsEngine
- setResponsive(Responsive) - Method in class org.zkoss.chart.PlotData
- setReversed(boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether to reverse the axis so that the highest number is closest to the origin.
- setReversed(boolean) - Method in class org.zkoss.chart.Legend
-
Sets whether to reverse the order of the legend items compared to the order of the series or points as defined in the configuration object.
- setReversed(boolean) - Method in class org.zkoss.chart.plotOptions.ArcDiagramPlotOptions
-
Sets whether the series should be placed on the other side of the plotArea.
- setReversed(boolean) - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
-
Sets whether the series should be placed on the other side of the plotArea.
- setReversed(boolean) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets whether the series should be placed on the other side of the plotArea.
- setReversed(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether the series should be placed on the other side of the plotArea.
- setReversed(boolean) - Method in class org.zkoss.chart.YAxis
-
Sets whether to reverse the axis so that the highest number is closest to the origin.
- setReversedStacks(boolean) - Method in class org.zkoss.chart.Axis
-
Sets how stacks should be ordered within a group.
- setReversedStacks(boolean) - Method in class org.zkoss.chart.YAxis
-
Sets the reversedStacks.
- setRight(Panel3D) - Method in class org.zkoss.chart.options3D.Frame3D
-
Sets the options for the right panel of a
Frame3D
- setRootId(String) - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
-
Sets which point to use as a root in the visualization.
- setRootId(String) - Method in class org.zkoss.chart.Series
-
Sets which point to use as a root in the visualization.
- setRotation(Number) - Method in class org.zkoss.chart.AxisLabels
-
Sets rotation of the labels in degrees.
- setRotation(Number) - Method in class org.zkoss.chart.AxisTitle
-
Sets the rotation of the text in degrees.
- setRotation(Number) - Method in class org.zkoss.chart.Level
-
Sets a rotation on all points which lies on the same level.
- setRotation(Number) - Method in class org.zkoss.chart.PlotLabel
-
Sets rotation of the text label in degrees .
- setRotation(Number) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets text rotation in degrees.
- setRotation(Number) - Method in class org.zkoss.chart.StackLabels
-
Sets rotation of the labels in degrees.
- setRotation(Number) - Method in class org.zkoss.chart.YAxisTitle
-
Sets the rotation of the text in degrees.
- setRotation(String) - Method in class org.zkoss.chart.AxisLabels
-
Sets rotation of the labels in degrees or
auto
. - setRotation(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets text rotation in degrees.
- setRotation(WordCloudRotation) - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
-
Sets the rotation options for the words in the wordcloud.
- setRotation(WordCloudRotation) - Method in class org.zkoss.chart.Series
-
Sets the rotation options for the words in the wordcloud.
- setRotationMode(String) - Method in class org.zkoss.chart.Level
-
Sets a rotationMode on all points which lies on the same level.
- setRotationMode(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets a rotationMode on all points which lies on the same level.
- setRotationMode(String) - Method in class org.zkoss.chart.plotOptions.SunburstDataLabels
-
Sets a rotationMode on all points which lies on the same level.
- setRotationOrigin(String) - Method in class org.zkoss.chart.plotOptions.VectorPlotOptions
-
Sets what part of the vector it should be rotated around.
- setRounded(boolean) - Method in class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
-
Sets whether to draw rounded edges on the gauge.
- setRounded(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to draw rounded edges on the gauge.
- setRoundToMusicalNotes(boolean) - Method in class org.zkoss.chart.GlobalTrack
-
Sets the round pitch mapping to musical notes.
- setRows(Number) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the number of rows to display in the rectangular or circular view.
- setRows(Number) - Method in class org.zkoss.chart.Series
-
Sets the number of rows to display in the rectangular or circular view.
- setRows(List<List<Object>>) - Method in class org.zkoss.chart.Data
-
Sets the same as the columns input option, but defining rows intead of columns.
- setRowsize(Number) - Method in class org.zkoss.chart.plotOptions.HeatmapPlotOptions
-
Sets the row size - how many Y axis units each heatmap row should span.
- setRowsize(Number) - Method in class org.zkoss.chart.Series
-
Sets the row size - how many Y axis units each heatmap row should span.
- setRowsURL(String) - Method in class org.zkoss.chart.Data
-
Sets a URL to a remote JSON dataset, structured as a row array.
- setRtl(boolean) - Method in class org.zkoss.chart.Breadcrumbs
-
Returns whether to reverse the order of buttons.
- setRtl(boolean) - Method in class org.zkoss.chart.Legend
-
Sets whether to show the symbol on the right side of the text rather than the left side.
- setScale(double, double, double, double, double, int) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the scale information of this DialModelScale.
- setScale(Number) - Method in class org.zkoss.chart.Exporting
-
Sets the scale or zoom factor for the exported image compared to the on-screen display.
- setScale(Number...) - Method in class org.zkoss.chart.Pitch
-
Sets the scale array.
- setScale(List<Number>) - Method in class org.zkoss.chart.Pitch
-
Sets the scale array.
- setScatter(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setScatterCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setScatterMultiple(String) - Method in class org.zkoss.chart.LangChartTypes
- setScatterSingle(String) - Method in class org.zkoss.chart.LangChartTypes
- setScreenReaderSection(LangScreenReaderSection) - Method in class org.zkoss.chart.LangAccessibility
-
Sets language options for the screen reader information sections added before and after the charts.
- setScreenReaderSection(ScreenReaderSection) - Method in class org.zkoss.chart.Accessibility
-
Sets accessibility options for the screen reader information sections added before and after the chart.
- setScrollablePlotArea(ScrollablePlotArea) - Method in class org.zkoss.chart.Chart
-
Sets the options for a scrollable plot area.
- setScrollablePlotArea(ScrollablePlotArea) - Method in class org.zkoss.chart.Charts
- setScrollablePlotArea(ScrollablePlotArea) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the options for a scrollable plot area.
- setScrollablePlotArea(ScrollablePlotArea) - Method in class org.zkoss.chart.ChartsEngine
- setScrollPositionX(Number) - Method in class org.zkoss.chart.ScrollablePlotArea
-
Sets the initial scrolling position of the scrollable plot area.
- setScrollPositionY(Number) - Method in class org.zkoss.chart.ScrollablePlotArea
-
Sets the initial scrolling position of the scrollable plot area.
- setSecond(String) - Method in class org.zkoss.chart.DateTimeLabelFormats
-
Sets the label format for second.
- setSelect(State) - Method in class org.zkoss.chart.States
-
Sets the appearance of the point marker when selected.
- setSelected(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets whether to select the series initially.
- setSelected(boolean) - Method in class org.zkoss.chart.Point
-
Sets whether the point is selected or not.
- setSelected(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to select the series initially.
- setSelectedDirectly(boolean) - Method in class org.zkoss.chart.Point
-
Sets whether the point is selected or not.
- setSelectionMarkerFill(String) - Method in class org.zkoss.chart.Chart
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(String) - Method in class org.zkoss.chart.Charts
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(String) - Method in class org.zkoss.chart.ChartsEngine
- setSelectionMarkerFill(Color) - Method in class org.zkoss.chart.Chart
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(Color) - Method in class org.zkoss.chart.Charts
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(Color) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(Color) - Method in class org.zkoss.chart.ChartsEngine
- setSelectionMarkerFill(LinearGradient) - Method in class org.zkoss.chart.Chart
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(LinearGradient) - Method in class org.zkoss.chart.Charts
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(LinearGradient) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(LinearGradient) - Method in class org.zkoss.chart.ChartsEngine
- setSelectionMarkerFill(RadialGradient) - Method in class org.zkoss.chart.Chart
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(RadialGradient) - Method in class org.zkoss.chart.Charts
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(RadialGradient) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMarkerFill(RadialGradient) - Method in class org.zkoss.chart.ChartsEngine
- setSeparator(Separator) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets the options object for Breadcrumbs separator.
- setSeries(List<Series>) - Method in class org.zkoss.chart.Drilldown
-
Sets an array of series configurations for the drill down.
- setSeries(AccessibilitySeries) - Method in class org.zkoss.chart.Accessibility
-
Sets accessibility options global to all data series.
- setSeries(LangSeries) - Method in class org.zkoss.chart.LangAccessibility
-
Sets lang configuration for different series types.
- setSeries(Series...) - Method in class org.zkoss.chart.Drilldown
-
Sets an array of series configurations for the drill down.
- setSeriesInteraction(boolean) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets whether series should interact with each other or not.
- setSeriesInteraction(boolean) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
-
Sets whether series should interact with each other or not.
- setSeriesNavigation(SeriesNavigation) - Method in class org.zkoss.chart.KeyboardNavigation
-
Sets an options for the keyboard navigation of data points and series, or create a new one.
- setSeriesTypeDescriptions(LangSeriesTypeDescriptions) - Method in class org.zkoss.chart.LangAccessibility
-
Sets descriptions of lesser known series types.
- setSets(String...) - Method in class org.zkoss.chart.Point
-
Sets the set or sets the options will be applied to.
- setSets(Set<String>) - Method in class org.zkoss.chart.Point
-
Sets the set or sets the options will be applied to.
- setShadow(boolean) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets whether to apply a shadow of the box.
- setShadow(boolean) - Method in class org.zkoss.chart.Chart
-
Sets whether to apply a drop shadow to the outer chart area.
- setShadow(boolean) - Method in class org.zkoss.chart.Charts
-
Sets whether to apply a drop shadow to the outer chart area.
- setShadow(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets whether to apply a drop shadow to the outer chart area.
- setShadow(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setShadow(boolean) - Method in class org.zkoss.chart.Legend
-
Sets whether to apply a drop shadow to the legend.
- setShadow(boolean) - Method in class org.zkoss.chart.plotOptions.AreaRangePlotOptions
-
Sets whether to apply a drop shadow
- setShadow(boolean) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets whether to apply a drop shadow to the outer chart area.
- setShadow(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets whether to apply a drop shadow to the graph line.
- setShadow(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to apply a drop shadow to the graph line.
- setShadow(boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets whether to apply a drop shadow to the tooltip.
- setShadow(Shadow) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets whether to apply a shadow of the box.
- setShadow(Shadow) - Method in class org.zkoss.chart.Chart
-
Sets whether to apply a drop shadow to the outer chart area.
- setShadow(Shadow) - Method in class org.zkoss.chart.Legend
-
Sets whether to apply a drop shadow to the legend.
- setShadow(Shadow) - Method in class org.zkoss.chart.plotOptions.AreaRangePlotOptions
-
Sets whether to apply a drop shadow
- setShadow(Shadow) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets whether to apply a drop shadow to the outer chart area.
- setShadow(Shadow) - Method in class org.zkoss.chart.Series
-
Sets whether to apply a drop shadow to the graph line.
- setShape(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the name of a symbol to use for the border around the label.
- setShape(String) - Method in class org.zkoss.chart.PaneBackground
-
Sets the shape option for this pane background object.
- setShape(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Set the name of a symbol to use for the border around the label.
- setShapeOptions(AnnotationShapeOptions) - Method in class org.zkoss.chart.Annotation
-
Sets options for annotation's shapes.
- setShapes(List<AnnotationShape>) - Method in class org.zkoss.chart.Annotation
-
Sets a list of shapes for the annotation.
- setShapes(AnnotationShape...) - Method in class org.zkoss.chart.Annotation
-
Sets an array of shapes for the annotation.
- setShared(boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets whether the tooltip is shared.
- setShortMonths(List<String>) - Method in class org.zkoss.chart.Lang
-
Sets a list containing the months names in abbreviated form.
- setShowAxes(boolean) - Method in class org.zkoss.chart.Chart
-
Sets whether to show the axes initially.
- setShowAxes(boolean) - Method in class org.zkoss.chart.Charts
-
Sets whether to show the axes initially.
- setShowAxes(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets whether to show the axes initially.
- setShowAxes(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setShowCheckbox(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets if true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(boolean) - Method in class org.zkoss.chart.Series
-
Sets if true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCrosshair(boolean) - Method in class org.zkoss.chart.Sonification
-
Sets whether to show X and Y axis crosshairs (if they exist) as the chart plays.
- setShowDuration(Number) - Method in class org.zkoss.chart.Loading
-
Sets the duration in milliseconds of the fade in effect.
- setShowEmpty(boolean) - Method in class org.zkoss.chart.XAxis
-
Sets whether to show the axis line and title when the axis has no data.
- setShowFirstLabel(boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether to show the first tick label.
- setShowFullPath(boolean) - Method in class org.zkoss.chart.Breadcrumbs
-
Show full path or only a single button.
- setShowInLegend(boolean) - Method in class org.zkoss.chart.ColorAxis
-
Sets whether to display the colorAxis in the legend.
- setShowInLegend(boolean) - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
-
Sets whether to display this particular series or series type in the legend.
- setShowInLegend(boolean) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets whether to display this particular series or series type in the legend.
- setShowInLegend(boolean) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets whether to display this particular series or series type in the legend.
- setShowInLegend(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets whether to display this particular series or series type in the legend.
- setShowInLegend(boolean) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets whether to display this particular series or series type in the legend.
- setShowInLegend(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to display this particular series or series type in the legend.
- setShowLastLabel(boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether to show the last tick label.
- setShowPlayMarker(boolean) - Method in class org.zkoss.chart.GlobalTrack
-
Sets the round pitch mapping to musical notes.
- setShowPlayMarker(Boolean) - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Sets whether to show play marker (tooltip and/or crosshair) for a track.
- setShowTable(boolean) - Method in class org.zkoss.chart.Exporting
-
Sets whether to show a HTML table below the chart with the chart's current data.
- setShowTooltip(boolean) - Method in class org.zkoss.chart.Sonification
-
Sets whether to Show tooltip as the chart plays.
- setSide(SidePanel) - Method in class org.zkoss.chart.options3D.Frame3D
-
Deprecated.since 7.2.1.0. Use left or right instead.
- setSignature(String) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
-
Setter for the bound property
signature
. - setSignatureAlgorithm(String) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
-
Setter for the bound property
signatureAlgorithm
. - setSignatureEncoding(String) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
-
Deprecated.Currently ignored by
GenericCertificate.verify(java.security.PublicKey, java.security.Signature)
. Only provided to causeXMLEncoder
to encode this property for upwards compatibility. - setSize(Number) - Method in class org.zkoss.chart.Halo
-
Sets the pixel size of the halo.
- setSize(Number) - Method in class org.zkoss.chart.options3D.Panel3D
-
Sets the total the thickness of the panel.
- setSize(Number) - Method in class org.zkoss.chart.Pane
-
Sets the size of the pane.
- setSize(Number) - Method in class org.zkoss.chart.plotOptions.DependencyWheelPlotOptions
-
Sets the size of the wheel in pixel or percent relative to the canvas space.
- setSize(Number) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the diameter of the pie relative to the plot area.
- setSize(Number) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the diameter of the pie relative to the plot area.
- setSize(Number) - Method in class org.zkoss.chart.Series
-
Sets the diameter of the pie relative to the plot area.
- setSize(String) - Method in class org.zkoss.chart.Pane
-
Sets the size of the pane.
- setSize(String) - Method in class org.zkoss.chart.plotOptions.DependencyWheelPlotOptions
-
Sets the size of the wheel in pixel or percent relative to the canvas space.
- setSize(String) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets the diameter of the pie relative to the plot area.
- setSize(String) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the diameter of the pie relative to the plot area.
- setSize(String) - Method in class org.zkoss.chart.Series
-
Sets the diameter of the pie relative to the plot area.
- setSizeBy(String) - Method in class org.zkoss.chart.BubbleLegend
-
Sets whether the bubble legend range value should be represented by the area or the width of the bubble.
- setSizeBy(String) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets whether the bubble's value should be represented by the area or the width of the bubble.
- setSizeBy(String) - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
-
Sets whether the pie slice's value should be represented by the area or the radius of the slice.
- setSizeBy(String) - Method in class org.zkoss.chart.Series
-
Sets what the plot area value should be represented by.
- setSizeByAbsoluteValue(boolean) - Method in class org.zkoss.chart.BubbleLegend
-
When this is true, the absolute value of z determines the size of the bubble.
- setSizeByAbsoluteValue(boolean) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
When this is true, the absolute value of z determines the size of the bubble.
- setSizeByAbsoluteValue(boolean) - Method in class org.zkoss.chart.Series
-
When this is true, the absolute value of z determines the size of the bubble.
- setSkew3d(Boolean) - Method in class org.zkoss.chart.AxisTitle
-
Sets whether the axis title will skewed to follow the perspective.
- setSkew3D(boolean) - Method in class org.zkoss.chart.AxisLabels
-
If enabled, the axis labels will skewed to follow the perspective.
- setSkipKeyboardNavigation(boolean) - 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.
- setSkipKeyboardNavigation(boolean) - 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.
- setSkipNullPoints(boolean) - Method in class org.zkoss.chart.SeriesNavigation
-
Sets whether to skip null points when navigating through points with the keyboard
- setSliced(boolean) - Method in class org.zkoss.chart.Point
-
Sets pie series only.
- setSlicedDirectly(boolean) - Method in class org.zkoss.chart.Point
-
Sets pie series only.
- setSlicedOffset(Number) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets if a point is sliced, moved out from the center, how many pixels should it be moved?
- setSlicedOffset(Number) - Method in class org.zkoss.chart.Series
-
Sets if a point is sliced, moved out from the center, how many pixels should it be moved?
- setSnap(boolean) - Method in class org.zkoss.chart.Crosshair
-
Set whether the crosshair should snap to the point or follow the pointer independent of points.
- setSnap(Number) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the additional snapping area around an annotation making this annotation to focus.
- setSnap(Number) - Method in class org.zkoss.chart.Tooltip
-
Sets proximity snap for graphs or single points.
- setSoftConnector(boolean) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets to enable soft connector.
- setSoftMax(Number) - Method in class org.zkoss.chart.Axis
-
Sets a soft maximum for the axis.
- setSoftMin(Number) - Method in class org.zkoss.chart.Axis
-
Sets a soft minimum for the axis.
- setSoftThreshold(boolean) - 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.
- setSoftThreshold(boolean) - 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.
- setSonification(LangSonification) - Method in class org.zkoss.chart.LangAccessibility
-
Sets language options for sonification.
- setSonification(SeriesSonification) - Method in class org.zkoss.chart.plotOptions.PlotOptions
-
Sets sonification/audio chart options for a series.
- setSonification(SeriesSonification) - Method in class org.zkoss.chart.Series
-
Sets the Sonification/audio chart options for a series.
- setSonification(Sonification) - Method in class org.zkoss.chart.Charts
-
Sets the sonification options
- setSonification(Sonification) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the sonification options
- setSonification(Sonification) - Method in class org.zkoss.chart.ChartsEngine
- setSonification(Sonification) - Method in class org.zkoss.chart.PlotData
-
Sets the sonification options
- setSortIndex(Number) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets the sort index of the point inside the treemap level.
- setSortIndex(Number) - Method in class org.zkoss.chart.Series
-
Sets the sort index of the point inside the treemap level.
- setSortKey(String) - Method in class org.zkoss.chart.DataSorting
-
Determines what data value should be used to sort by.
- setSourceHeight(Number) - Method in class org.zkoss.chart.Exporting
-
Sets the height of the original chart when exported, unless an explicit chart.width is set.
- setSourceWidth(Number) - Method in class org.zkoss.chart.Exporting
-
Sets the width of the original chart when exported, unless an explicit chart.width is set.
- setSpacing(Number[]) - Method in class org.zkoss.chart.Chart
-
Sets the distance between the outer edge of the chart and the content, like title, legend, axis title or labels.
- setSpacing(Number[]) - Method in class org.zkoss.chart.Charts
-
Sets the distance between the outer edge of the chart and the content, like title, legend, axis title or labels.
- setSpacing(Number[]) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the distance between the outer edge of the chart and the content, like title, legend, axis title or labels.
- setSpacing(Number[]) - Method in class org.zkoss.chart.ChartsEngine
- setSpacing(String) - Method in class org.zkoss.chart.Charts
-
Sets the distance between the outer edge of the chart and the content, like title, legend, axis title or labels.
- setSpacing(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the distance between the outer edge of the chart and the content, like title, legend, axis title or labels.
- setSpacing(String) - Method in class org.zkoss.chart.ChartsEngine
- setSpacingBottom(Number) - Method in class org.zkoss.chart.Chart
-
Sets 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).
- setSpacingBottom(Number) - Method in class org.zkoss.chart.Charts
-
Sets 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).
- setSpacingBottom(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets 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).
- setSpacingBottom(Number) - Method in class org.zkoss.chart.ChartsEngine
- setSpacingLeft(Number) - Method in class org.zkoss.chart.Chart
-
Sets 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).
- setSpacingLeft(Number) - Method in class org.zkoss.chart.Charts
-
Sets 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).
- setSpacingLeft(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets 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).
- setSpacingLeft(Number) - Method in class org.zkoss.chart.ChartsEngine
- setSpacingRight(Number) - Method in class org.zkoss.chart.Chart
-
Sets 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).
- setSpacingRight(Number) - Method in class org.zkoss.chart.Charts
-
Sets 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).
- setSpacingRight(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets 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).
- setSpacingRight(Number) - Method in class org.zkoss.chart.ChartsEngine
- setSpacingTop(Number) - Method in class org.zkoss.chart.Chart
-
Sets 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).
- setSpacingTop(Number) - Method in class org.zkoss.chart.Charts
-
Sets 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).
- setSpacingTop(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets 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).
- setSpacingTop(Number) - Method in class org.zkoss.chart.ChartsEngine
- setSpeed(Number) - Method in class org.zkoss.chart.Tremolo
-
Sets the Number object of speed.
- setSpeed(String) - Method in class org.zkoss.chart.Tremolo
-
Sets the String object of speed.
- setSpeed(Speed) - Method in class org.zkoss.chart.Tremolo
-
Sets the Speed object of speed.
- setSpiral(String) - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
-
Sets the spiral used for placing a word after the initial position experienced a collision with either another word or the borders.
- setSpiral(String) - Method in class org.zkoss.chart.Series
-
Sets the spiral used for placing a word after the initial position experienced a collision with either another word or the borders.
- setSpline(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setSplineCombination(String) - Method in class org.zkoss.chart.LangSeriesSummary
- setSplineMultiple(String) - Method in class org.zkoss.chart.LangChartTypes
- setSplineSingle(String) - Method in class org.zkoss.chart.LangChartTypes
- setSplit(boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets whether split the tooltip into one label per series, with the header close to the axis.
- setSplitSeries(boolean) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets whether to split series into individual groups or to mix all series together.
- setSquareSymbol(boolean) - 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.
- setStack(Number) - Method in class org.zkoss.chart.Series
-
Sets the option allows grouping series in a stacked chart.
- setStack(String) - Method in class org.zkoss.chart.Series
-
Sets the option allows grouping series in a stacked chart.
- setStacking(Boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
- setStacking(Boolean) - Method in class org.zkoss.chart.Series
-
Sets whether to stack the values of each series on top of each other.
- setStacking(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets whether to stack the values of each series on top of each other.
- setStacking(String) - Method in class org.zkoss.chart.Series
-
Sets whether to stack the values of each series on top of each other.
- setStackLabels(StackLabels) - Method in class org.zkoss.chart.YAxis
-
Sets the stack labels show the total value for each bar in a stacked column or bar chart.
- setStackShadow(StackShadow) - Method in class org.zkoss.chart.YAxis
-
Sets the stack labels show the total value for each bar in a stacked column or bar chart.
- setStaggerLines(Number) - Method in class org.zkoss.chart.AxisLabels
-
Sets the number of lines to spread the labels over to make room or tighter labels.
- setStartAngle(Number) - Method in class org.zkoss.chart.Pane
-
Sets the start angle of the polar X axis or gauge axis, given in degrees where 0 is north.
- setStartAngle(Number) - Method in class org.zkoss.chart.plotOptions.DependencyWheelPlotOptions
-
Sets the start angle of the dependency wheel in degrees where 0 is top and 90 right.
- setStartAngle(Number) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
In circular view, sets the start angle of the item layout, in degrees where 0 is up.
- setStartAngle(Number) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets the start angle of the pie slices in degrees where 0 is top and 90 right.
- setStartAngle(Number) - Method in class org.zkoss.chart.Series
-
In circular view, sets the start angle of the item layout, in degrees where 0 is up.
- setStartColumn(Number) - Method in class org.zkoss.chart.Data
-
Sets in tabular input data, the first column (indexed by 0) to use.
- setStartOfWeek(Number) - Method in class org.zkoss.chart.Axis
-
Sets for datetime axes, this decides where to put the tick between weeks.
- setStartOnTick(boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether to force the axis to start on a tick.
- setStartRow(Number) - Method in class org.zkoss.chart.Data
-
Sets in tabular input data, the first row (indexed by 0) to use.
- setStates(States) - Method in class org.zkoss.chart.Cluster
-
Sets a wrapper object for the cluster options in specific states.
- setStates(States) - Method in class org.zkoss.chart.Marker
-
Sets a wrapper object for all the series options in specific states.
- setStates(States) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets a wrapper object for all the series options in specific states.
- setStates(States) - Method in class org.zkoss.chart.Series
-
Sets a wrapper object for all the series options in specific states.
- setStemColor(String) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the stem, the vertical line extending from the box to the whiskers.
- setStemColor(Color) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the stem, the vertical line extending from the box to the whiskers.
- setStemColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the stem, the vertical line extending from the box to the whiskers.
- setStemColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the stem, the vertical line extending from the box to the whiskers.
- setStemDashStyle(String) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the dash style of the stem, the vertical line extending from the box to the whiskers.
- setStemDashStyle(String) - Method in class org.zkoss.chart.Series
-
Sets the dash style of the stem, the vertical line extending from the box to the whiskers.
- setStemWidth(Number) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the width of the stem, the vertical line extending from the box to the whiskers.
- setStemWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the width of the stem, the vertical line extending from the box to the whiskers.
- setStep(Number) - Method in class org.zkoss.chart.AxisLabels
-
Sets to show only every n'th label on the axis, set the step to n.
- setStep(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets whether to apply steps to the line.
- setStep(String) - Method in class org.zkoss.chart.Series
-
Sets whether to apply steps to the line.
- setStickOnContact(boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets whether prevents the tooltip from switching or closing when touched or pointed.
- setStickyTracking(boolean) - Method in class org.zkoss.chart.plotOptions.PictorialPlotOptions
-
Sets sticky tracking of mouse events.
- setStickyTracking(boolean) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets sticky tracking of mouse events.
- setStickyTracking(boolean) - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
-
Sets sticky tracking of mouse events.
- setStickyTracking(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets sticky tracking of mouse events.
- setStickyTracking(boolean) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets sticky tracking of mouse events.
- setStickyTracking(boolean) - Method in class org.zkoss.chart.Series
-
Sets sticky tracking of mouse events.
- setStop(Number) - Method in class org.zkoss.chart.Stop
-
Set the stop value for this stop object.
- setStops(String, String) - Method in class org.zkoss.chart.LinearGradient
-
Sets the color range for a gradient can be composed of two colors.
- setStops(String, String) - Method in class org.zkoss.chart.RadialGradient
-
Sets the color range for a gradient can be composed of two colors.
- setStops(List<Stop>) - Method in class org.zkoss.chart.LinearGradient
-
Sets the color range for a gradient can be composed of two or more colors.
- setStops(List<Stop>) - Method in class org.zkoss.chart.RadialGradient
-
Sets the color range for a gradient can be composed of two or more colors.
- setStops(List<Stop>) - Method in class org.zkoss.chart.YAxis
-
Solid gauge series only.
- setStops(Stop...) - Method in class org.zkoss.chart.LinearGradient
-
Sets the color range for a gradient can be composed of two or more colors.
- setStops(Stop...) - Method in class org.zkoss.chart.RadialGradient
-
Sets the color range for a gradient can be composed of two or more colors.
- setStops(Stop...) - Method in class org.zkoss.chart.YAxis
-
Solid gauge series only.
- setStroke(String) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the color of the shape's stroke.
- setStroke(String) - Method in class org.zkoss.chart.ConnectorOptions
-
Returns the color of the connector line.
- setStroke(Color) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the color of the shape's stroke.
- setStrokeColor(String) - Method in class org.zkoss.chart.HaloAttributes
-
Sets the stroke color attribute in a Halo options
- setStrokeColor(Color) - Method in class org.zkoss.chart.HaloAttributes
-
Sets the stroke color attribute in a Halo options
- setStrokeColor(LinearGradient) - Method in class org.zkoss.chart.HaloAttributes
-
Sets the stroke color attribute in a Halo options
- setStrokeColor(RadialGradient) - Method in class org.zkoss.chart.HaloAttributes
-
Sets the color of the fill attribute in a Halo options
- setStrokeWidth(Number) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the pixel stroke width of the shape.
- setStrokeWidth(Number) - Method in class org.zkoss.chart.HaloAttributes
- setStyle(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets CSS styles for the annotation's label.
- setStyle(String) - Method in class org.zkoss.chart.AxisLabels
-
Sets CSS styles for the label.
- setStyle(String) - Method in class org.zkoss.chart.AxisTitle
-
Sets CSS styles for the title.
- setStyle(String) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets CSS styles for all breadcrumbs.
- setStyle(String) - Method in class org.zkoss.chart.BubbleLegend.Labels
-
Sets CSS styles for the labels.
- setStyle(String) - Method in class org.zkoss.chart.Caption
-
Sets CSS styles for the caption.
- setStyle(String) - Method in class org.zkoss.chart.Chart
-
Sets additional CSS styles to apply inline to the container
div
. - setStyle(String) - Method in class org.zkoss.chart.Charts
-
Sets additional CSS styles to apply inline to the container
div
. - setStyle(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets additional CSS styles to apply inline to the container
div
. - setStyle(String) - Method in class org.zkoss.chart.ChartsEngine
- setStyle(String) - Method in class org.zkoss.chart.Credits
-
Sets the CSS styles for the credits label.
- setStyle(String) - Method in class org.zkoss.chart.FocusBorder
-
Sets the style options for the focus border drawn around elements while navigating through them.
- setStyle(String) - Method in class org.zkoss.chart.Labels
-
Sets shared generic CSS styles for all labels.
- setStyle(String) - Method in class org.zkoss.chart.LabelsItem
-
Sets generic CSS styles for each label.
- setStyle(String) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the text styles for the legend page navigation.
- setStyle(String) - Method in class org.zkoss.chart.LegendTitle
-
Sets generic CSS styles for the legend title.
- setStyle(String) - Method in class org.zkoss.chart.Loading
-
Sets CSS styles for the loading screen that covers the plot area.
- setStyle(String) - Method in class org.zkoss.chart.NoData
-
Sets the CSS styles for the no-data label.
- setStyle(String) - Method in class org.zkoss.chart.PlotLabel
-
Sets CSS styles for the text label.
- setStyle(String) - Method in class org.zkoss.chart.plotOptions.CollapseButton
-
Sets CSS styles for the annotation's label.
- setStyle(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Set styles for the label.
- setStyle(String) - Method in class org.zkoss.chart.plotOptions.SeriesLabel
-
Set styles for the series label.
- setStyle(String) - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
-
Sets CSS styles for the words.
- setStyle(String) - Method in class org.zkoss.chart.Separator
-
Sets CSS styles for the separator.
- setStyle(String) - Method in class org.zkoss.chart.Series
-
Sets CSS styles for the words.
- setStyle(String) - Method in class org.zkoss.chart.StackLabels
-
Sets CSS styles for the label.
- setStyle(String) - Method in class org.zkoss.chart.Subtitle
-
Sets CSS styles for the title.
- setStyle(String) - Method in class org.zkoss.chart.Title
-
Sets CSS styles for the title.
- setStyle(String) - Method in class org.zkoss.chart.Tooltip
-
Sets CSS styles for the tooltip.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets CSS styles for the annotation's label.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.AxisLabels
-
Sets CSS styles for the label.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.AxisTitle
-
Sets CSS styles for the title.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets CSS styles for all breadcrumbs.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.BubbleLegend.Labels
-
Sets CSS styles for the labels.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Caption
-
Sets CSS styles for the caption.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Chart
-
Sets additional CSS styles to apply inline to the container
div
. - setStyle(Map<K, V>) - Method in class org.zkoss.chart.Charts
-
Sets additional CSS styles to apply inline to the container
div
. - setStyle(Map<K, V>) - Method in interface org.zkoss.chart.ChartsApi
-
Sets additional CSS styles to apply inline to the container
div
. - setStyle(Map<K, V>) - Method in class org.zkoss.chart.ChartsEngine
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Credits
-
Sets the CSS styles for the credits label.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.FocusBorder
-
Sets the style options for the focus border drawn around elements while navigating through them.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Labels
-
Sets shared generic CSS styles for all labels.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.LabelsItem
-
Sets generic CSS styles for each label.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.LegendNavigation
-
Sets the text styles for the legend page navigation.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.LegendTitle
-
Sets generic CSS styles for the legend title.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Loading
-
Sets CSS styles for the loading screen that covers the plot area.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.NoData
-
Sets the CSS styles for the no-data label.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.PlotLabel
-
Sets CSS styles for the text label.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.plotOptions.CollapseButton
-
Sets CSS styles for the annotation's label.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Set styles for the label.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.plotOptions.SeriesLabel
-
Set styles for the series label.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.plotOptions.WordCloudPlotOptions
-
Sets CSS styles for the words.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Separator
-
Sets CSS styles for the separator.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Series
-
Sets CSS styles for the words.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.StackLabels
-
Sets CSS styles for the label.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Subtitle
-
Sets CSS styles for the title.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Title
-
Sets CSS styles for the title.
- setStyle(Map<K, V>) - Method in class org.zkoss.chart.Tooltip
-
Sets CSS styles for the tooltip.
- setStyledMode(boolean) - Method in class org.zkoss.chart.Chart
-
Sets whether to apply styled mode.
- setStyledMode(boolean) - Method in class org.zkoss.chart.Charts
-
Sets whether to apply styled mode.
- setStyledMode(boolean) - Method in interface org.zkoss.chart.ChartsApi
-
Sets whether to apply styled mode.
- setStyledMode(boolean) - Method in class org.zkoss.chart.ChartsEngine
- setSubtitle(String) - Method in class org.zkoss.chart.Charts
-
Sets the chart subtitle
- setSubtitle(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the chart subtitle
- setSubtitle(String) - Method in class org.zkoss.chart.ChartsEngine
- setSubtitle(Subtitle) - Method in class org.zkoss.chart.Charts
-
Sets the Subtitle options
- setSubtitle(Subtitle) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the Subtitle options
- setSubtitle(Subtitle) - Method in class org.zkoss.chart.ChartsEngine
- setSubtitle(Subtitle) - Method in class org.zkoss.chart.PlotData
-
Sets the subtitle options
- setSum(boolean) - Method in class org.zkoss.chart.Point
-
Sets waterfall series only.
- setSummary(LangSeriesSummary) - Method in class org.zkoss.chart.LangSeries
-
Sets lang configuration for the series main summary.
- setSvgContainerLabel(String) - Method in class org.zkoss.chart.LangAccessibility
- setSvgContainerTitle(String) - Method in class org.zkoss.chart.LangAccessibility
-
Sets the title element text for the chart SVG element.
- setSwitchRowsAndColumns(Boolean) - Method in class org.zkoss.chart.Data
-
Sets switch rows and columns of the input data, so that
this.columns
effectively becomes the rows of the data set, and the rows are interpreted as series. - setSymbol(String) - Method in class org.zkoss.chart.ExportingButton
-
Sets the symbol for the button.
- setSymbol(String) - Method in class org.zkoss.chart.Marker
-
Sets a predefined shape or symbol for the marker.
- setSymbolFill(String) - Method in class org.zkoss.chart.ExportingButton
-
Sets fill color for the symbol within the button.
- setSymbolFill(String) - Method in class org.zkoss.chart.NavigationButton
-
Sets fill color for the symbol within the button.
- setSymbolFill(Color) - Method in class org.zkoss.chart.ExportingButton
-
Sets fill color for the symbol within the button.
- setSymbolFill(Color) - Method in class org.zkoss.chart.NavigationButton
-
Sets fill color for the symbol within the button.
- setSymbolFill(LinearGradient) - Method in class org.zkoss.chart.ExportingButton
-
Sets fill color for the symbol within the button.
- setSymbolFill(LinearGradient) - Method in class org.zkoss.chart.NavigationButton
-
Sets fill color for the symbol within the button.
- setSymbolFill(RadialGradient) - Method in class org.zkoss.chart.ExportingButton
-
Sets fill color for the symbol within the button.
- setSymbolFill(RadialGradient) - Method in class org.zkoss.chart.NavigationButton
-
Sets fill color for the symbol within the button.
- setSymbolHeight(Number) - Method in class org.zkoss.chart.Legend
-
Sets the pixel height of the legend item symbol.
- setSymbolPadding(Number) - Method in class org.zkoss.chart.Legend
-
Sets the pixel padding between the legend item symbol and the legend item text.
- setSymbolRadius(Number) - Method in class org.zkoss.chart.Legend
-
Sets the pixel radius of the legend item symbol.
- setSymbolSize(Number) - Method in class org.zkoss.chart.ExportingButton
-
Sets the pixel size of the symbol on the button.
- setSymbolSize(Number) - Method in class org.zkoss.chart.NavigationButton
-
Sets the pixel size of the symbol on the button.
- setSymbolStroke(String) - Method in class org.zkoss.chart.ExportingButton
-
Sets the color of the symbol's stroke or line.
- setSymbolStroke(String) - Method in class org.zkoss.chart.NavigationButton
-
Sets the color of the symbol's stroke or line.
- setSymbolStroke(Color) - Method in class org.zkoss.chart.ExportingButton
-
Sets the color of the symbol's stroke or line.
- setSymbolStroke(Color) - Method in class org.zkoss.chart.NavigationButton
-
Sets the color of the symbol's stroke or line.
- setSymbolStroke(LinearGradient) - Method in class org.zkoss.chart.ExportingButton
-
Sets the color of the symbol's stroke or line.
- setSymbolStroke(LinearGradient) - Method in class org.zkoss.chart.NavigationButton
-
Sets the color of the symbol's stroke or line.
- setSymbolStroke(RadialGradient) - Method in class org.zkoss.chart.ExportingButton
-
Sets the color of the symbol's stroke or line.
- setSymbolStroke(RadialGradient) - Method in class org.zkoss.chart.NavigationButton
-
Sets the color of the symbol's stroke or line.
- setSymbolStrokeWidth(Number) - Method in class org.zkoss.chart.ExportingButton
-
Sets the pixel stroke width of the symbol on the button.
- setSymbolStrokeWidth(Number) - Method in class org.zkoss.chart.NavigationButton
-
Sets the pixel stroke width of the symbol on the button.
- setSymbolWidth(Number) - Method in class org.zkoss.chart.Legend
-
Sets the pixel width of the legend item symbol.
- setSymbolX(Number) - Method in class org.zkoss.chart.ExportingButton
-
Sets the x position of the center of the symbol inside the button.
- setSymbolX(Number) - Method in class org.zkoss.chart.NavigationButton
-
Sets the x position of the center of the symbol inside the button.
- setSymbolY(Number) - Method in class org.zkoss.chart.ExportingButton
-
Sets the y position of the center of the symbol inside the button.
- setSymbolY(Number) - Method in class org.zkoss.chart.NavigationButton
-
Sets the y position of the center of the symbol inside the button.
- setTable(String) - Method in class org.zkoss.chart.Data
-
Sets an HTML table or the id of such to be parsed as input data.
- setTable(LangTable) - Method in class org.zkoss.chart.LangAccessibility
-
Sets accessibility language options for the data table.
- setTableSummary(String) - Method in class org.zkoss.chart.LangTable
- setTarget(Number) - Method in class org.zkoss.chart.Point
-
Sets the target value of a point.
- setTargetOptions(TargetOptions) - Method in class org.zkoss.chart.plotOptions.BulletPlotOptions
-
Sets all options related with look and position of targets.
- setTargetOptions(TargetOptions) - Method in class org.zkoss.chart.Point
-
Sets individual target options for each point.
- setTargetOptions(TargetOptions) - Method in class org.zkoss.chart.Series
-
Sets all options related with look and position of targets.
- setText(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Alias for the format option.
- setText(String) - Method in class org.zkoss.chart.AxisTitle
-
Sets the actual text of the axis title.
- setText(String) - Method in class org.zkoss.chart.Caption
-
Sets the caption text of the chart.
- setText(String) - Method in class org.zkoss.chart.Credits
-
Sets the text for the credits label.
- setText(String) - Method in class org.zkoss.chart.ExportingButton
-
Sets a text string to add to the individual button.
- setText(String) - Method in class org.zkoss.chart.LegendTitle
-
Sets a text or HTML string for the title.
- setText(String) - Method in class org.zkoss.chart.Mapping
-
Sets the text mapping for speech tracks.
- setText(String) - Method in class org.zkoss.chart.MenuItem
-
Set the text to be associated with this menu item.
- setText(String) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the text annotation of this scale; e.g.
- setText(String) - Method in class org.zkoss.chart.NavigationButton
-
Sets a text string to add to the individual button.
- setText(String) - Method in class org.zkoss.chart.PlotLabel
-
Sets the string text itself.
- setText(String) - Method in class org.zkoss.chart.Separator
-
Sets the separator text.
- setText(String) - Method in class org.zkoss.chart.Subtitle
-
Sets the subtitle of the chart.
- setText(String) - Method in class org.zkoss.chart.Title
-
Sets the title of the chart.
- setText(String) - Method in class org.zkoss.chart.YAxisTitle
-
Sets the actual text of the axis title.
- setTextAlign(String) - Method in class org.zkoss.chart.AxisTitle
-
Sets the alignment of the text, can be
"left"
,"right"
or"center"
. - setTextAlign(String) - Method in class org.zkoss.chart.PlotLabel
-
Sets the text alignment for the label.
- setTextAlign(String) - Method in class org.zkoss.chart.StackLabels
-
Sets the text alignment for the label.
- setTextFont(Font) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the text annotation font.
- setTextKey(String) - Method in class org.zkoss.chart.MenuItem
-
Set the key to a language string, if internationalization is required.
- setTextPath(DataLabelsTextPath) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets options for a label text which should follow marker's shape.
- setTextRadius(double) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the radius percentage(0 ~ 1) to place the text annotation.
- setTheme(Map<K, V>) - Method in class org.zkoss.chart.DrillUpButton
-
Sets a collection of attributes for the button.
- setTheme(Map<K, V>) - Method in class org.zkoss.chart.ExportingButton
-
Sets a collection of attributes for the button.
- setTheme(Map<K, V>) - Method in class org.zkoss.chart.NavigationButton
-
Sets a collection of attributes for the button.
- setTheme(Map<K, V>) - Method in class org.zkoss.chart.ResetZoomButton
-
Sets a collection of attributes for the button.
- setTheme(Theme) - Method in class org.zkoss.chart.Charts
-
Sets the theme options for all Charts in the same browser page.
- setTheme(Theme) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the theme options for all Charts in the same browser page.
- setTheme(Theme) - Method in class org.zkoss.chart.ChartsEngine
- setTheta(Number) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Barnes-Hut approximation only.
- setThickness(Number) - Method in class org.zkoss.chart.PlotBand
-
Sets the width of the plot band stretching along the perimeter.
- setThickness(Number) - Method in class org.zkoss.chart.plotOptions.ItemPlotOptions
-
Sets thickness describing the ring size for a donut type chart, overriding
ItemPlotOptions.getInnerSize()
. - setThickness(Number) - Method in class org.zkoss.chart.plotOptions.PiePlotOptions
-
Sets thickness describing the ring size for a donut type chart, overriding
PiePlotOptions.getInnerSize()
. - setThickness(Number) - Method in class org.zkoss.chart.Series
-
Sets thickness describing the ring size for a donut type chart, overriding
Series.getInnerSize()
. - setThickness(String) - Method in class org.zkoss.chart.PlotBand
-
Sets the width of the plot band stretching along the perimeter.
- setThousandsSep(String) - Method in class org.zkoss.chart.Lang
-
Sets the default thousands separator used in the
Charts.setNumberFormat(Number, Number, String, String)
method unless otherwise specified in the function arguments. - setThousandsSep(String) - Method in class org.zkoss.chart.LangAccessibility
-
Sets thousands separator to use when formatting numbers for screen readers.
- setThreshold(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the threshold, also called zero level or base level.
- setThreshold(Number) - Method in class org.zkoss.chart.Series
-
Sets the threshold, also called zero level or base level.
- setTickAmount(Number) - Method in class org.zkoss.chart.Axis
-
Set the amount of ticks to draw on the axis.
- setTickColor(String) - Method in class org.zkoss.chart.Axis
-
Sets color for the main tick marks.
- setTickColor(String) - Method in class org.zkoss.chart.model.DialModelScale
-
Set the tick color.
- setTickFont(Font) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the tick label font.
- setTickInterval(Number) - Method in class org.zkoss.chart.Axis
-
Sets the interval of the tick marks in axis units.
- setTickLabelOffset(double) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the radius offset in percentage(0 ~ 1) between the tick and tick label.
- setTickLength(Number) - Method in class org.zkoss.chart.Axis
-
Sets the pixel length of the main tick marks.
- setTickmarkPlacement(String) - Method in class org.zkoss.chart.Axis
-
Sets for categorized axes only.
- setTickPixelInterval(Number) - Method in class org.zkoss.chart.Axis
-
Sets if tickInterval is
null
this option sets the approximate pixel interval of the tick marks. - setTickPixelInterval(Number) - Method in class org.zkoss.chart.YAxis
-
Sets if tickInterval is
null
this option sets the approximate pixel interval of the tick marks. - setTickPosition(String) - Method in class org.zkoss.chart.Axis
-
Sets the position of the major tick marks relative to the axis line.
- setTickPositions(List<Number>) - Method in class org.zkoss.chart.Axis
-
Sets a list defining where the ticks are laid out on the axis.
- setTickRadius(double) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the radius percentage(0 ~ 1) to place the tick label.
- setTickWidth(Number) - Method in class org.zkoss.chart.Axis
-
Sets the pixel width of the major tick marks.
- setTickWidth(Number) - Method in class org.zkoss.chart.YAxis
-
Sets the pixel width of the major tick marks.
- setTileShape(String) - Method in class org.zkoss.chart.plotOptions.TilemapPlotOptions
-
Sets the shape of the tiles in the tilemap.
- setTileShape(String) - Method in class org.zkoss.chart.Series
-
Sets the shape of the tiles in the tilemap.
- setTime(Number) - Method in class org.zkoss.chart.Mapping
-
Sets the Number object of time.
- setTime(String) - Method in class org.zkoss.chart.Mapping
-
Sets the String object of time.
- setTime(Time) - Method in class org.zkoss.chart.Mapping
-
Sets the Time object of time.
- setTimeInterval(Number) - Method in class org.zkoss.chart.GlobalContextTrack
-
Sets a context track to play periodically every timeInterval milliseconds while the sonification is playing.
- setTimeRangeDays(String) - Method in class org.zkoss.chart.LangAxis
- setTimeRangeHours(String) - Method in class org.zkoss.chart.LangAxis
- setTimeRangeMinutes(String) - Method in class org.zkoss.chart.LangAxis
- setTimeRangeSeconds(String) - Method in class org.zkoss.chart.LangAxis
- setTimezoneOffset(Number) - Method in class org.zkoss.chart.Global
-
Sets the timezone offset in minutes.
- setTitle(String) - Method in class org.zkoss.chart.Axis
-
Sets the title text of the axis.
- setTitle(String) - Method in class org.zkoss.chart.Charts
-
Sets the chart title.
- setTitle(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the chart title.
- setTitle(String) - Method in class org.zkoss.chart.ChartsEngine
- setTitle(String) - Method in class org.zkoss.chart.Node
-
Sets the job title for the node card, will be inserted by the default dataLabel.nodeFormatter.
- setTitle(AxisTitle) - Method in class org.zkoss.chart.Axis
-
Sets the axis title, showing next to the axis line.
- setTitle(LegendTitle) - Method in class org.zkoss.chart.Legend
-
Sets a title to be added on top of the legend.
- setTitle(Title) - Method in class org.zkoss.chart.Charts
-
Sets the Title options
- setTitle(Title) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the Title options
- setTitle(Title) - Method in class org.zkoss.chart.ChartsEngine
- setTitle(Title) - Method in class org.zkoss.chart.PlotData
-
Sets the title options
- setTo(Number) - Method in class org.zkoss.chart.Break
-
Set the ending value of this break
- setTo(Number) - Method in class org.zkoss.chart.ColorVariation
-
Sets the ending value of a color variation.
- setTo(Number) - Method in class org.zkoss.chart.DataClass
-
Sets the end of the value range that the data class represents, relating to the point value.
- setTo(Number) - Method in class org.zkoss.chart.PlotBand
-
Sets the end position of the plot band in axis units.
- setTo(Number) - Method in class org.zkoss.chart.plotOptions.WordCloudRotation
-
Sets the largest degree of rotation for a word.
- setTo(String) - Method in class org.zkoss.chart.Point
-
Sets the node that the link runs to.
- setTooltip(TooltipPlotOptions) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets a configuration object for the tooltip rendering of each single series.
- setTooltip(Tooltip) - Method in class org.zkoss.chart.Charts
-
Sets the Tooltip options
- setTooltip(Tooltip) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the Tooltip options
- setTooltip(Tooltip) - Method in class org.zkoss.chart.ChartsEngine
- setTooltip(Tooltip) - Method in class org.zkoss.chart.PlotData
-
Sets the tooltip options
- setTooltip(Tooltip) - Method in class org.zkoss.chart.Series
-
Sets the tooltip options.
- setTooltipValueFormat(String) - Method in class org.zkoss.chart.YAxis
-
Parallel coordinates only.
- setTop(Number) - Method in class org.zkoss.chart.XAxis
-
Sets the top position as the horizontal axis.
- setTop(String) - Method in class org.zkoss.chart.XAxis
-
Sets the top position as the horizontal axis.
- setTop(Panel3D) - Method in class org.zkoss.chart.options3D.Frame3D
-
Sets the options for the top panel of a
Frame3D
- setTopWidth(Number) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the width of the top of the dial, closest to the perimeter.
- setTrackByArea(boolean) - Method in class org.zkoss.chart.plotOptions.AreaPlotOptions
-
Sets whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTrackByArea(boolean) - Method in class org.zkoss.chart.plotOptions.AreaRangePlotOptions
-
Sets whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTrackByArea(boolean) - Method in class org.zkoss.chart.plotOptions.BellCurvePlotOptions
-
Sets whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTrackByArea(boolean) - Method in class org.zkoss.chart.plotOptions.PolygonPlotOptions
-
Sets whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTrackByArea(boolean) - Method in class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
-
Sets whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTrackByArea(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTraverseToLeaf(boolean) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets this option enables automatic traversing to the last child level upon node interaction.
- setTraverseUpButton(TraverseUpButton) - Method in class org.zkoss.chart.plotOptions.SunburstPlotOptions
-
Sets options for the button appearing when traversing down in a treemap.
- setTraverseUpButton(TraverseUpButton) - Method in class org.zkoss.chart.plotOptions.TreegraphPlotOptions
-
Sets options for the button appearing when traversing down in a treemap.
- setTraverseUpButton(TraverseUpButton) - Method in class org.zkoss.chart.plotOptions.TreemapPlotOptions
-
Sets options for the button appearing when traversing down in a treemap.
- setTraverseUpButton(TraverseUpButton) - Method in class org.zkoss.chart.Series
-
Sets options for the button appearing when traversing down in a treemap.
- setTreeGraphLink(TreeGraphLink) - Method in class org.zkoss.chart.Series
-
Sets the tree graph link style options.
- setTremolo(Tremolo) - Method in class org.zkoss.chart.Mapping
-
Sets the Tremolo object of tremolo.
- setTurboThreshold(Number) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets 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.
- setTurboThreshold(Number) - Method in class org.zkoss.chart.Series
-
Sets when a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setType(String) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the type of the shape, e.g.
- setType(String) - Method in class org.zkoss.chart.Axis
-
Sets the type of axis.
- setType(String) - Method in class org.zkoss.chart.Chart
-
Sets the default series type for the chart.
- setType(String) - Method in class org.zkoss.chart.Charts
-
Set the chart's type (Charts.PIE, Charts.BAR, Charts.LINE, etc.).
- setType(String) - Method in interface org.zkoss.chart.ChartsApi
-
Set the chart's type (Charts.PIE, Charts.BAR, Charts.LINE, etc.).
- setType(String) - Method in class org.zkoss.chart.ChartsEngine
- setType(String) - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
-
Sets the type of the algorithm used to combine points into a cluster.
- setType(String) - Method in class org.zkoss.chart.DefaultSpeechOptions
-
Sets the type of track.
- setType(String) - Method in class org.zkoss.chart.Exporting
-
Sets the default MIME type for exporting if chart.exportChart() is called without specifying a type option.
- setType(String) - Method in class org.zkoss.chart.GlobalTrack
-
Sets the type of track.
- setType(String) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Sets the type of the algorithm used when positioning nodes.
- setType(String) - Method in class org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Sets the type of the algorithm used when positioning nodes.
- setType(String) - Method in class org.zkoss.chart.plotOptions.PackedBubbleParentNodeOptions
-
Sets the type of the algorithm used when positioning nodes.
- setType(String) - Method in class org.zkoss.chart.plotOptions.TreeGraphLink
-
Sets the type of the link shape in "default", "curved", and "straight".
- setType(String) - Method in class org.zkoss.chart.Series
-
The type of series.
- setType(JavaScriptValue) - Method in class org.zkoss.chart.ClusterLayoutAlgorithm
-
Sets the custom clustering algorithm can be added by assigning a callback function as the type property.
- setTypeDescription(String) - Method in class org.zkoss.chart.Accessibility
-
Sets a text description of the chart type.
- setUniqueNames(boolean) - Method in class org.zkoss.chart.Axis
-
Applies only when the axis type is category.
- setUnit(String) - Method in class org.zkoss.chart.LevelSize
-
Sets how to interpret levelSize.value.
- setUnknownMap(String) - Method in class org.zkoss.chart.LangChartTypes
- setUpColor(String) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of up point in a waterfall series.
- setUpColor(Color) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of up point in a waterfall series.
- setUpColor(Color) - Method in class org.zkoss.chart.Series
-
Sets the color of up point in a waterfall series.
- setUpColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of up point in a waterfall series.
- setUpColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.WaterfallPlotOptions
-
Sets the color of up point in a waterfall series.
- setUpdateInterval(Number) - Method in class org.zkoss.chart.Sonification
-
Sets how long to wait between each recomputation of the sonification, if the chart updates rapidly.
- setUpperBound(double) - Method in class org.zkoss.chart.model.DialModelRange
-
Sets the upper bound in scale of this colored range.
- setUrl(String) - Method in class org.zkoss.chart.Exporting
-
Sets the URL for the server module converting the SVG string to an image format.
- setUseHTML(boolean) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets whether to use HTML to render the annotation's label.
- setUseHTML(boolean) - Method in class org.zkoss.chart.AxisLabels
-
Sets whether to use HTML to render the labels.
- setUseHTML(boolean) - Method in class org.zkoss.chart.AxisTitle
-
Sets whether to use HTML to render the axis title.
- setUseHTML(boolean) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets whether to use HTML to render the breadcrumbs items texts.
- setUseHTML(boolean) - Method in class org.zkoss.chart.Caption
-
Sets whether to use HTML to render the text.
- setUseHTML(boolean) - Method in class org.zkoss.chart.Legend
-
Sets whether to use HTML to render the legend item texts.
- setUseHTML(boolean) - Method in class org.zkoss.chart.PlotLabel
-
Sets whether to use HTML to render the labels.
- setUseHTML(boolean) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets whether to use HTML to render the labels.
- setUseHTML(boolean) - Method in class org.zkoss.chart.StackLabels
-
Sets whether to use HTML to render the labels.
- setUseHTML(boolean) - Method in class org.zkoss.chart.Subtitle
-
Sets whether to use HTML to render the text.
- setUseHTML(boolean) - Method in class org.zkoss.chart.Title
-
Sets whether to use HTML to render the text.
- setUseHTML(boolean) - Method in class org.zkoss.chart.Tooltip
-
Sets whether to use HTML to render the contents of the tooltip instead of SVG.
- setUseSimulation(boolean) - Method in class org.zkoss.chart.plotOptions.PackedBubblePlotOptions
-
Sets an option is giving a possibility to choose between using simulation for calculating bubble positions.
- setUseSimulation(boolean) - Method in class org.zkoss.chart.Series
-
Sets an option is giving a possibility to choose between using simulation for calculating bubble positions.
- setUseUTC(boolean) - Method in class org.zkoss.chart.Global
-
Sets whether to use UTC time for axis scaling, tickmark placement and time display in
Charts.setDateFormat(String, Number, boolean)
. - setValue(double) - Method in class org.zkoss.chart.model.DialModelScale
- setValue(int, double) - Method in class org.zkoss.chart.model.DefaultDialModel
- setValue(int, double) - Method in interface org.zkoss.chart.model.DialModel
-
add or update the value of a specified scale index.
- setValue(Comparable<?>, Comparable<?>, Number) - Method in interface org.zkoss.chart.model.CategoryModel
-
add or update the value of a specified series and category.
- setValue(Comparable<?>, Comparable<?>, Number) - Method in class org.zkoss.chart.model.DefaultCategoryModel
- setValue(Comparable<?>, Number) - Method in class org.zkoss.chart.model.DefaultSingleValueCategoryModel
- setValue(Comparable<?>, Number) - Method in interface org.zkoss.chart.model.SingleValueCategoryModel
-
add or update the value of a specified category.
- setValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultXYModel
- setValue(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.
- setValue(Comparable<?>, Number, Number, int) - Method in interface org.zkoss.chart.model.XYModel
-
Replace the value of the new (x,y) into a series at specified index.
- setValue(Comparable<?>, Number, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultXYZModel
- setValue(Comparable<?>, Number, Number, Number, int) - Method in interface org.zkoss.chart.model.XYZModel
-
Replace an (x,y,z) into a series at the specified index.
- setValue(Comparable<?>, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
-
Replace the (low, q1, median, q3, high) value at the given index of the specified series.
- setValue(Comparable<?>, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
- setValue(Comparable<?>, Number, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
-
Replace the (x, low, q1, median, q3, high) value at the given index of the specified series.
- setValue(Comparable<?>, Number, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
- setValue(Comparable<?>, String, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.chart.model.BoxPlotModel
-
Replace the (name, low, q1, median, q3, high) value at the given index of the specified series.
- setValue(Comparable<?>, String, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.chart.model.DefaultBoxPlotModel
- setValue(Comparable<?>, String, String, int) - Method in class org.zkoss.chart.model.DefaultFromToModel
- setValue(Comparable<?>, String, String, int) - Method in class org.zkoss.chart.model.DefaultFromToWeightModel
- setValue(Comparable<?>, String, String, int) - Method in interface org.zkoss.chart.model.FromToModel
-
Replace the value of the new (from, to) into a series at specified index.
- setValue(Comparable<?>, String, String, Number, int) - Method in class org.zkoss.chart.model.DefaultFromToWeightModel
- setValue(Comparable<?>, String, String, Number, int) - Method in interface org.zkoss.chart.model.FromToWeightModel
-
Replace a (from, to, weight) into a series at the specified index.
- setValue(Number) - Method in class org.zkoss.chart.BubbleLegend.Range
-
Sets the range size value, similar to bubble Z data.
- setValue(Number) - Method in class org.zkoss.chart.Frequency
-
Sets a fixed value to use for the prop when mapping.
- setValue(Number) - Method in class org.zkoss.chart.LevelSize
-
Sets the value used for calculating the width of the ring.
- setValue(Number) - Method in class org.zkoss.chart.Pitch
-
Sets a fixed value to use for the prop when mapping.
- setValue(Number) - Method in class org.zkoss.chart.PlotLine
-
Sets the position of the line in axis units.
- setValue(Number) - Method in class org.zkoss.chart.plotOptions.DataLabelsFilter
-
Sets the value to compare against.
- setValue(Number) - Method in class org.zkoss.chart.Point
-
Set the "value" value.
- setValue(Number) - 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.
- setValueAngle(double) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the angle in degree to place the value (counter clockwise is positive).
- setValueDecimals(Number) - Method in class org.zkoss.chart.AccessibilityPoint
-
Sets decimals to use for the values in the point descriptions.
- setValueDecimals(Number) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets how many decimals to show in each series' y value.
- setValueDecimals(Number) - Method in class org.zkoss.chart.Tooltip
-
Sets how many decimals to show in each series' y value.
- setValueDescriptionFormat(String) - Method in class org.zkoss.chart.AccessibilityPoint
-
Sets the format to use for describing the values of data points to assistive technology - including screen readers.
- setValueFont(Font) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the value font.
- setValueInterval(Number) - Method in class org.zkoss.chart.GlobalContextTrack
-
Sets a context track to play periodically every valueInterval units of a data property valueProp while the sonification is playing.
- setValueMapFunction(String) - Method in class org.zkoss.chart.GlobalContextTrack
-
Sets how to map context events to time when using the
valueInterval
option. - setValuePrefix(String) - Method in class org.zkoss.chart.AccessibilityPoint
-
Sets the prefix to add to the values in the point descriptions.
- setValuePrefix(String) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets a string to prepend to each series' y value.
- setValuePrefix(String) - Method in class org.zkoss.chart.Tooltip
-
Sets a string to prepend to each series' y value.
- setValueProp(String) - Method in class org.zkoss.chart.GlobalContextTrack
-
Sets the point property to play context for when using
valueInterval
. - setValueRadius(double) - Method in class org.zkoss.chart.model.DialModelScale
-
Sets the radius percentage(0 ~ 1) to place the value.
- setValueSuffix(String) - Method in class org.zkoss.chart.AccessibilityPoint
-
Sets the suffix to add to the values in the point descriptions.
- setValueSuffix(String) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets the string to append to each series' y value.
- setValueSuffix(String) - Method in class org.zkoss.chart.Tooltip
-
Sets the string to append to each series' y value.
- setVectorLength(Number) - Method in class org.zkoss.chart.plotOptions.VectorPlotOptions
-
Sets maximum length of the arrows in the vector plot.
- setVectorLength(Number) - Method in class org.zkoss.chart.plotOptions.WindBarbPlotOptions
-
Sets the pixel length of the stems.
- setVectorLength(Number) - Method in class org.zkoss.chart.Series
-
Sets the pixel length of the stems.
- setVerticalAlign(String) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the vertical alignment of the annotation's label.
- setVerticalAlign(String) - Method in class org.zkoss.chart.Caption
-
Sets the vertical alignment of the caption.
- setVerticalAlign(String) - Method in class org.zkoss.chart.ExportingButton
-
Sets the vertical alignment of the buttons.
- setVerticalAlign(String) - Method in class org.zkoss.chart.Legend
-
Sets the vertical alignment of the legend box.
- setVerticalAlign(String) - Method in class org.zkoss.chart.NavigationButton
-
Sets the vertical alignment of the buttons.
- setVerticalAlign(String) - Method in class org.zkoss.chart.PlotLabel
-
Sets vertical alignment of the label relative to the plot band.
- setVerticalAlign(String) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the vertical alignment of a data label.
- setVerticalAlign(String) - Method in class org.zkoss.chart.Position
-
Sets the vertical alignment of the position
- setVerticalAlign(String) - Method in class org.zkoss.chart.StackLabels
-
Sets defines the vertical alignment of the stack total label.
- setVerticalAlign(String) - Method in class org.zkoss.chart.Subtitle
-
Sets the vertical alignment of the title.
- setVerticalAlign(String) - Method in class org.zkoss.chart.Title
-
Sets the vertical alignment of the title.
- setVflex(String) - Method in class org.zkoss.chart.Charts
-
Sets vertical flex hint of this chart.
- setViewAsDataTableButtonText(String) - Method in class org.zkoss.chart.LangTable
- setViewDistance(Number) - Method in class org.zkoss.chart.options3D.Options3D
-
Sets the distance the viewer is standing in front of the chart.
- setVisible(boolean) - Method in class org.zkoss.chart.Annotation
-
Sets whether the annotation is visible.
- setVisible(boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether axis, including axis title, line, ticks and labels, should be visible.
- setVisible(boolean) - Method in class org.zkoss.chart.options3D.Panel3D
-
Sets whether to display the frame.
- setVisible(boolean) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets set the initial visibility of the series.
- setVisible(boolean) - Method in class org.zkoss.chart.Point
-
Sets whether the serries is visible.
- setVisible(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether the series is visible.
- setVisible(String) - Method in class org.zkoss.chart.options3D.Panel3D
-
Sets whether to display the frame.
- setVisibleDirectly(boolean) - Method in class org.zkoss.chart.Series
-
Sets whether the series is visible directly.
- setVMLRadialGradientURL(String) - Method in class org.zkoss.chart.Global
-
Sets the path to the pattern image required by VML browsers in order to draw radial gradients.
- setVolume(Number) - Method in class org.zkoss.chart.Mapping
-
Sets the Number object of volume.
- setVolume(String) - Method in class org.zkoss.chart.Mapping
-
Sets the String object of volume.
- setVolume(Volume) - Method in class org.zkoss.chart.Mapping
-
Sets the Volume object of volume.
- setWaterfall(String) - Method in class org.zkoss.chart.LangSeriesTypeDescriptions
- setWeek(String) - Method in class org.zkoss.chart.DateTimeLabelFormats
-
Sets the label format for week.
- setWeekdays(List<String>) - Method in class org.zkoss.chart.Lang
-
Sets an array containing the weekday names.
- setWeight(Number) - Method in class org.zkoss.chart.Point
-
Sets the weight of the link.
- setWhiskerColor(String) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the whiskers, the horizontal lines marking low and high values.
- setWhiskerColor(String) - Method in class org.zkoss.chart.Series
-
Sets the color of the whiskers, the horizontal lines marking low and high values.
- setWhiskerColor(Color) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the whiskers, the horizontal lines marking low and high values.
- setWhiskerColor(Color) - Method in class org.zkoss.chart.Series
-
Sets the color of the whiskers, the horizontal lines marking low and high values.
- setWhiskerColor(LinearGradient) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the whiskers, the horizontal lines marking low and high values.
- setWhiskerColor(LinearGradient) - Method in class org.zkoss.chart.Series
-
Sets the color of the whiskers, the horizontal lines marking low and high values.
- setWhiskerColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the color of the whiskers, the horizontal lines marking low and high values.
- setWhiskerColor(RadialGradient) - Method in class org.zkoss.chart.Series
-
Sets the color of the whiskers, the horizontal lines marking low and high values.
- setWhiskerDashStyle(String) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the dash style of the whisker.
- setWhiskerDashStyle(String) - Method in class org.zkoss.chart.Series
-
Sets the dash style of the whisker.
- setWhiskerLength(Number) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the length of the whiskers, the horizontal lines marking low and high values.
- setWhiskerLength(Number) - Method in class org.zkoss.chart.Series
-
Sets the length of the whiskers, the horizontal lines marking low and high values.
- setWhiskerLength(String) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the length of the whiskers, the horizontal lines marking low and high values.
- setWhiskerLength(String) - Method in class org.zkoss.chart.Series
-
Sets the length of the whiskers, the horizontal lines marking low and high values.
- setWhiskerWidth(Number) - Method in class org.zkoss.chart.plotOptions.BoxPlotOptions
-
Sets the line width of the whiskers, the horizontal lines marking low and high values.
- setWhiskerWidth(Number) - Method in class org.zkoss.chart.plotOptions.ErrorBarPlotOptions
-
Sets the line width of the whiskers, the horizontal lines marking low and high values.
- setWhiskerWidth(Number) - Method in class org.zkoss.chart.Series
-
Sets the line width of the whiskers, the horizontal lines marking low and high values.
- setWidth(Number) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the width of the shape.
- setWidth(Number) - Method in class org.zkoss.chart.Chart
-
Sets an explicit width for the chart.
- setWidth(Number) - Method in class org.zkoss.chart.Charts
-
Sets an explicit width for the chart.
- setWidth(Number) - Method in interface org.zkoss.chart.ChartsApi
-
Sets an explicit width for the chart.
- setWidth(Number) - Method in class org.zkoss.chart.ChartsEngine
- setWidth(Number) - Method in class org.zkoss.chart.ConnectorOptions
-
Sets the pixel width of the connector line.
- setWidth(Number) - Method in class org.zkoss.chart.Crosshair
-
Set the pixel width of the crosshair.
- setWidth(Number) - Method in class org.zkoss.chart.Exporting
-
Sets the pixel width of charts exported to PNG or JPG.
- setWidth(Number) - Method in class org.zkoss.chart.ExportingButton
-
Sets the pixel width of the button.
- setWidth(Number) - Method in class org.zkoss.chart.Legend
-
Sets the width of the legend box.
- setWidth(Number) - Method in class org.zkoss.chart.Marker
-
Sets the image width explicitly.
- setWidth(Number) - Method in class org.zkoss.chart.NavigationButton
-
Sets the pixel width of the button.
- setWidth(Number) - Method in class org.zkoss.chart.PlotLine
-
Sets the width or thickness of the plot line.
- setWidth(Number) - Method in class org.zkoss.chart.plotOptions.CollapseButton
-
Sets pixel width of the button.
- setWidth(Number) - Method in class org.zkoss.chart.plotOptions.NetworkGraphLink
-
Sets the width (px) of the link between two nodes.
- setWidth(Number) - Method in class org.zkoss.chart.plotOptions.ScatterPlotOptions
-
Sets the width of the scatter plot.
- setWidth(Number) - Method in class org.zkoss.chart.plotOptions.TargetOptions
-
Sets the width of the rectangle representing the target.
- setWidth(Number) - Method in class org.zkoss.chart.Point
-
Sets the width of the point.
- setWidth(Number) - Method in class org.zkoss.chart.Shadow
-
Sets the width of the shadow
- setWidth(String) - Method in class org.zkoss.chart.Marker
-
Sets the image width explicitly.
- setWidth(String) - Method in class org.zkoss.chart.plotOptions.FunnelPlotOptions
-
Sets the width of the funnel compared to the width of the plot area, or the pixel width if it is a number.
- setWidth(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Sets the width of the series.
- setWidth(String) - Method in class org.zkoss.chart.plotOptions.TargetOptions
-
Sets the width of the rectangle representing the target.
- setWidth(String) - Method in class org.zkoss.chart.Series
-
Sets the width of the funnel compared to the width of the plot area, or the pixel width if it is a number.
- setWidth(String) - Method in class org.zkoss.chart.XAxis
-
Sets the width as the horizontal axis.
- setWithin(String) - Method in class org.zkoss.chart.Frequency
-
Sets what data values to map the parameter within.
- setWithin(String) - Method in class org.zkoss.chart.Pitch
-
Sets what data values to map the parameter within.
- setWrap(boolean) - Method in class org.zkoss.chart.plotOptions.GaugePlotOptions
-
Sets when this option is
true
, the dial will wrap around the axes. - setWrap(boolean) - Method in class org.zkoss.chart.Series
-
Sets when this option is
true
, the dial will wrap around the axes. - setWrapAround(boolean) - Method in class org.zkoss.chart.KeyboardNavigation
-
Sets whether or not to wrap around when reaching the end of arrow-key navigation for an element in the chart.
- setX(Number) - Method in class org.zkoss.chart.Annotation.Point
-
Sets the x position of the point.
- setX(Number) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the x position offset of the label relative to the point.
- setX(Number) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the x position offset of the shape relative to the point.
- setX(Number) - Method in class org.zkoss.chart.AxisLabels
-
Sets the x position offset of the label relative to the tick position on the axis.
- setX(Number) - Method in class org.zkoss.chart.AxisTitle
-
Sets the x offset.
- setX(Number) - Method in class org.zkoss.chart.BubbleLegend.Labels
-
Sets the x position offset of the label relative to the connector.
- setX(Number) - Method in class org.zkoss.chart.Caption
-
Sets the x position of the caption relative to the alignment within
Chart.setSpacingLeft(Number)
andChart.setSpacingRight(Number)
. - setX(Number) - Method in class org.zkoss.chart.ExportingButton
-
Sets the horizontal position of the button relative to the align option.
- setX(Number) - Method in class org.zkoss.chart.Legend
-
Sets the x offset of the legend relative to it's horizontal alignment
align
within chart.spacingLeft and chart.spacingRight. - setX(Number) - Method in class org.zkoss.chart.PlotLabel
-
Sets horizontal position relative the alignment.
- setX(Number) - Method in class org.zkoss.chart.plotOptions.BarDataLabels
-
Sets the x position offset of the label relative to the point.
- setX(Number) - Method in class org.zkoss.chart.plotOptions.CollapseButton
-
Sets the x position offset of the button.
- setX(Number) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the x position offset of the label relative to the point.
- setX(Number) - Method in class org.zkoss.chart.plotOptions.Jitter
-
Sets the maximal X offset for the random jitter effect.
- setX(Number) - Method in class org.zkoss.chart.Point
-
Sets the x value of the point.
- setX(Number) - Method in class org.zkoss.chart.Position
-
Sets the x offset.
- setX(Number) - Method in class org.zkoss.chart.StackLabels
-
Sets the x position offset of the label relative to the left of the stacked bar.
- setX(Number) - Method in class org.zkoss.chart.Subtitle
-
Sets the x position of the subtitle relative to the alignment within
Chart.setSpacingLeft(Number)
andChart.setSpacingRight(Number)
. - setX(Number) - Method in class org.zkoss.chart.Title
-
Sets the x position of the title relative to the alignment within
Chart.setSpacingLeft(Number)
andChart.setSpacingRight(Number)
. - setX(Number) - Method in class org.zkoss.chart.YAxisLabels
-
Sets the x position offset of the label relative to the tick position on the axis.
- setX2(Number) - Method in class org.zkoss.chart.Point
-
Sets the x2 value of the point.
- setXAxis(int) - 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.
- setXAxis(Number) - Method in class org.zkoss.chart.Annotation.Point
-
Sets the index of which axis in the xAxis array the point is connected to.
- setXAxis(String) - Method in class org.zkoss.chart.Annotation.Point
-
Sets the id of which xAxis the point is connected to.
- setXAxis(String) - 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.
- setXAxis(XAxis) - Method in class org.zkoss.chart.Charts
-
Sets the xAxis with out putting it in an Array
- setXAxis(XAxis) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the xAxis with out putting it in an Array
- setXAxis(XAxis) - Method in class org.zkoss.chart.ChartsEngine
- setXAxis(XAxis) - Method in class org.zkoss.chart.PlotData
-
Sets the xAxis with out putting it in an Array
- setXAxisDescription(String) - Method in class org.zkoss.chart.LangSeries
-
Sets xAxis description for series if there are multiple xAxes in the chart.
- setXAxisDescriptionPlural(String) - Method in class org.zkoss.chart.LangAxis
- setXAxisDescriptionSingular(String) - Method in class org.zkoss.chart.LangAxis
- setXDateFormat(String) - Method in class org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Sets the format for the date in the tooltip header if the X axis is a datetime axis.
- setXDateFormat(String) - Method in class org.zkoss.chart.Tooltip
-
Sets the format for the date in the tooltip header if the X axis is a datetime axis.
- setXHigh(Number) - Method in class org.zkoss.chart.plotOptions.RangeDataLabels
-
Sets X offset of the higher data labels relative to the point value.
- setXLow(Number) - Method in class org.zkoss.chart.plotOptions.RangeDataLabels
-
Sets X offset of the lower data labels relative to the point value
- setXOffset(Number) - Method in class org.zkoss.chart.plotOptions.WindBarbPlotOptions
-
Sets horizontal offset from the cartesian position, in pixels.
- setXOffset(Number) - Method in class org.zkoss.chart.Series
-
Sets horizontal offset from the cartesian position, in pixels.
- setY(Number) - Method in class org.zkoss.chart.Annotation.Point
-
Sets the y position of the point.
- setY(Number) - Method in class org.zkoss.chart.AnnotationLabelOptions
-
Sets the y position offset of the label relative to the point.
- setY(Number) - Method in class org.zkoss.chart.AnnotationShapeOptions
-
Sets the y position offset of the shape relative to the point.
- setY(Number) - Method in class org.zkoss.chart.AxisLabels
-
Sets the y position offset of the label relative to the tick position on the axis.
- setY(Number) - Method in class org.zkoss.chart.AxisTitle
-
Sets the y offset.
- setY(Number) - Method in class org.zkoss.chart.BubbleLegend.Labels
-
Sets the y position offset of the label relative to the connector.
- setY(Number) - Method in class org.zkoss.chart.Caption
-
Sets the y position of the caption relative to the alignment within
Chart.setSpacingTop(Number)
andChart.setSpacingBottom(Number)
. - setY(Number) - Method in class org.zkoss.chart.ExportingButton
-
Sets the vertical offset of the button's position relative to its
verticalAlign
. - setY(Number) - Method in class org.zkoss.chart.Legend
-
Sets the vertical offset of the legend relative to it's vertical alignment
verticalAlign
within chart.spacingTop and chart.spacingBottom. - setY(Number) - Method in class org.zkoss.chart.NavigationButton
-
Sets the vertical offset of the button's position relative to its
verticalAlign
. - setY(Number) - Method in class org.zkoss.chart.PlotLabel
-
Sets vertical position of the text baseline relative to the alignment.
- setY(Number) - Method in class org.zkoss.chart.plotOptions.CollapseButton
-
Sets the y position offset of the button.
- setY(Number) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the y position offset of the label relative to the point.
- setY(Number) - Method in class org.zkoss.chart.plotOptions.Jitter
-
Sets the maximal Y offset for the random jitter effect.
- setY(Number) - Method in class org.zkoss.chart.Point
-
Sets the y value of the point.
- setY(Number) - Method in class org.zkoss.chart.Position
-
Sets the y offset.
- setY(Number) - Method in class org.zkoss.chart.StackLabels
-
Sets the y position offset of the label relative to the tick position on the axis.
- setY(Number) - Method in class org.zkoss.chart.Subtitle
-
Sets the y position of the subtitle relative to the alignment within
Chart.setSpacingTop(Number)
andChart.setSpacingBottom(Number)
. - setY(Number) - Method in class org.zkoss.chart.Title
-
Sets the y position of the title relative to the alignment within
Chart.setSpacingTop(Number)
andChart.setSpacingBottom(Number)
. - setY(Number) - Method in class org.zkoss.chart.YAxisLabels
-
Sets the y position offset of the label relative to the tick position on the axis.
- setYAxis(int) - 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.
- setYAxis(Number) - Method in class org.zkoss.chart.Annotation.Point
-
Sets the index of which axis in the yAxis array the point is connected to.
- setYAxis(String) - Method in class org.zkoss.chart.Annotation.Point
-
Sets the id of which yAxis the point is connected to.
- setYAxis(String) - 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.
- setYAxis(YAxis) - Method in class org.zkoss.chart.Charts
-
Sets the yAxis with out putting it in an Array
- setYAxis(YAxis) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the yAxis with out putting it in an Array
- setYAxis(YAxis) - Method in class org.zkoss.chart.ChartsEngine
- setYAxis(YAxis) - Method in class org.zkoss.chart.PlotData
-
Sets the yAxis with out putting it in an Array
- setYAxisDescription(String) - Method in class org.zkoss.chart.LangSeries
-
Sets yAxis description for series if there are multiple yAxes in the chart.
- setYAxisDescriptionPlural(String) - Method in class org.zkoss.chart.LangAxis
- setYAxisDescriptionSingular(String) - Method in class org.zkoss.chart.LangAxis
- setYear(String) - Method in class org.zkoss.chart.DateTimeLabelFormats
-
Sets the label format for year.
- setYHigh(Number) - Method in class org.zkoss.chart.plotOptions.RangeDataLabels
-
Sets Y offset of the higher data labels relative to the point value.
- setYLow(Number) - Method in class org.zkoss.chart.plotOptions.RangeDataLabels
-
Sets Y offset of the lower data labels relative to the point value.
- setYOffset(Number) - Method in class org.zkoss.chart.plotOptions.WindBarbPlotOptions
-
Sets vertical offset from the cartesian position, in pixels.
- setYOffset(Number) - Method in class org.zkoss.chart.Series
-
Sets vertical offset from the cartesian position, in pixels.
- setZ(Number) - Method in class org.zkoss.chart.Point
-
Sets the z value of the point.
- setZAxis(ZAxis) - Method in class org.zkoss.chart.Charts
-
Sets the zAxis with out putting it in an Array
- setZAxis(ZAxis) - Method in interface org.zkoss.chart.ChartsApi
-
Sets the zAxis with out putting it in an Array
- setZAxis(ZAxis) - Method in class org.zkoss.chart.ChartsEngine
- setZAxis(ZAxis) - Method in class org.zkoss.chart.PlotData
-
Sets the zAxis with out putting it in an Array
- setZclass(String) - Method in class org.zkoss.chart.Charts
-
Sets the zclass for this component
- setZIndex(int) - Method in class org.zkoss.chart.plotOptions.DragDrop.DragHandle
-
Sets the z index for the drag handles.
- setZIndex(int) - Method in class org.zkoss.chart.Series
-
Define the visual z index of the series.
- setZIndex(Number) - Method in class org.zkoss.chart.Annotation
-
Sets the Z index of the annotation.
- setZIndex(Number) - Method in class org.zkoss.chart.Axis
-
Sets the Z index for the axis group.
- setZIndex(Number) - Method in class org.zkoss.chart.AxisLabels
-
Sets the Z index for the axis labels.
- setZIndex(Number) - Method in class org.zkoss.chart.Breadcrumbs
-
Sets the z index of the breadcrumbs group.
- setZIndex(Number) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the visual z index of the bubble legend.
- setZIndex(Number) - Method in class org.zkoss.chart.Crosshair
-
Set the Z index of the crosshair.
- setZIndex(Number) - Method in class org.zkoss.chart.PlotBand
-
Sets the z index of the plot band within the chart.
- setZIndex(Number) - Method in class org.zkoss.chart.PlotLine
-
Sets the z index of the plot line within the chart.
- setZIndex(Number) - Method in class org.zkoss.chart.plotOptions.DataLabels
-
Sets the Z index of the data labels.
- setZIndex(Number) - Method in class org.zkoss.chart.Tooltip
-
Sets the Z index for the tooltip.
- setZMax(Number) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets the maximum for the Z value range.
- setZMax(Number) - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
-
Sets the maximum possible z value for the point's radius calculation.
- setZMax(Number) - Method in class org.zkoss.chart.Series
-
Sets the maximum for the Z value range.
- setZMin(Number) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets the minimum for the Z value range.
- setZMin(Number) - Method in class org.zkoss.chart.plotOptions.VariablePiePlotOptions
-
Sets the maximum possible z value for the point's radius calculation.
- setZMin(Number) - Method in class org.zkoss.chart.Series
-
Sets the minimum for the Z value range.
- setZoneAxis(String) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Set the axis on which the zones are applied.
- setZoneAxis(String) - Method in class org.zkoss.chart.Series
-
Set the axis on which the zones are applied.
- setZones(List<Zone>) - Method in class org.zkoss.chart.Cluster
-
Set the zones within marker clusters.
- setZones(List<Zone>) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Set the zones within a series.
- setZones(List<Zone>) - Method in class org.zkoss.chart.Series
-
Set the zones within a series.
- setZones(Zone...) - Method in class org.zkoss.chart.Cluster
-
Set the zones within marker clusters.
- setZones(Zone...) - Method in class org.zkoss.chart.plotOptions.SeriesPlotOptions
-
Set the zones within a series.
- setZoom(LangZoom) - Method in class org.zkoss.chart.LangAccessibility
-
Sets chart and map zoom accessibility language options.
- setZoomEnabled(boolean) - Method in class org.zkoss.chart.Axis
-
Sets whether to zoom axis.
- setZoomType(String) - Method in class org.zkoss.chart.Chart
-
Sets decides in what dimensions the user can zoom by dragging the mouse.
- setZoomType(String) - Method in class org.zkoss.chart.Charts
-
Sets decides in what dimentions the user can zoom by dragging the mouse.
- setZoomType(String) - Method in interface org.zkoss.chart.ChartsApi
-
Sets decides in what dimentions the user can zoom by dragging the mouse.
- setZoomType(String) - Method in class org.zkoss.chart.ChartsEngine
- setZThreshold(Number) - Method in class org.zkoss.chart.BubbleLegend
-
Sets the z threshold.
- setZThreshold(Number) - Method in class org.zkoss.chart.plotOptions.BubblePlotOptions
-
Sets when
BubblePlotOptions.setDisplayNegative(boolean)
isfalse
, bubbles with lower Z values are skipped. - setZThreshold(Number) - Method in class org.zkoss.chart.Series
-
Sets when
Series.setDisplayNegative(boolean)
isfalse
, bubbles with lower Z values are skipped. - Shadow - Class in org.zkoss.chart
-
A shadow option to set for the chart
- Shadow() - Constructor for class org.zkoss.chart.Shadow
- show() - Method in class org.zkoss.chart.Series
-
Shows the series if hidden.
- showLoading(String) - Method in class org.zkoss.chart.Charts
-
Shows the loading dim the chart'ts plot area with the given text after rendering time, if any.
- SidePanel - Class in org.zkoss.chart.options3D
-
Deprecated.since 7.2.1.0. Use
Panel3D
instead. - SidePanel() - Constructor for class org.zkoss.chart.options3D.SidePanel
-
Deprecated.
- sign(Object, PrivateKey, Signature) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
-
Encodes and signs the given
content
in this certificate and locks it. - SingleValueCategoryModel - Interface in org.zkoss.chart.model
-
A single value category chart data model.
- size() - Method in class org.zkoss.chart.model.DefaultDialModel
- size() - Method in interface org.zkoss.chart.model.DialModel
-
Returns the number of
DialModelScale
s. - SKIES - org.zkoss.chart.Theme.ThemeImpl
- SKIES - Static variable in interface org.zkoss.chart.Theme
-
The skies theme provided by Highcharts JS
- slice() - Method in class org.zkoss.chart.Point
-
Pie series only.
- slice(boolean) - Method in class org.zkoss.chart.Point
-
Pie series only.
- smartDrawChart() - Method in class org.zkoss.chart.Charts
-
mark a draw flag to inform that this Chart needs update.
- smartDrawChart() - Method in class org.zkoss.chart.ChartsEngine
-
mark a draw flag to inform that this Chart needs update.
- smartUpdate(String, Object, boolean) - Method in class org.zkoss.chart.Charts
- SOLID_GAUGE - Static variable in class org.zkoss.chart.Charts
-
Chart type: solid gauge
- SolidGaugePlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for solid gauge chart
- SolidGaugePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.SolidGaugePlotImpl
- SolidGaugePlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for solid gauge plot.
- SolidGaugePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.SolidGaugePlotOptions
- Sonification - Class in org.zkoss.chart
-
Options for configuring sonification and audio charts.
- Sonification() - Constructor for class org.zkoss.chart.Sonification
- Speed - Class in org.zkoss.chart
-
Map to tremolo speed, from 0 to 1.
- Speed() - Constructor for class org.zkoss.chart.Speed
- SPLINE - Static variable in class org.zkoss.chart.Charts
-
Chart type: spline
- SplinePlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for spline chart
- SplinePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.SplinePlotImpl
- SplinePlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for spline plot
- SplinePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.SplinePlotOptions
- StackLabels - Class in org.zkoss.chart
-
The stack labels show the total value for each bar in a stacked column or bar chart.
- StackLabels() - Constructor for class org.zkoss.chart.StackLabels
- StackShadow - Class in org.zkoss.chart
-
Relevant only for pictorial series.
- StackShadow() - Constructor for class org.zkoss.chart.StackShadow
- State - Class in org.zkoss.chart
-
A state options.
- State(String) - Constructor for class org.zkoss.chart.State
-
Constructs with a name.
- States - Class in org.zkoss.chart
-
A wrapper object for all the series options in specific states.
- States() - Constructor for class org.zkoss.chart.States
- stBorderColor(RadialGradient) - Method in class org.zkoss.chart.plotOptions.GaugeDialPlotOptions
-
Sets the border color or stroke of the gauge's dial.
- Stop - Class in org.zkoss.chart
-
Stop color for linear gradient, radial gradient, and solid gauges.
- Stop(Number, String) - Constructor for class org.zkoss.chart.Stop
-
Constructs a stop color object.
- store(Object, File) - Static method in class org.zkoss.chart.lic.xml.PersistenceService
-
Stores the object
root
, which may form the root of an entire object graph, as XML content to the filefile
for long term persistence. - store(Object, OutputStream) - Static method in class org.zkoss.chart.lic.xml.PersistenceService
-
Stores the object
root
, which may form the root of an entire object graph, as XML content to the output streamxmlOut
for long term persistence. - store2ByteArray(Object) - Static method in class org.zkoss.chart.lic.xml.PersistenceService
-
Stores the object
root
, which may form the root of an entire object graph, as XML content into a UTF-8 encoded byte array for long term persistence. - store2String(Object) - Static method in class org.zkoss.chart.lic.xml.PersistenceService
-
Stores the object
root
, which may form the root of an entire object graph, as XML content into a string for long term persistence. - STREAMGRAPH - Static variable in class org.zkoss.chart.Charts
-
Chart type: stream graph
- StreamGraphPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for streamgraph chart
- StreamGraphPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.StreamGraphPlotImpl
- StreamGraphPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for streamgraph plot
- StreamGraphPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.StreamGraphPlotOptions
- stringValue() - Method in class org.zkoss.chart.Color
-
Returns the string format's color, if any.
- style - org.zkoss.chart.Subtitle.Attrs
- Subtitle - Class in org.zkoss.chart
-
The chart's subtitle
- Subtitle() - Constructor for class org.zkoss.chart.Subtitle
- Subtitle.Attrs - Enum in org.zkoss.chart
- SUNBURST - Static variable in class org.zkoss.chart.Charts
-
Chart type: sunburst
- SunburstDataLabels - Class in org.zkoss.chart.plotOptions
-
An option of data labels used for Sunburst
- SunburstDataLabels() - Constructor for class org.zkoss.chart.plotOptions.SunburstDataLabels
- SunburstPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for sunburst plot
- SunburstPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.SunburstPlotOptions
- SUNSET - org.zkoss.chart.Theme.ThemeImpl
- SUNSET - Static variable in interface org.zkoss.chart.Theme
-
The Sunset theme provided by Highcharts JS
T
- TargetOptions - Class in org.zkoss.chart.plotOptions
-
All options related with look and position of targets.
- TargetOptions() - Constructor for class org.zkoss.chart.plotOptions.TargetOptions
- text - org.zkoss.chart.Subtitle.Attrs
- TEXT_RADIUS - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- Theme - Interface in org.zkoss.chart
-
A theme system for
Charts
to output the JSON value like Highcharts JS's Theme - Theme.ThemeImpl - Enum in org.zkoss.chart
- ThemeColors - Class in org.zkoss.chart
-
a utility to get Highcharts theme default color sets
- TICK_COLOR - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- TICK_FONT - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- TICK_LABEL_OFFSET - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- TICK_RADIUS - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- TILEMAP - Static variable in class org.zkoss.chart.Charts
-
Chart type: tilemap
- TilemapPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for tilemap plot
- TilemapPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.TilemapPlotOptions
- Time - Class in org.zkoss.chart
-
Time mapping determines what time each point plays.
- Time() - Constructor for class org.zkoss.chart.Time
- TIMELINE - Static variable in class org.zkoss.chart.Charts
-
Chart type: timeline
- TimelinePlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for timeline plot
- TimelinePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.TimelinePlotOptions
- Title - Class in org.zkoss.chart
-
The chart's main title.
- Title() - Constructor for class org.zkoss.chart.Title
- toExecFunction() - Method in class org.zkoss.chart.util.JSFunction
-
Returns the string in a executable Javascript function.
- toggleSonify() - Method in class org.zkoss.chart.Charts
-
Play/pause sonification of a chart.
- toJSON() - Method in class org.zkoss.chart.ChartsEngine
-
Gets the JSON result.
- toJSONString() - Method in class org.zkoss.chart.Animation
- toJSONString() - Method in class org.zkoss.chart.Annotation.Point
- toJSONString() - Method in class org.zkoss.chart.Color
-
Encodes this object to a JSON string.
- toJSONString() - Method in class org.zkoss.chart.Optionable
-
Encodes this object to a JSON string.
- toJSONString() - Method in class org.zkoss.chart.OptionDataEvent
- toJSONString() - Method in class org.zkoss.chart.PlotBand
- toJSONString() - Method in class org.zkoss.chart.PlotData
- toJSONString() - Method in class org.zkoss.chart.PlotLine
- toJSONString() - Method in class org.zkoss.chart.Point.ArrayPoint
- toJSONString() - Method in class org.zkoss.chart.Point
-
Encodes this object to a JSON string.
- toJSONString() - Method in class org.zkoss.chart.Series
- toJSONString() - Method in class org.zkoss.chart.Shadow
- toJSONString() - Method in class org.zkoss.chart.Stop
- toJSONString() - Method in enum org.zkoss.chart.Theme.ThemeImpl
- toJSONString() - Method in class org.zkoss.chart.util.AnyVal
- toJSONString() - Method in class org.zkoss.chart.util.JSFunction
- toJSONString() - Method in class org.zkoss.chart.util.OptionsList
- toJSONString() - Method in class org.zkoss.chart.util.OptionsMap
- toJSONString() - Method in class org.zkoss.chart.util.ResponseDataHandler
- toJSONString(Collection) - Static method in class org.zkoss.chart.util.OptionsList
- toNumbers() - Method in class org.zkoss.chart.model.DefaultBoxPlotModel.BoxplotTuple
- toNumbers() - Method in class org.zkoss.chart.model.DefaultXYModel.XYPair
- Tooltip - Class in org.zkoss.chart
-
Options for the tooltip that appears when the user hovers over a series or point.
- Tooltip() - Constructor for class org.zkoss.chart.Tooltip
- TooltipPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for tooltip plot
- TooltipPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.TooltipPlotOptions
- toReturnFunction() - Method in class org.zkoss.chart.util.JSFunction
-
Returns the string in a return value of Javascript function.
- toString() - Method in class org.zkoss.chart.lic.util.ObfuscatedString
-
Returns the original string.
- toString() - Method in class org.zkoss.chart.Optionable
-
Encodes this object to a JSON string.
- toString() - Method in class org.zkoss.chart.OptionDataEvent
- toString() - Method in interface org.zkoss.chart.PlotAttribute
- toString() - Method in class org.zkoss.chart.util.AnyVal
- toString() - Method in class org.zkoss.chart.util.JSFunction
- toString() - Method in class org.zkoss.chart.util.OptionsList
-
Encodes this object to a JSON string.
- toString() - Method in class org.zkoss.chart.util.OptionsMap
-
Encodes this object to a JSON string.
- toWrapFunction() - Method in class org.zkoss.chart.util.JSFunction
-
Returns the string in a wrap Javascript function.
- Track - Class in org.zkoss.chart
-
Tracks for this series.
- Track() - Constructor for class org.zkoss.chart.Track
- TraverseUpButton - Class in org.zkoss.chart
-
Options for the button appearing when traversing down in a diagram.
- TraverseUpButton() - Constructor for class org.zkoss.chart.TraverseUpButton
- TraverseUpButton(Position) - Constructor for class org.zkoss.chart.TraverseUpButton
-
Construct with a position.
- TREEGRAPH - Static variable in class org.zkoss.chart.Charts
-
Chart type: treegraph
- TreeGraphLink - Class in org.zkoss.chart.plotOptions
-
Link style options.
- TreeGraphLink() - Constructor for class org.zkoss.chart.plotOptions.TreeGraphLink
- TreegraphPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for tree graph chart
- TreegraphPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.TreegraphPlotImpl
- TreegraphPlotOptions - Class in org.zkoss.chart.plotOptions
-
Options for treegraph.
- TreegraphPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.TreegraphPlotOptions
- TREEMAP - Static variable in class org.zkoss.chart.Charts
-
Chart type: tree map
- TreemapPlotImpl - Class in org.zkoss.chart.impl
- TreemapPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.TreemapPlotImpl
- TreemapPlotOptions - Class in org.zkoss.chart.plotOptions
-
Options for treemap.
- TreemapPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.TreemapPlotOptions
- Tremolo - Class in org.zkoss.chart
-
Mapping options for tremolo effects.
- Tremolo() - Constructor for class org.zkoss.chart.Tremolo
U
- UID - Static variable in class org.zkoss.chart.Version
-
Returns the version UID.
- UNREGISTERED - org.zkoss.chart.OptionDataEvent.EventType
-
Represents the event is in an unregistered event state.
- update(Number) - Method in class org.zkoss.chart.Point
-
Updates with the given new value.
- update(Number, Number) - Method in class org.zkoss.chart.Point
-
Updates with the given values, x, and y.
- update(Number, Number, Number) - Method in class org.zkoss.chart.Point
-
Updates with the given values, x, low, and high.
- update(String, Number) - Method in class org.zkoss.chart.Point
-
Updates with the given values, name and weight.
- update(String, String) - Method in class org.zkoss.chart.Point
-
Updates with the given values, from and to.
- update(String, String, Number) - Method in class org.zkoss.chart.Point
-
Updates with the given values, from, to and weight.
- UPPER_BOUND - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- useHTML - org.zkoss.chart.Subtitle.Attrs
- Utils - Class in org.zkoss.chart.wpd
-
A collection of utilities for ZK WPD extension.
- Utils() - Constructor for class org.zkoss.chart.wpd.Utils
V
- VALUE_ANGLE - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- VALUE_FONT - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- VALUE_RADIUS - Static variable in interface org.zkoss.chart.model.DialChartsDataEvent
- valueOf(String) - Static method in enum org.zkoss.chart.OptionDataEvent.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.chart.Subtitle.Attrs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.zkoss.chart.Theme.ThemeImpl
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.zkoss.chart.OptionDataEvent.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.chart.Subtitle.Attrs
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.zkoss.chart.Theme.ThemeImpl
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARIABLEPIE - Static variable in class org.zkoss.chart.Charts
-
Chart type: variable pie
- VariablePiePlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for variable pie plot
- VariablePiePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.VariablePiePlotOptions
- VARIWIDE - Static variable in class org.zkoss.chart.Charts
-
Chart type: variwide
- VariwidePlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for variwide chart
- VariwidePlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.VariwidePlotImpl
- VariwidePlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for variwide plot
- VariwidePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.VariwidePlotOptions
- VECTOR - Static variable in class org.zkoss.chart.Charts
-
Chart type: vector
- VectorPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for vector plot
- VectorPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.VectorPlotOptions
- VENN - Static variable in class org.zkoss.chart.Charts
-
Chart type: venn
- VennPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for venn plot
- VennPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.VennPlotOptions
- verify(PublicKey, Signature) - Method in class org.zkoss.chart.lic.xml.GenericCertificate
-
Verifies the digital signature of the encoded content in this certificate and locks it.
- Version - Class in org.zkoss.chart
- Version() - Constructor for class org.zkoss.chart.Version
- verticalAlign - org.zkoss.chart.Subtitle.Attrs
- Volume - Class in org.zkoss.chart
-
The volume of notes, from 0 to 1.
- Volume() - Constructor for class org.zkoss.chart.Volume
W
- WATERFALL - Static variable in class org.zkoss.chart.Charts
-
Chart type: waterfall
- WaterfallPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for waterfall chart
- WaterfallPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.WaterfallPlotImpl
- WaterfallPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for waterfall plot
- WaterfallPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.WaterfallPlotOptions
- WINDBARB - Static variable in class org.zkoss.chart.Charts
-
Chart type: wind barb
- WindBarbDataGrouping - Class in org.zkoss.chart.plotOptions
-
Data grouping options for the wind barbs.
- WindBarbDataGrouping() - Constructor for class org.zkoss.chart.plotOptions.WindBarbDataGrouping
- WindBarbPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for windbarb chart
- WindBarbPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.WindBarbPlotImpl
- WindBarbPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for windbarb plot
- WindBarbPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.WindBarbPlotOptions
- WORDCLOUD - Static variable in class org.zkoss.chart.Charts
-
Chart type: word cloud
- WordCloudModel - Interface in org.zkoss.chart.model
-
A word cloud chart data model.
- WordCloudPlotImpl - Class in org.zkoss.chart.impl
-
A model implementation for wordcloud chart
- WordCloudPlotImpl(PlotData) - Constructor for class org.zkoss.chart.impl.WordCloudPlotImpl
- WordCloudPlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for wordcloud plot
- WordCloudPlotOptions() - Constructor for class org.zkoss.chart.plotOptions.WordCloudPlotOptions
- WordCloudRotation - Class in org.zkoss.chart.plotOptions
-
Rotation options for the words in the wordcloud.
- WordCloudRotation() - Constructor for class org.zkoss.chart.plotOptions.WordCloudRotation
X
- x - org.zkoss.chart.Subtitle.Attrs
- XAxis - Class in org.zkoss.chart
-
The X axis or category axis.
- XAxis() - Constructor for class org.zkoss.chart.XAxis
- XRANGE - Static variable in class org.zkoss.chart.Charts
-
Chart type: xrange
- XRangePartialFill - Class in org.zkoss.chart.plotOptions
-
A partial fill for each point, typically used to visualize how much of a task is performed.
- XRangePartialFill() - Constructor for class org.zkoss.chart.plotOptions.XRangePartialFill
- XRangePartialFill(Number) - Constructor for class org.zkoss.chart.plotOptions.XRangePartialFill
-
Constructs with an amount.
- XRangePlotOptions - Class in org.zkoss.chart.plotOptions
-
An option for xrange plot
- XRangePlotOptions() - Constructor for class org.zkoss.chart.plotOptions.XRangePlotOptions
- XYModel - Interface in org.zkoss.chart.model
-
A XY chart data model.
- XYPair(Number, Number) - Constructor for class org.zkoss.chart.model.DefaultXYModel.XYPair
- XYZModel - Interface in org.zkoss.chart.model
-
A XYZ chart data model.
Y
- y - org.zkoss.chart.Subtitle.Attrs
- YAxis - Class in org.zkoss.chart
-
The Y axis or value axis.
- YAxis() - Constructor for class org.zkoss.chart.YAxis
- YAxisLabels - Class in org.zkoss.chart
-
A axis labels option for YAxis
- YAxisLabels() - Constructor for class org.zkoss.chart.YAxisLabels
- YAxisTitle - Class in org.zkoss.chart
-
A axis title option for YAxis
- YAxisTitle() - Constructor for class org.zkoss.chart.YAxisTitle
Z
- ZAxis - Class in org.zkoss.chart
-
The Z axis or category axis.
- ZAxis() - Constructor for class org.zkoss.chart.ZAxis
- Zone - Class in org.zkoss.chart
-
Defining zones within a series
- Zone() - Constructor for class org.zkoss.chart.Zone
_
- _listeners - Variable in class org.zkoss.chart.model.AbstractChartsModel
- _plotData - Variable in class org.zkoss.chart.impl.PlotEngineImpl
- _seriesList - Variable in class org.zkoss.chart.model.DefaultBoxPlotModel
- _seriesList - Variable in class org.zkoss.chart.model.DefaultFromToModel
- _seriesList - Variable in class org.zkoss.chart.model.DefaultXYModel
- _seriesMap - Variable in class org.zkoss.chart.model.DefaultBoxPlotModel
- _seriesMap - Variable in class org.zkoss.chart.model.DefaultFromToModel
- _seriesMap - Variable in class org.zkoss.chart.model.DefaultXYModel
- _zclass - Variable in class org.zkoss.chart.Charts
-
The ZK CSS class.
All Classes All Packages