public class BarChartModel extends CartesianChartModel
axes
Constructor and Description |
---|
BarChartModel() |
Modifier and Type | Method and Description |
---|---|
void |
createAxes() |
int |
getBarMargin() |
int |
getBarPadding() |
String |
getOrientation() |
List<String> |
getTicks() |
boolean |
isStacked() |
void |
setBarMargin(int barMargin) |
void |
setBarPadding(int barPadding) |
void |
setStacked(boolean stacked) |
addSeries, clear, getAxes, getAxis, getDatatipFormat, getSeries, isAnimate, isShowDatatip, isShowPointLabels, isZoom, setAnimate, setDatatipFormat, setShowDatatip, setShowPointLabels, setZoom
getExtender, getLegendCols, getLegendPlacement, getLegendPosition, getLegendRows, getNegativeSeriesColors, getSeriesColors, getTitle, isMouseoverHighlight, isShadow, setExtender, setLegendCols, setLegendPlacement, setLegendPosition, setLegendRows, setMouseoverHighlight, setNegativeSeriesColors, setSeriesColors, setShadow, setTitle
public void createAxes()
createAxes
in class CartesianChartModel
public String getOrientation()
public int getBarPadding()
public void setBarPadding(int barPadding)
public int getBarMargin()
public void setBarMargin(int barMargin)
public boolean isStacked()
public void setStacked(boolean stacked)
Copyright © 2015. All rights reserved.