org.jCharts.properties
public class BarChartProperties extends AxisChartTypeProperties
Modifier and Type | Field and Description |
---|---|
private ChartStroke |
barOutlineStroke |
private boolean |
showOutlines |
private float |
widthPercentage |
Constructor and Description |
---|
BarChartProperties()
Constructor
|
Modifier and Type | Method and Description |
---|---|
ChartStroke |
getBarOutlineStroke() |
float |
getPercentage() |
boolean |
getShowOutlinesFlag() |
void |
setBarOutlineStroke(ChartStroke barOutlineStroke) |
void |
setShowOutlinesFlag(boolean showOutlines) |
void |
setWidthPercentage(float widthPercentage) |
void |
toHTML(HTMLGenerator htmlGenerator)
Enables the testing routines to display the contents of this Object.
|
void |
validate(IAxisPlotDataSet iAxisPlotDataSet)
Validates the properties.
|
addPostRenderEventListener, addPreRenderEventListener, firePostRender, firePreRender
private float widthPercentage
private boolean showOutlines
private ChartStroke barOutlineStroke
public void setShowOutlinesFlag(boolean showOutlines)
public boolean getShowOutlinesFlag()
public void setWidthPercentage(float widthPercentage)
public float getPercentage()
public ChartStroke getBarOutlineStroke()
public void setBarOutlineStroke(ChartStroke barOutlineStroke)
public void toHTML(HTMLGenerator htmlGenerator)
htmlGenerator
- public void validate(IAxisPlotDataSet iAxisPlotDataSet) throws PropertyException
validate
in class AxisChartTypeProperties
iAxisPlotDataSet
- PropertyException