Barchart STATBEAN®

 

Purpose: Statgraphics bar chart too that constructs a standard one-dimensional bar chart. Java charting is done with STATBEANS®, or "JavaBeans."

DataSource for this bar chart tool: any (automatic data transfer if Tabulation). 

barchart


Java Charting Bar Chart Tool Read/Write Properties
Name Type Description Possible Values Default Value
barColor Color array The colors to be used for the bars. Any valid Color. Various.
barLabelColor Color The color of the bar labels. Any valid Color. Color.black
barLabelFont Font The font to be used for the bar labels. Any Font. "Serif",0,12
barLabels String Labels to add at end of bars. "None","Class","Frequency",
"Percentage",
"Class(frequency)",
"Class(percentage)",
"Frequency(percentage)".
"None"
barWidth int Percentage of available space used by bars (affects bar gap). 1-100 90
baseline double Location from which the bars extend. Any double. 0.0
className String Name for classes to be used in title. Any string. ""
decimalPlaces int Number of decimal places for displaying frequencies. 0+, or -1 for default. -1
drawVertical boolean Whether to make the bars vertical. true,false false
errorBars String Type of error bars to display. "None","Lines","I-Beams" "None"
frequencyVariableName String The name of the column containing class frequencies. Any string. "Frequency"
highlightBar int Number of the highlighted bar, if any. 0 if none, else 1+. 0
highlightColor Color The color of the highlighted bar. Any valid Color. Color.red
labelVariableName String The name of the column containing class labels. Any string. "Label"
ordering String The type of column ordering desired. Increasing and Decreasing refer to class frequencies. "Alphabetical",
"As Entered",
"Decreasing",
"Decreasing Alphabetical",
"Increasing",
"Increasing Alphabetical".
"As Entered"
rotateClassLabels boolean Whether to make the bar labels vertical. true,false false
scaleByPercentage boolean Whether to scale the axes by percentage rather than frequency. true,false false
stackBars boolean Whether to stack classes in a single bar. true,false false
useOneColor boolean Whether to draw all bars (except the highlighted one) in a single color. true,false false
weightVariableName String The name of the column containing optional class weights. Any string. ""

Bar Chart Tool Code Sample - see Tabulation.