public interface JRBarPlot extends JRCategoryPlot
JRCategoryPlot
that exposes
specific settings for showing/hiding axis labels, tick marks and tick labels.JRChartPlot.JRSeriesColor
PROPERTY_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, getValueAxisLabelExpression
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
clone
getCategoryAxisLabelColor, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, setCategoryAxisTickLabelRotation
getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getValueAxisLabelColor, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels
Boolean 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 © 2019 TIBCO Software Inc.. All rights reserved.