public interface JRBar3DPlot extends JRCategoryPlot
JRBarPlot
, the JRBar3DPlot
allows customization of the labels for both of its axes and the display of the item labelsJRChartPlot.JRSeriesColor
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION
Modifier and Type | Method and Description |
---|---|
JRItemLabel |
getItemLabel() |
Boolean |
getShowLabels() |
Double |
getXOffsetDouble() |
Double |
getYOffsetDouble() |
void |
setShowLabels(Boolean isShowLabels)
Sets a flag that specifies whether the labels are to be shown or not
|
void |
setXOffset(Double xOffset)
Sets the x offset
|
void |
setYOffset(Double yOffset)
Sets the y offset
|
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
Double getXOffsetDouble()
JRItemLabel getItemLabel()
JRItemLabel
object
representing the item labelvoid setXOffset(Double xOffset)
xOffset
- the x offsetDouble getYOffsetDouble()
void setYOffset(Double yOffset)
yOffset
- the y offsetBoolean getShowLabels()
void setShowLabels(Boolean isShowLabels)
isShowLabels
- the show labels flagCopyright © 2016. All rights reserved.