Creates a column chart that is rendered in an Excel cell.

Double-clicking the chart, or selecting the Anaplan XL > Format In-Cell Chart... right-click menu item enables the editing of the chart format using the SparkColumns Chart Designer.

XL3SparkColumns( Data, Output, InRows, [ColumnColour], [NegativeColumnColour], [ColumnWidth], [PeriodLength], [PeriodColour], [NegativePeriodColour], [StartColour], [EndColour], [MinColour], [MaxColour], [ReferenceValues], [ReferenceColour], [Minimum], [Maximum], [UseCommonScale], [Label] )

ParameterDescription
DataThe data to chart. This can be a range or a formula.
OutputThe target range in which to render the chart(s).
InRows

Specifies whether the input data are in rows or columns:

  • 0 – Data is in rows
  • 1 – Data is in columns
ColumnColourThe default color to use for the columns.
NegativeColumnColourThe default color to use for negative columns.
ColumnWidthThe width of each column.
PeriodLengthThe length of the period for alternate column shading.
PeriodColourThe color of the alternately colored columns.
PeriodColourThe color of negative alternately colored columns.
StartColourThe color to highlight the first column, or -1 or an empty parameter for none.
EndColourThe color to highlight the last column, or -1 or an empty parameter for none.
MinColourThe color to highlight the lowest column, or -1 or an empty parameter for none.
MaxColourThe color to highlight the highest column, or -1 or an empty parameter for none.
ReferenceValuesA value or range to use for a reference line. To use the mean value instead, use "Average".
ReferenceColourThe color to use for the reference line, or -1 or an empty parameter for none.
MinimumA value to use for the minimum vertical axis value, or an empty parameter to use an automatic value.
MaximumA value to use for the maximum vertical axis value, or an empty parameter to use an automatic value.
UseCommonScaleUse 1 here to force all charts to use a standard scale.
LabelSpecifies the text to use in the formula cell.