Class Bar3DChart
java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.Bar3DChart
The Class Bar3DChart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the data labels.Gets the direction.longGets the first axis id.intGets the gap depth.intGets the gap width.Gets the grouping.longGets the second axis id.Gets the series.Gets the shape type.longGets the third axis id.booleanChecks for vary colors.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetDirection(BarDirection direction)Sets the direction.voidsetFirstAxisID(long firstAxisID)Sets the first axis id.voidsetGapDepth(int gapDepth)Sets the gap depth.voidsetGapWidth(int gapWidth)Sets the gap width.voidsetGrouping(BarGrouping grouping)Sets the grouping.voidsetSecondAxisID(long secondAxisID)Sets the second axis id.voidsetShapeType(ShapeType shapeType)Sets the shape type.voidsetThirdAxisID(long thirdAxisID)Sets the third axis id.voidsetVaryColors(boolean varyColors)Sets the vary colors.toString()
-
Constructor Details
-
Bar3DChart
public Bar3DChart()Instantiates a new bar3 d 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
-
getThirdAxisID
public long getThirdAxisID()Gets the third axis id.- Returns:
- the third axis id
-
setThirdAxisID
public void setThirdAxisID(long thirdAxisID)Sets the third axis id.- Parameters:
thirdAxisID- the new third axis id
-
getDirection
Gets the direction.- Returns:
- the direction
-
setDirection
Sets the direction.- Parameters:
direction- the new direction
-
getDataLabels
Gets the data labels.- Returns:
- the data labels
-
setDataLabels
Sets the data labels.- Parameters:
dataLabels- the new data labels
-
getGapDepth
public int getGapDepth()Gets the gap depth.- Returns:
- the gap depth
-
setGapDepth
public void setGapDepth(int gapDepth)Sets the gap depth.- Parameters:
gapDepth- the new gap depth
-
getGapWidth
public int getGapWidth()Gets the gap width.- Returns:
- the gap width
-
setGapWidth
public void setGapWidth(int gapWidth)Sets the gap width.- Parameters:
gapWidth- the new gap width
-
getGrouping
Gets the grouping.- Returns:
- the grouping
-
setGrouping
Sets the grouping.- Parameters:
grouping- the new grouping
-
getSeries
Gets the series.- Returns:
- the series
-
getShapeType
Gets the shape type.- Returns:
- the shape type
-
setShapeType
Sets the shape type.- Parameters:
shapeType- the new shape type
-
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
-