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, setSeriesColorsclonegetOwnXAxisLabelColor, getOwnXAxisLineColor, getOwnXAxisTickLabelColor, getXAxisLabelColor, getXAxisLabelFont, getXAxisLineColor, getXAxisTickLabelColor, getXAxisTickLabelFont, getXAxisTickLabelMask, getXAxisVerticalTickLabelsgetOwnYAxisLabelColor, getOwnYAxisLineColor, getOwnYAxisTickLabelColor, getYAxisLabelColor, getYAxisLabelFont, getYAxisLineColor, getYAxisTickLabelColor, getYAxisTickLabelFont, getYAxisTickLabelMask, getYAxisVerticalTickLabelsJRExpression getXAxisLabelExpression()
JRExpression getYAxisLabelExpression()
ScaleTypeEnum getScaleTypeValue()
ScaleTypeEnumvoid setScaleType(ScaleTypeEnum scaleType)
scaleType - the scale typeJRExpression getDomainAxisMinValueExpression()
JRExpression getDomainAxisMaxValueExpression()
JRExpression getRangeAxisMinValueExpression()
JRExpression getRangeAxisMaxValueExpression()
Copyright © 2017. All rights reserved.