XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

XL3SparkBox

Revision as of 09:41, 31 May 2011 by Csalter (talk | contribs) (Created page with "Creates a BoxPlot (also known as a box-and-whisker diagram) that is rendered in an Excel cell. Double-clicking the chart, or selecting the {{Menu|XLCubed|Format In-Cell Chart......")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creates a BoxPlot (also known as a box-and-whisker diagram) that is rendered in an Excel cell.

Double-clicking the chart, or selecting the XLCubed > Format In-Cell Chart... right-click menu item allow the editing of the chart format using the SparkBox Chart Designer.

Syntax

XL3SparkBox( Data, Output, InRows, [Width], [WhiskerColour], [BarColour], [BoxColour], [MedianColour], [BorderColour], [MeanDotColour], [UpperQuartileColour], [PercentileBoundary], [Minimum], [Maximum], [AxisType], [MajorTickmarkFrequency], [MinorTickmarksPerMajor], [TickmarkLabelFormatString], [Label] )

Parameters

Parameter Description
Data The data to chart. This can be a range or a formula
Output The target range in which to render the chart(s)
InRows Specifies whether the input data are in rows or columns:
0 Data are in rows
1 Data are in columns
Width The total length of the box plot
WhiskerColour The colour to use for the whiskers, or -1 or an empty parameter for default
BarColour The colour to use for the bar, or -1 or an empty parameter for default
BoxColour The colour to fill the box representing the lower quartile, or -1 or an empty parameter for default
MedianColour The colour to use for the median line, or -1 or an empty parameter for default
BorderColour The colour to use for border of the box, or -1 or an empty parameter for default
MeanDotColour The colour to use for the mean dot, or -1 or an empty parameter for default
UpperQuartileColour The colour to fill the box representing the upper quartile, or -1 or an empty parameter for default
PercentileBoundary **Currently Unknown
Minimum A value to use for the minimum horizontal axis value, or an empty parameter to use an automatic value
Maximum A value to use for the maximum horizontal axis value, or an empty parameter to use an automatic value
AxisType The type of axis to render in the formula cell:
0 No axis
1 Draws the axis at the top of the cell, with tickmarks below
2 Draws the axis at the bottom of the cell, with tickmarks above
3 Draws the axis at the top of the cell, with tickmarks and labels below
4 Draws the axis at the bottom of the cell, with tickmarks and labels above
MajorTickmarkFrequency The frequency of the major, labelled tickmarks
MinorTickmarksPerMajor The number of additional labelless tickmarks per major tickmark
TickmarkLabelFormatString The format string for the axis tickmark labels
Label Specifies the text to use in the formula cell

See Also