java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.ChartProperties
omix.lang.chart.util.BarChart3DProperties
omix.lang.chart.util.ClusteredBarChart3DProperties
- All Implemented Interfaces:
Serializable
public class ClusteredBarChart3DProperties extends BarChart3DProperties
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ClusteredBarChart3DProperties()
-
Method Summary
Modifier and Type Method Description ClusteredBarChart3DProperties
clone()
double
getBarMargin()
Returns the bar margin as a percentage of the available space for all bars.void
set(ChartProperties chartProperties)
void
setBarMargin(double barMargin)
Sets the margin between bars.Methods inherited from class omix.lang.chart.util.BarChart3DProperties
getBarOutlineColor, getBarOutlineStyle, getBarOutlineWidth, getBase, getMaximumBarWidth, getMinimumBarLength, getWallColor, getXOffset, getYOffset, isDrawBarOutline, isIncludeBaseInRange, setBarOutlineColor, setBarOutlineStyle, setBarOutlineWidth, setBase, setDrawBarOutline, setIncludeBaseInRange, setMaximumBarWidth, setMinimumBarLength, setWallColor, setXOffset, setYOffset
Methods inherited from class omix.lang.chart.util.ChartStyleElement
addPropertyChangeListener, propertyChange, removePropertyChangeListener
-
Constructor Details
-
ClusteredBarChart3DProperties
public ClusteredBarChart3DProperties()
-
-
Method Details
-
clone
- Overrides:
clone
in classBarChart3DProperties
-
set
- Overrides:
set
in classBarChart3DProperties
-
getBarMargin
public double getBarMargin()Returns the bar margin as a percentage of the available space for all bars.- Returns:
- The margin percentage (where 0.10 is ten percent).
- See Also:
setBarMargin(double)
-
setBarMargin
public void setBarMargin(double barMargin)Sets the margin between bars. The value is expressed as a percentage of the available width for plotting all the bars, with the resulting amount to be distributed between all the bars evenly.- Parameters:
barMargin
- the margin (where 0.10 is ten percent).- See Also:
getBarMargin()
-