com.oxymel.ofc.charts
Class CombinedVerticalBarChartXY
java.lang.Object
|
+--com.oxymel.ofc.charts.Chart
|
+--com.oxymel.ofc.charts.ChartWithAxisXY
|
+--com.oxymel.ofc.charts.CombinedVerticalBarChartXY
- public class CombinedVerticalBarChartXY
- extends ChartWithAxisXY
CombinedVerticalBarChartXY allows to manage combined vertical bar charts having the same Y axis.
It is used to manage several bar charts sharing the same X and Y axis, same graduation on the Y axis.
Methods inherited from class com.oxymel.ofc.charts.Chart |
drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawJPEG, drawJPEG, drawPNG, drawPNG, drawSVG, drawSVG, drawSVG, drawSVG, drawSVG, drawSVG, get3dEffectValue, getAllSeriesOrderByDisplayNumber, getBufferedImage, set3dEffectValue, setBackgroundColorVisible, setColorPalette, setGraphicBackgroundColor, setImageBackgroundColor, setLegendAlignMode, setLegendFontSize, setNbPixelFreeArroundImageForPresentation, setRotateValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombinedVerticalBarChartXY
public CombinedVerticalBarChartXY(int chartWidth,
int chartHeight,
HorizontalCategoryAxis axisX,
VerticalNumberAxis axisY)
- Constructor
- Parameters:
chartWidth
- Width of vertical bar chartchartHeight
- Height of vertical bar chartaxisX
- Horizontal axis dedicated to the presentation of bar chartsaxisY
- Vertical graduated axis
addVerticalBarChartRenderer
public void addVerticalBarChartRenderer(VerticalBarChartRenderer verticalBarChartRenderer)
- Add a vertical bar chart renderer
- Parameters:
verticalBarChartRenderer
- The vertical bar chart renderer to add
setLegendDisplayMode
public void setLegendDisplayMode(int legendDisplayMode)
- Sets the legend display mode. The legend may look like a table.
- Overrides:
setLegendDisplayMode
in class Chart
- Parameters:
legendDisplayMode
- The legend display mode to set.- See Also:
Legend
Copyright © 2005 Oxymel SA All Rights Reserved.