Box and Whisker Chart
Component Palette Icon:
Description
A Box and Whisker chart displays pertinent statistical information about sets of data. Each box represents a set of numbers. The upper and lower bounds of the box represent the 1st and 3rd quartiles. The line inside the box represents the median. The extends of the "whiskers" represent the max and min outliers. For a more detailed description, see http://mathworld.wolfram.com/Box-and-WhiskerPlot.html.
The configuration for setting up a box and whisker chart, like most charts, is populating the Data property. The dataset for a box and whisker chart contains sets of numbers. Each column defines a series of values, for which a "box" will be calculated. The column headers define the name for the box. You may also have an optional first column that is a String column, which can break up the series into categories.
Properties
Name | Description | Property Type | Scripting | Category |
---|---|---|---|---|
Antialias | Draw with antialias on? Makes text smoother. | boolean | .antialias | Appearance |
Border | The border surrounding this component. NOTE that the border is unaffected by rotation. | Border | .border | Common |
Category Axis Title | A text label to display on the category axis. | String | .categoryAxisTitle | Appearance |
Chart Title | An optional title that will appear at the top of the chart. | String | .title | Appearance |
Cursor | The mouse cursor to use when hovering over this component. | int | .cursorCode | Common |
Data | The data driving the chart. | Dataset | .data | Data |
Data Quality | The data quality code for any tag bindings on this component. | int | .dataQuality | Data |
Fill Boxes? | Fill the boxes with their color? | boolean | .fillBoxes | Appearance |
Font | Font of text on this component. | Font | .font | Appearance |
Legend? | Show a legend on the chart? | boolean | .legend | Appearance |
Mouseover Text | The text that is displayed in the tooltip which pops up on mouseover of this component. | String | .toolTipText | Common |
Name | The name of this component. | String | .name | Common |
Plot Background | The background color for the plot. | Color | .plotBackground | Appearance |
Series Colors | The colors to paint each box in a series. | Color[] | .seriesColors | Appearance |
Tooltips? | Show tooltips on tasks? | boolean | .tooltips | Behavior |
Value Axis Title | A text label to display on the value axis. | String | .valueAxisTitle | Appearance |
Visible | If disabled, the component will be hidden. | boolean | .visible | Common |
Scripting
Scripting Functions
This component does not have scripting functions associated with it.
Extension Functions
This component does not have extension functions associated with it.
Event Handlers
Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page
Customizers
This component does not have any custom properties.