Class DataPoint
java.lang.Object
com.independentsoft.office.charts.DataPoint
The Class DataPoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.intGets the explosion.intgetIndex()Gets the index.Gets the marker.Gets the picture options.booleanChecks if is bubble3 d.booleanChecks if is invert if negative.voidsetBubble3D(boolean bubble3D)Sets the bubble3 d.voidsetExplosion(int explosion)Sets the explosion.voidsetIndex(int index)Sets the index.voidsetInvertIfNegative(boolean invertIfNegative)Sets the invert if negative.voidSets the marker.voidsetPictureOptions(PictureOptions pictureOptions)Sets the picture options.toString()
-
Constructor Details
-
DataPoint
public DataPoint()Instantiates a new data point.
-
-
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
-
getExplosion
public int getExplosion()Gets the explosion.- Returns:
- the explosion
-
setExplosion
public void setExplosion(int explosion)Sets the explosion.- Parameters:
explosion- the new explosion
-
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
-
getMarker
Gets the marker.- Returns:
- the marker
-
setMarker
Sets the marker.- Parameters:
marker- the new marker
-
getPictureOptions
Gets the picture options.- Returns:
- the picture options
-
setPictureOptions
Sets the picture options.- Parameters:
pictureOptions- the new picture options
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-