public interface JRBubblePlot extends JRChartPlot, JRXAxisFormat, JRYAxisFormat
Z
value in that chart item. However, the
plot needs to know whether the Z
value is proportional to its corresponding X
value or to
its corresponding Y
value in order to calculate the actual size of the bubble.
scaleType
attribute that the plot exposes:
Y
value for each item (scaleType="RangeAxis"
).X
value for each item (scaleType="DomainAxis"
).Y
value and the width proportional to the X
value for each item
(scaleType="BothAxes"
).JRChartPlot.JRSeriesColor
Modifier and Type | Method and Description |
---|---|
JRExpression |
getDomainAxisMaxValueExpression() |
JRExpression |
getDomainAxisMinValueExpression() |
JRExpression |
getRangeAxisMaxValueExpression() |
JRExpression |
getRangeAxisMinValueExpression() |
ScaleTypeEnum |
getScaleTypeValue() |
JRExpression |
getXAxisLabelExpression() |
JRExpression |
getYAxisLabelExpression() |
void |
setScaleType(ScaleTypeEnum scaleType)
Sets the scale type.
|
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
clone
getOwnXAxisLabelColor, getOwnXAxisLineColor, getOwnXAxisTickLabelColor, getXAxisLabelColor, getXAxisLabelFont, getXAxisLineColor, getXAxisTickLabelColor, getXAxisTickLabelFont, getXAxisTickLabelMask, getXAxisVerticalTickLabels
getOwnYAxisLabelColor, getOwnYAxisLineColor, getOwnYAxisTickLabelColor, getYAxisLabelColor, getYAxisLabelFont, getYAxisLineColor, getYAxisTickLabelColor, getYAxisTickLabelFont, getYAxisTickLabelMask, getYAxisVerticalTickLabels
JRExpression getXAxisLabelExpression()
JRExpression getYAxisLabelExpression()
ScaleTypeEnum getScaleTypeValue()
ScaleTypeEnum
void setScaleType(ScaleTypeEnum scaleType)
scaleType
- the scale typeJRExpression getDomainAxisMinValueExpression()
JRExpression getDomainAxisMaxValueExpression()
JRExpression getRangeAxisMinValueExpression()
JRExpression getRangeAxisMaxValueExpression()
Copyright © 2016. All rights reserved.