OFC Charts 3.1


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.


Fields inherited from class com.oxymel.ofc.charts.Chart
ROTATE_180_DEGREE, ROTATE_270_DEGREE, ROTATE_90_DEGREE, ROTATE_NONE
 
Constructor Summary
CombinedVerticalBarChartXY(int chartWidth, int chartHeight, HorizontalCategoryAxis axisX, VerticalNumberAxis axisY)
          Constructor
 
Method Summary
 void addVerticalBarChartRenderer(VerticalBarChartRenderer verticalBarChartRenderer)
          Add a vertical bar chart renderer
 void setLegendDisplayMode(int legendDisplayMode)
          Sets the legend display mode.
 
Methods inherited from class com.oxymel.ofc.charts.ChartWithAxisXY
setGraphicVisible, setIGOriginAxisColor, setInternalGridVisible
 
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
 

Constructor Detail

CombinedVerticalBarChartXY

public CombinedVerticalBarChartXY(int chartWidth,
                                  int chartHeight,
                                  HorizontalCategoryAxis axisX,
                                  VerticalNumberAxis axisY)
Constructor
Parameters:
chartWidth - Width of vertical bar chart
chartHeight - Height of vertical bar chart
axisX - Horizontal axis dedicated to the presentation of bar charts
axisY - Vertical graduated axis
Method Detail

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

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.