public class BarPlot extends AbstractPlot
| Modifier and Type | Field and Description |
|---|---|
String |
barColor
CSS color used for positive values.
|
Integer |
barSpacing
Space between each bar, in pixels.
|
Integer |
barWidth
Width of each bar, in pixels.
|
String[] |
colorMap$array
An array of values to specify a color for each individual bar.
|
Map<String,String> |
colorMap$map
A range map to map specific values to selected colors.
|
String |
negBarColor
CSS color used for negative values.
|
String |
nullColor
CSS color used for values equal to null.
|
String[] |
stackedBarColor
An array of colors to use for stacked bar charts.
|
Boolean |
zeroAxis
Centers the y-axis at zero if true.
|
String |
zeroColor
CSS color used for values equal to zero.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BarPlot() |
getTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option(value="colorMap") public String[] colorMap$array
@Option(value="colorMap") public Map<String,String> colorMap$map
@Option public String nullColor
@Option public String[] stackedBarColor
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.