com.linksoft.chart
Class BarPlotter
java.lang.Object
com.linksoft.chart.ChartComponent
com.linksoft.chart.Plotter
com.linksoft.chart.BarPlotter
- public class BarPlotter
- extends Plotter
Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved
| Methods inherited from class com.linksoft.chart.Plotter |
getActiveXScale, getActiveYScale, getCombinable, getNeedsAxis, getSerie, getSeriesCount, inSameSubChart, plot, plotBackground, replaceSerie, setSerie |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
verticalBars
public boolean verticalBars
barWidth
public int barWidth
interBarSpace
public int interBarSpace
InterGroupSpace
public double InterGroupSpace
cumulative
public boolean cumulative
summedLabels
public boolean summedLabels
eventChart
public boolean eventChart
barsBase
public double barsBase
cumulativeBackwardsCompatible
public boolean cumulativeBackwardsCompatible
barAtAxis
public boolean barAtAxis
BarPlotter
public BarPlotter()
plotSerie
protected void plotSerie(ChartGraphics g,
DataSerie s,
int serieSec)
- Overrides:
plotSerie in class Plotter
addSerie
public void addSerie(DataSerie s)
- Overrides:
addSerie in class Plotter