Difference between revisions of "XL3SparkBox"
(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......") |
(Added additional parameters) |
||
Line 4: | Line 4: | ||
==Syntax== | ==Syntax== | ||
− | {{Code|XL3SparkBox( Data, Output, InRows, [Width], [WhiskerColour], [BarColour], [BoxColour], [MedianColour], [BorderColour], [MeanDotColour], [UpperQuartileColour], [PercentileBoundary], [Minimum], [Maximum], [AxisType], [MajorTickmarkFrequency], [MinorTickmarksPerMajor], [TickmarkLabelFormatString], [Label] )}} | + | {{Code|XL3SparkBox( Data, Output, InRows, [Width], [WhiskerColour], [BarColour], [BoxColour], [MedianColour], [BorderColour], [MeanDotColour], [UpperQuartileColour], [PercentileBoundary], [Minimum], [Maximum], [AxisType], [MajorTickmarkFrequency], [MinorTickmarksPerMajor], [TickmarkLabelFormatString], [Label], [WhiskerType], [DotType], [AdditionalVals1], [Val1Color], [AdditionalVals2], [Val2Color], [Val1Type], [Val2Type] )}} |
==Parameters== | ==Parameters== | ||
Line 83: | Line 83: | ||
| {{Code|Label}} | | {{Code|Label}} | ||
| Specifies the text to use in the formula cell | | Specifies the text to use in the formula cell | ||
+ | |- | ||
+ | | {{Code|WhiskerType}} | ||
+ | | ''Reserved'' | ||
+ | |- | ||
+ | | {{Code|DotType}} | ||
+ | | ''Reserved'' | ||
+ | |- | ||
+ | | {{Code|AdditionalVals1}} | ||
+ | | A range containing a additional series of values to plot | ||
+ | |- | ||
+ | | {{Code|Val1Color}} | ||
+ | | The colour to use to plot the values specified in {{Code|AdditionalVals1}} | ||
+ | |- | ||
+ | | {{Code|AdditionalVals2}} | ||
+ | | A range containing a second additional series of values to plot | ||
+ | |- | ||
+ | | {{Code|Val2Color}} | ||
+ | | The colour to use to plot the values specified in {{Code|AdditionalVals2}} | ||
+ | |- | ||
+ | | {{Code|Val1Type}} | ||
+ | | The shape to use to plot the values for {{Code|AdditionalVals1}} | ||
+ | {| | ||
+ | | 0 || Points || [[File:XL3SparkBox AdditionalPoints.png]] | ||
+ | |- | ||
+ | | 1 || Lines || [[File:XL3SparkBox AdditionalLines.png]] | ||
+ | |} | ||
+ | |- | ||
+ | | {{Code|Val2Type}} | ||
+ | | The shape to use to plot the values for {{Code|AdditionalVals2}} | ||
|} | |} | ||
Revision as of 16:53, 5 June 2015
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], [WhiskerType], [DotType], [AdditionalVals1], [Val1Color], [AdditionalVals2], [Val2Color], [Val1Type], [Val2Type] )