public class BarChartModel extends CartesianChartModel
axes
Constructor and Description |
---|
BarChartModel() |
Modifier and Type | Method and Description |
---|---|
void |
createAxes() |
int |
getBarMargin() |
int |
getBarPadding() |
int |
getBarWidth() |
String |
getOrientation() |
List<String> |
getTicks() |
boolean |
isStacked() |
void |
setBarMargin(int barMargin) |
void |
setBarPadding(int barPadding) |
void |
setBarWidth(int barWidth) |
void |
setStacked(boolean stacked) |
addSeries, clear, getAxes, getAxis, getDatatipEditor, getDatatipFormat, getSeries, isAnimate, isShowDatatip, isShowPointLabels, isZoom, setAnimate, setDatatipEditor, setDatatipFormat, setShowDatatip, setShowPointLabels, setZoom
getDataRenderMode, getExtender, getLegendCols, getLegendLabel, getLegendPlacement, getLegendPosition, getLegendRows, getNegativeSeriesColors, getSeriesColors, getTitle, isLegendEscapeHtml, isMouseoverHighlight, isResetAxesOnResize, isShadow, setDataRenderMode, setExtender, setLegendCols, setLegendEscapeHtml, setLegendLabel, setLegendPlacement, setLegendPosition, setLegendRows, setMouseoverHighlight, setNegativeSeriesColors, setResetAxesOnResize, 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 int getBarWidth()
public void setBarWidth(int barWidth)
public boolean isStacked()
public void setStacked(boolean stacked)
Copyright © 2020. All rights reserved.