Class BubbleChart
java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.BubbleChart
The Class BubbleChart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the data labels.longGets the first axis id.intgetScale()Gets the scale.longGets the second axis id.Gets the series.Gets the size represents.booleanChecks for vary colors.booleanChecks if is bubble3 d.booleanChecks if is show negative bubbles.voidsetBubble3D(boolean bubble3D)Sets the bubble3 d.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetFirstAxisID(long firstAxisID)Sets the first axis id.voidsetScale(int scale)Sets the scale.voidsetSecondAxisID(long secondAxisID)Sets the second axis id.voidsetShowNegativeBubbles(boolean showNegativeBubbles)Sets the show negative bubbles.voidsetSizeRepresents(SizeRepresents sizeRepresents)Sets the size represents.voidsetVaryColors(boolean varyColors)Sets the vary colors.toString()
-
Constructor Details
-
BubbleChart
public BubbleChart()Instantiates a new bubble chart.
-
-
Method Details
-
clone
-
toString
-
getFirstAxisID
public long getFirstAxisID()Gets the first axis id.- Returns:
- the first axis id
-
setFirstAxisID
public void setFirstAxisID(long firstAxisID)Sets the first axis id.- Parameters:
firstAxisID- the new first axis id
-
getSecondAxisID
public long getSecondAxisID()Gets the second axis id.- Returns:
- the second axis id
-
setSecondAxisID
public void setSecondAxisID(long secondAxisID)Sets the second axis id.- Parameters:
secondAxisID- the new second axis id
-
isBubble3D
public boolean isBubble3D()Checks if is bubble3 d.- Returns:
- true, if is bubble3 d
-
setBubble3D
public void setBubble3D(boolean bubble3D)Sets the bubble3 d.- Parameters:
bubble3D- the new bubble3 d
-
getScale
public int getScale()Gets the scale.- Returns:
- the scale
-
setScale
public void setScale(int scale)Sets the scale.- Parameters:
scale- the new scale
-
getDataLabels
Gets the data labels.- Returns:
- the data labels
-
setDataLabels
Sets the data labels.- Parameters:
dataLabels- the new data labels
-
getSeries
Gets the series.- Returns:
- the series
-
isShowNegativeBubbles
public boolean isShowNegativeBubbles()Checks if is show negative bubbles.- Returns:
- true, if is show negative bubbles
-
setShowNegativeBubbles
public void setShowNegativeBubbles(boolean showNegativeBubbles)Sets the show negative bubbles.- Parameters:
showNegativeBubbles- the new show negative bubbles
-
getSizeRepresents
Gets the size represents.- Returns:
- the size represents
-
setSizeRepresents
Sets the size represents.- Parameters:
sizeRepresents- the new size represents
-
hasVaryColors
public boolean hasVaryColors()Checks for vary colors.- Returns:
- true, if successful
-
setVaryColors
public void setVaryColors(boolean varyColors)Sets the vary colors.- Parameters:
varyColors- the new vary colors
-