Method getCategoryGapPercent gets the percentage of gap between categories
as a factor of the category drawing area
int Percent as a percentage from 0 to 100
Method isDisplayEmptyCategories is used to determine if empty categories are to be
drawn (as jfree does by default).
boolean true if empty categories are to be rendered
Method isDisplayEmptySeries is used to determine if empty series are to be
drawn (as jfree does by default).
boolean true if empty series are to be rendered
See Also: com.stc.ebam.server.chart.engine.view.chart.xy.simple.BarChartDefaults.isStacked()
setBarCategoryLabelType
public void setBarCategoryLabelType(int nBarCategoryLabelType)(Code)
Method setBarCategoryLabelType is sets the category label type
Parameters: nBarCategoryLabelType - is the new type
setBarSeriesLabelType
public void setBarSeriesLabelType(int nBarSeriesLabelType)(Code)
Method setBarSeriesLabelType is used to set the bar series label type
Parameters: nBarSeriesLabelType - is the new type
setCategoryGapPercent
public void setCategoryGapPercent(int nPercent)(Code)
Method setCategoryGapPercent sets the percentage of gap between categories
as a factor of the category drawing area
Parameters: nPercent - is a percentage from 0 to 100
setDisplayEmptyCategories
public void setDisplayEmptyCategories(boolean bDisplayEmptyCatgories)(Code)
Method setDisplayEmptyCategories is used to set empty categories displayability
Parameters: bDisplayEmptyBars - is true if empty bars are to be rendered
setDisplayEmptyLegendItems
public void setDisplayEmptyLegendItems(boolean bDisplay)(Code)
Sets stacked
Parameters: bStacked - - if stacked
setDisplayEmptySeries
public void setDisplayEmptySeries(boolean bDisplayEmptySeries)(Code)
Method setDisplayEmptyBars is used to set empty bars displayability
Parameters: bDisplayEmptyBars - is true if empty bars are to be rendered
setSeriesGapPercent
public void setSeriesGapPercent(int nPercent)(Code)
Method setSeriesGapPercent sets the percentage of gap between series
as a factor of the series drawing area
Parameters: nPercent - is a percentage from 0 to 100