public interface JRBarPlot extends JRCategoryPlot
JRCategoryPlot that exposes
specific settings for showing/hiding axis labels, tick marks and tick labels.JRChartPlot.JRSeriesColorPROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION| Modifier and Type | Method and Description |
|---|---|
JRItemLabel |
getItemLabel() |
Boolean |
getShowLabels() |
Boolean |
getShowTickLabels() |
Boolean |
getShowTickMarks() |
void |
setShowLabels(Boolean isShowLabels)
Sets a flag that specifies whether the labels are to be shown or not
|
void |
setShowTickLabels(Boolean isShowTickLabels)
Sets a flag that specifies whether the tick labels are to be shown or not
|
void |
setShowTickMarks(Boolean isShowTickMarks)
Sets a flag that specifies whether the tick marks are to be shown or not
|
getCategoryAxisLabelExpression, getDomainAxisMaxValueExpression, getDomainAxisMinValueExpression, getRangeAxisMaxValueExpression, getRangeAxisMinValueExpression, getValueAxisLabelExpressionaddSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorsclonegetCategoryAxisLabelColor, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, setCategoryAxisTickLabelRotationgetOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getValueAxisLabelColor, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabelsBoolean getShowTickMarks()
void setShowTickMarks(Boolean isShowTickMarks)
isShowTickMarks - the show tick marks flagBoolean getShowTickLabels()
JRItemLabel getItemLabel()
JRItemLabel object
representing the item labelvoid setShowTickLabels(Boolean isShowTickLabels)
isShowTickLabels - the show tick labels flagBoolean getShowLabels()
void setShowLabels(Boolean isShowLabels)
isShowLabels - the show labels flagCopyright © 2017. All rights reserved.