Class BubbleChartSerie
java.lang.Object
com.independentsoft.office.charts.BubbleChartSerie
The Class BubbleChartSerie.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the data labels.Gets the data points.Gets the error bars.intgetIndex()Gets the index.intgetOrder()Gets the order.Gets the series text.getSize()Gets the size.Gets the trendlines.Gets the x values.Gets the y values.booleanChecks if is bubble3 d.booleanChecks if is invert if negative.voidsetBubble3D(boolean bubble3D)Sets the bubble3 d.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetErrorBars(ErrorBars errorBars)Sets the error bars.voidsetIndex(int index)Sets the index.voidsetInvertIfNegative(boolean invertIfNegative)Sets the invert if negative.voidsetOrder(int order)Sets the order.voidsetSeriesText(SeriesText seriesText)Sets the series text.voidsetSize(BubbleSize size)Sets the size.voidsetXValues(XValues xValues)Sets the x values.voidsetYValues(YValues yValues)Sets the y values.toString()
-
Constructor Details
-
BubbleChartSerie
public BubbleChartSerie()Instantiates a new bubble chart serie.
-
-
Method Details
-
clone
-
toString
-
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
-
getSize
Gets the size.- Returns:
- the size
-
setSize
Sets the size.- Parameters:
size- the new size
-
getDataLabels
Gets the data labels.- Returns:
- the data labels
-
setDataLabels
Sets the data labels.- Parameters:
dataLabels- the new data labels
-
getDataPoints
Gets the data points.- Returns:
- the data points
-
getErrorBars
Gets the error bars.- Returns:
- the error bars
-
setErrorBars
Sets the error bars.- Parameters:
errorBars- the new error bars
-
getIndex
public int getIndex()Gets the index.- Returns:
- the index
-
setIndex
public void setIndex(int index)Sets the index.- Parameters:
index- the new index
-
isInvertIfNegative
public boolean isInvertIfNegative()Checks if is invert if negative.- Returns:
- true, if is invert if negative
-
setInvertIfNegative
public void setInvertIfNegative(boolean invertIfNegative)Sets the invert if negative.- Parameters:
invertIfNegative- the new invert if negative
-
getOrder
public int getOrder()Gets the order.- Returns:
- the order
-
setOrder
public void setOrder(int order)Sets the order.- Parameters:
order- the new order
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getTrendlines
Gets the trendlines.- Returns:
- the trendlines
-
getSeriesText
Gets the series text.- Returns:
- the series text
-
setSeriesText
Sets the series text.- Parameters:
seriesText- the new series text
-
getXValues
Gets the x values.- Returns:
- the x values
-
setXValues
Sets the x values.- Parameters:
xValues- the new x values
-
getYValues
Gets the y values.- Returns:
- the y values
-
setYValues
Sets the y values.- Parameters:
yValues- the new y values
-