{"size":{"Width":380,"Height":122},"appearance":{"background":null,"padding":14,"font":{"family":"Courier New","size":10.0,"bold":false,"italic":false,"underline":false,"strikeout":false,"color":"rgb(0,72,168)"},"border":{"on":true,"size":0.0,"style":"solid","color":"#666"},"text":{"wrap":false,"hAlign":"left","vAlign":"top"}},"outputType":"WIDGET","widgetState":null,"outputs":{"console":"<pre class='debug-source'>>is.custom.url <- icon == "(Custom icon)"\n</pre>\n<pre class='debug-source'>>icon.image <- if (is.custom.url) customurl else icon\n</pre>\n<pre class='debug-source'>>width.height.ratio <- ifelse(layout == "Width-to-height ratio" && nchar(whRatio) > 0,\n as.numeric(whRatio),\n QOutputSizeWidth/QOutputSizeHeight)\n</pre>\n<pre class='debug-source'>>icon.color <- if (is.custom.url) "" else iconColor\n</pre>\n<pre class='debug-source'>>hide.base <- if (is.custom.url) FALSE else hideBase\n</pre>\n<pre class='debug-source'>>base.color <- if (is.custom.url || hideBase) "" else baseColor\n</pre>\n<pre class='debug-source'>>dat <- if (formDataType == "Use an existing RItem") x else as.numeric(formEnteredData)\n</pre>\n<pre class='debug-source'>>\n</pre>\n<pre class='debug-source'>>library(flipPictographs)\n</pre>\n<pre class='debug-source'>>r.output.1 <- SinglePicto(dat, as.numeric(totalIcons), scale = as.numeric(scale),\n layout = layout, number.rows = numRows, number.cols = numCols, \n width.height.ratio = width.height.ratio, \n image = icon.image, base.image = custombaseurl,\n is.custom.url = is.custom.url, hide.base.image = hide.base, fill.direction=direction, \n auto.size=autoSize, icon.width=width, fill.icon.color=icon.color, base.icon.color=base.color,\n label.data.position = dLabPos, label.data.align.horizontal = tolower(dLabAlign), \n label.data.font.size = ifelse(dLabPos=="None", 0, dLabSize), \n label.data.font.family = dLabFont, label.data.font.color = dLabColor,\n label.data.prefix=dLabPrefix, label.data.suffix=dLabSuffix, \n label.data.100prc=(grepl("%", dLabSuffix) && dLab100Prc), label.data.digits=dLabDigits,\n background.color=ifelse(useBG, bgColor, "transparent"), pad.row = padRow, pad.col = padCol, \n margin.top = 0, margin.right = 0, margin.bottom = 0, margin.left = 0)\n</pre>\r\n<div class=\"debug-summarystatistics\">\r\n<table>\r\n<tr><th>Total time:</th><td>1.69s</td></tr>\r\n<tr><th>Time on R server:</th><td title=\"rApacheServe 1.61s (pre 0.00s, post 0.00s) httpget_code() setup for eval 0.00s session$eval 1.60s (pre 0.00s, post 0.04s) unexplained 0.01s apparmor forking (pre 0.04s, post 0.00s)\">1.61s</td></tr>\r\n<tr><th>Time evaluating code:</th><td>1.52s</td></tr>\r\n<tr><th>Bytes sent:</th><td>2,673</td></tr>\r\n<tr><th>Bytes received:</th><td>7,012</td></tr>\r\n</table>\r\n</div>","htmlwidgets":"<div id=\"htmlwidget_container\">\n <div id=\"htmlwidget-5287da210dd9ac48732f\" style=\"width:200px;height:81.8812019566736px;\" class=\"rhtmlPictographs html-widget\"></div>\n</div>\n<script type=\"application/json\" data-for=\"htmlwidget-5287da210dd9ac48732f\">{\"x\":\"{\\\"proportion\\\":1,\\\"numImages\\\":8,\\\"numRows\\\":2, \\\"text-footer\\\":{\\\"text\\\":\\\"Mass equivalent to 8,000 elephants\\\", \\\"font-size\\\":\\\"12.000000px\\\",\\n \\\"font-weight\\\":\\\"normal\\\", \\\"font-family\\\":\\\"Century Gothic\\\",\\n \\\"font-color\\\":\\\"#ED7D31\\\", \\\"horizontal-align\\\":\\\"center\\\"},\\\"variableImage\\\":\\\"url:fromleft:#ED7D31:https://displayrcors.azureedge.net/images/elephant_grey.svg\\\",\\\"width\\\":200,\\\"height\\\":81.8812019566736,\\\"background-color\\\":\\\"transparent\\\",\\\"columnGutter\\\":0,\\\"rowGutter\\\":0,\\\"padding\\\":\\\"0 0 0 0\\\",\\\"preserveAspectRatio\\\":\\\"xMidYMid\\\",\\\"resizable\\\":\\\"true\\\"}\",\"evals\":[],\"jsHooks\":[]}</script>\n<script type=\"application/htmlwidget-sizing\" data-for=\"htmlwidget-5287da210dd9ac48732f\">{\"viewer\":{\"width\":200,\"height\":81.8812019566736,\"padding\":0,\"fill\":false},\"browser\":{\"width\":200,\"height\":81.8812019566736,\"padding\":0,\"fill\":false}}</script>","htmlwidget-head":"{\"stylesheets\":[\"https://rserverhtmlwidgetasset.azureedge.net/main-1c2ecf90c95d7abb5b3f8b8a31dc8484.css\"],\"javascript\":[\"https://rserverhtmlwidgetasset.azureedge.net/htmlwidgets-cd5c5716917807e1b69e2493221698b2.js\",\"https://rserverhtmlwidgetasset.azureedge.net/rhtmlPictographs-5968bec9aaabef51604ac5b05367152b.js\"],\"attachments\":[]}","message":"","warning":""},"secondsTaken":1.6896483,"updated":"2017-09-28T22:51:48.9895798Z","lastUpdatedMessage":null,"executedCode":"is.custom.url <- icon == \"(Custom icon)\"\nicon.image <- if (is.custom.url) customurl else icon\nwidth.height.ratio <- ifelse(layout == \"Width-to-height ratio\" && nchar(whRatio) > 0,\n as.numeric(whRatio),\n QOutputSizeWidth/QOutputSizeHeight)\nicon.color <- if (is.custom.url) \"\" else iconColor\nhide.base <- if (is.custom.url) FALSE else hideBase\nbase.color <- if (is.custom.url || hideBase) \"\" else baseColor\ndat <- if (formDataType == \"Use an existing RItem\") x else as.numeric(formEnteredData)\n\nlibrary(flipPictographs)\nr.output.1 <- SinglePicto(dat, as.numeric(totalIcons), scale = as.numeric(scale),\n layout = layout, number.rows = numRows, number.cols = numCols, \n width.height.ratio = width.height.ratio, \n image = icon.image, base.image = custombaseurl,\n is.custom.url = is.custom.url, hide.base.image = hide.base, fill.direction=direction, \n auto.size=autoSize, icon.width=width, fill.icon.color=icon.color, base.icon.color=base.color,\n label.data.position = dLabPos, label.data.align.horizontal = tolower(dLabAlign), \n label.data.font.size = ifelse(dLabPos==\"None\", 0, dLabSize), \n label.data.font.family = dLabFont, label.data.font.color = dLabColor,\n label.data.prefix=dLabPrefix, label.data.suffix=dLabSuffix, \n label.data.100prc=(grepl(\"%\", dLabSuffix) && dLab100Prc), label.data.digits=dLabDigits,\n background.color=ifelse(useBG, bgColor, \"transparent\"), pad.row = padRow, pad.col = padCol, \n margin.top = 0, margin.right = 0, margin.bottom = 0, margin.left = 0)","lastSavedCode":"is.custom.url <- icon == \"(Custom icon)\"\nicon.image <- if (is.custom.url) customurl else icon\nwidth.height.ratio <- ifelse(layout == \"Width-to-height ratio\" && nchar(whRatio) > 0,\n as.numeric(whRatio),\n QOutputSizeWidth/QOutputSizeHeight)\nicon.color <- if (is.custom.url) \"\" else iconColor\nhide.base <- if (is.custom.url) FALSE else hideBase\nbase.color <- if (is.custom.url || hideBase) \"\" else baseColor\ndat <- if (formDataType == \"Use an existing RItem\") x else as.numeric(formEnteredData)\n\nlibrary(flipPictographs)\nr.output.1 <- SinglePicto(dat, as.numeric(totalIcons), scale = as.numeric(scale),\n layout = layout, number.rows = numRows, number.cols = numCols, \n width.height.ratio = width.height.ratio, \n image = icon.image, base.image = custombaseurl,\n is.custom.url = is.custom.url, hide.base.image = hide.base, fill.direction=direction, \n auto.size=autoSize, icon.width=width, fill.icon.color=icon.color, base.icon.color=base.color,\n label.data.position = dLabPos, label.data.align.horizontal = tolower(dLabAlign), \n label.data.font.size = ifelse(dLabPos==\"None\", 0, dLabSize), \n label.data.font.family = dLabFont, label.data.font.color = dLabColor,\n label.data.prefix=dLabPrefix, label.data.suffix=dLabSuffix, \n label.data.100prc=(grepl(\"%\", dLabSuffix) && dLab100Prc), label.data.digits=dLabDigits,\n background.color=ifelse(useBG, bgColor, \"transparent\"), pad.row = padRow, pad.col = padCol, \n margin.top = 0, margin.right = 0, margin.bottom = 0, margin.left = 0)","highlightedCodeSpans":[{"start":17,"length":4,"index":4},{"start":89,"length":4,"index":4},{"start":123,"length":6,"index":4},{"start":166,"length":7,"index":4},{"start":220,"length":7,"index":4},{"start":336,"length":9,"index":4},{"start":389,"length":8,"index":4},{"start":433,"length":8,"index":4},{"start":472,"length":12,"index":4},{"start":531,"length":15,"index":4},{"start":616,"length":10,"index":4},{"start":648,"length":5,"index":4},{"start":669,"length":6,"index":4},{"start":901,"length":9,"index":4},{"start":927,"length":8,"index":4},{"start":1037,"length":7,"index":4},{"start":1084,"length":9,"index":4},{"start":1140,"length":7,"index":4},{"start":1160,"length":8,"index":4},{"start":1201,"length":8,"index":4},{"start":1235,"length":9,"index":4},{"start":1268,"length":10,"index":4},{"start":1298,"length":10,"index":4},{"start":1345,"length":10,"index":4},{"start":1391,"length":10,"index":4},{"start":1431,"length":5,"index":4},{"start":1473,"length":6,"index":4},{"start":1491,"length":6,"index":4}],"tableTransformations":"<TabularTransformer>\r\n <TabularTransform type=\"Truncation\" truncationHeaderType=\"Column\" />\r\n <TabularTransform />\r\n</TabularTransformer>","tabularFilteringOptions":null,"hasGuiControls":true,"guiControls":{"Code":"form.setHeading(\"Pictograph - Repeated Icon\")\nvar datOpt = form.comboBox({name: \"formDataType\", label: \"Data source\", alternatives: [\"Use an existing RItem\", \"Type or paste value\"], default_value: \"Use an existing RItem\"});\nif (datOpt.getValue() == \"Use an existing RItem\")\n form.dropBox({name: \"x\", label: \"Input data\", types: [\"RItem\"], required: true});\nelse\n form.textBox({name: \"formEnteredData\", label: \"Input data\", prompt: \"Enter a numeric value.\", required: true, type: \"number\"})\n\nvar custom_label = \"(Custom icon)\";\nvar icon = form.comboBox({name: \"icon\", label: \"Icon\", alternatives: [custom_label, \"Apple\", \"Banana\", \"Baby\", \"Book\", \"Bread\", \"Building\", \"Cake\", \"Car\",\n \"Cash\", \"Circle\", \"Chicken\", \"Church\", \"Computer\", \"Cow\", \"Cross\", \"Cup\", \"Cutlery\", \"Elephant\", \"Globe\", \"Gun\", \"Heart\", \"House\", \"Idea\", \"Law\", \"Medicine\",\n \"Money\", \"Rocket\", \"Soldier\", \"Soup\", \"Sport\", \"Square\", \"Star\", \"Stick man\", \"Stick woman\", \"Test tube\", \"Thumbs up\", \"Thumbs down\", \"Tick\", \"Tools\", \"Tomato\",\n \"Traffic light\", \"Train\", \"Tree\", \"Truck\", \"TV\", \"User\", \"Water drop\", \"Weight\"], default_value: \"Stick man\"});\nif (icon.getValue() == custom_label)\n{\n form.textBox({name: \"customurl\", label: \"Icon URL\", type: \"text\", required: true});\n form.textBox({name: \"custombaseurl\", label: \"Base Icon URL\", type: \"text\", required: false, prompt: \"Leave blank to hide unfilled icons\"});\n}\nform.textBox({label: \"Total icons\", name:\"totalIcons\", type:\"number\", required:false, prompt:\"Leave blank to determine from Input data\"});\nform.textBox({label: \"Scale\", name:\"scale\", type:\"number\", default_value: 1});\nvar layoutOpt = form.comboBox({label: \"Layout constrained by\", name: \"layout\", alternatives: [\"Number of rows\", \"Number of columns\", \"Width-to-height ratio\"], default_value: \"Width-to-height ratio\"});\nif (layoutOpt.getValue() == \"Number of rows\")\n form.numericUpDown({label: \"Number of rows\", name:\"numRows\", minimum: 1, default_value: 1});\nif (layoutOpt.getValue() == \"Number of columns\")\n form.numericUpDown({label: \"Number of columns\", name:\"numCols\", minimum: 1, default_value: 1});\nif (layoutOpt.getValue() == \"Width-to-height ratio\")\n form.textBox({label: \"Width-to-height ratio\", name:\"whRatio\", type:\"number\", required:false, prompt:\"Leave blank to use RObject dimensions\"});\nform.comboBox({label: \"Direction of fill\", name: \"direction\", alternatives: [\"From left\", \"From right\", \"From bottom\", \"From top\"], default_value: \"From left\"});\nvar sizeOpt = form.checkBox({label: \"Autosize\", name: \"autoSize\", default_value:1});\nif (!sizeOpt.getValue())\n form.numericUpDown({label: \"Icon width\", name:\"width\", minimum: 1, default_value: 50, increment:10, maximum:10000});\nif (icon.getValue() != custom_label)\n{\n form.colorPicker({label: \"Icon fill color\", name: \"iconColor\", default_value:\"#000000\"});\n var baseOpt = form.checkBox({label: \"Hide base image\", name:\"hideBase\", default_value: true});\n if (!baseOpt.getValue())\n form.colorPicker({label: \"Icon base color\", name: \"baseColor\", default_value:\"#CCCCCC\"});\n}\nvar dLabOpt = form.comboBox({name:\"dLabPos\", label: \"Show data label\", alternatives: [\"None\", \"Above\", \"Below\"], default_value: \"Below\"});\nif (dLabOpt.getValue() != \"None\")\n{\n form.textBox({name:\"dLabPrefix\", label:\"Data label prefix\", type:\"text\", required:false});\n var dLabSxOpt = form.textBox({name:\"dLabSuffix\", label:\"Data label suffix\", type:\"text\", required:false});\n if (dLabSxOpt.getValue().match(\"%\"))\n form.checkBox({name:\"dLab100Prc\", label:\"Multiply by 100\"});\n form.numericUpDown({name:\"dLabDigits\", label: \"Digits shown\", minimum: 0, maximum: 6, default_value: 1});\n form.numericUpDown({name:\"dLabSize\", label: \"Data label font size\", minimum: 5, maximum: 50, default_value: 12});\n form.comboBox({name: \"dLabFont\", label: \"Data label font family\", alternatives: [\"Arial\", \"Arial Black\", \"Century Gothic\", \"Georgia\", \"Impact\", \"Times New Roman\", \"Trebuchet MS\", \"Verdana\"], default_value: \"Arial\"});\n form.comboBox({name:\"dLabAlign\", label:\" Data label horizontal alignment\", alternatives: [\"Left\", \"Center\", \"Right\"], default_value: \"Center\"});\n form.colorPicker({name: \"dLabColor\", label: \"Data label color\", default_value: \"#2C2C2C\"});\n}\n\nvar bgOpt = form.checkBox({label: \"Use opaque background\", name: \"useBG\"});\nif (bgOpt.getValue())\n form.colorPicker({label: \"Background color\", name: \"bgColor\", default_value:\"#FFFFFF\"});\nform.numericUpDown({label: \"Row padding\", name:\"padRow\", minimum: 0, maximum: 1, default_value: 0, increment:0.05});\nform.numericUpDown({label: \"Column padding\", name:\"padCol\", minimum: 0, maximum: 1, default_value: 0, increment:0.05});","JSError":null,"JSErrorDetails":null,"ControlDefinitionErrors":null,"InputValidationErrors":null,"Controls":[{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":null,"Page":null,"Group":null,"Type":"Heading","Label":null,"LabelEmphasised":false,"Value":null,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":"Pictograph - Repeated Icon","Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formDataType","Page":null,"Group":null,"Type":"ComboBox","Label":"Data source","LabelEmphasised":false,"Value":"Type or paste value","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Use an existing RItem","Type or paste value"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formEnteredData","Page":null,"Group":null,"Type":"TextBox","Label":"Input data","LabelEmphasised":false,"Value":"8000","Allowed":null,"Multi":false,"Prompt":"Enter a numeric value.","ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"icon","Page":null,"Group":null,"Type":"ComboBox","Label":"Icon","LabelEmphasised":false,"Value":"Elephant","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["(Custom icon)","Apple","Banana","Baby","Book","Bread","Building","Cake","Car","Cash","Circle","Chicken","Church","Computer","Cow","Cross","Cup","Cutlery","Elephant","Globe","Gun","Heart","House","Idea","Law","Medicine","Money","Rocket","Soldier","Soup","Sport","Square","Star","Stick man","Stick woman","Test tube","Thumbs up","Thumbs down","Tick","Tools","Tomato","Traffic light","Train","Tree","Truck","TV","User","Water drop","Weight"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"totalIcons","Page":null,"Group":null,"Type":"TextBox","Label":"Total icons","LabelEmphasised":false,"Value":"","Allowed":null,"Multi":false,"Prompt":"Leave blank to determine from Input data","ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"scale","Page":null,"Group":null,"Type":"TextBox","Label":"Scale","LabelEmphasised":false,"Value":"1000","Allowed":null,"Multi":false,"Prompt":"Enter a number.","ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"layout","Page":null,"Group":null,"Type":"ComboBox","Label":"Layout constrained by","LabelEmphasised":false,"Value":"Width-to-height ratio","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Number of rows","Number of columns","Width-to-height ratio"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"whRatio","Page":null,"Group":null,"Type":"TextBox","Label":"Width-to-height ratio","LabelEmphasised":false,"Value":"","Allowed":null,"Multi":false,"Prompt":"Leave blank to use RObject dimensions","ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"direction","Page":null,"Group":null,"Type":"ComboBox","Label":"Direction of fill","LabelEmphasised":false,"Value":"From left","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["From left","From right","From bottom","From top"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"autoSize","Page":null,"Group":null,"Type":"CheckBox","Label":"Autosize","LabelEmphasised":false,"Value":true,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"iconColor","Page":null,"Group":null,"Type":"ColorPicker","Label":"Icon fill color","LabelEmphasised":false,"Value":"rgb(237, 125, 49)","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":"Icon fill color: ","Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"hideBase","Page":null,"Group":null,"Type":"CheckBox","Label":"Hide base image","LabelEmphasised":false,"Value":true,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"dLabPos","Page":null,"Group":null,"Type":"ComboBox","Label":"Show data label","LabelEmphasised":false,"Value":"Below","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["None","Above","Below"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"dLabPrefix","Page":null,"Group":null,"Type":"TextBox","Label":"Data label prefix","LabelEmphasised":false,"Value":"Mass equivalent to ","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"dLabSuffix","Page":null,"Group":null,"Type":"TextBox","Label":"Data label suffix","LabelEmphasised":false,"Value":" elephants","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"dLabDigits","Page":null,"Group":null,"Type":"NumericUpDown","Label":"Digits shown","LabelEmphasised":false,"Value":0.0,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":"Digits shown: ","Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":1.0,"Min":0.0,"Max":6.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"dLabSize","Page":null,"Group":null,"Type":"NumericUpDown","Label":"Data label font size","LabelEmphasised":false,"Value":12.0,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":"Data label font size: ","Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":1.0,"Min":5.0,"Max":50.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"dLabFont","Page":null,"Group":null,"Type":"ComboBox","Label":"Data label font family","LabelEmphasised":false,"Value":"Century Gothic","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Arial","Arial Black","Century Gothic","Georgia","Impact","Times New Roman","Trebuchet MS","Verdana"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"dLabAlign","Page":null,"Group":null,"Type":"ComboBox","Label":" Data label horizontal alignment","LabelEmphasised":false,"Value":"Center","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Left","Center","Right"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"dLabColor","Page":null,"Group":null,"Type":"ColorPicker","Label":"Data label color","LabelEmphasised":false,"Value":"rgb(237, 125, 49)","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":"Data label color: ","Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"useBG","Page":null,"Group":null,"Type":"CheckBox","Label":"Use opaque background","LabelEmphasised":false,"Value":false,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"padRow","Page":null,"Group":null,"Type":"NumericUpDown","Label":"Row padding","LabelEmphasised":false,"Value":0.0,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":"Row padding: ","Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.05,"Min":0.0,"Max":1.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"padCol","Page":null,"Group":null,"Type":"NumericUpDown","Label":"Column padding","LabelEmphasised":false,"Value":0.0,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":"Column padding: ","Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.05,"Min":0.0,"Max":1.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":null,"Page":null,"Group":null,"Type":null,"Label":null,"LabelEmphasised":false,"Value":null,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":true}]},"calculating":"Idle","showDebug":false,"layout":"OutputOnly","vSplit":0.25,"hSplit":0.45,"updateWarnings":true,"updateMode":"Manual","warnSlow":false,"Options":{"debugconsole":false,"codeposition":"OutputOnly","splitH":0.45,"splitV":0.25,"update warnings":true,"updating":"Manual","warn slow":false}}