Class AreaChart
java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.AreaChart
The Class AreaChart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the data labels.Gets the drop lines.longGets the first axis id.intGets the gap depth.Gets the grouping.longGets the second axis id.Gets the series.booleanChecks for vary colors.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetDropLines(DropLines dropLines)Sets the drop lines.voidsetFirstAxisID(long firstAxisID)Sets the first axis id.voidsetGapDepth(int gapDepth)Sets the gap depth.voidsetGrouping(Grouping grouping)Sets the grouping.voidsetSecondAxisID(long secondAxisID)Sets the second axis id.voidsetVaryColors(boolean varyColors)Sets the vary colors.toString()
-
Constructor Details
-
AreaChart
public AreaChart()Instantiates a new area 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
-
getDataLabels
Gets the data labels.- Returns:
- the data labels
-
setDataLabels
Sets the data labels.- Parameters:
dataLabels- the new data labels
-
getDropLines
Gets the drop lines.- Returns:
- the drop lines
-
setDropLines
Sets the drop lines.- Parameters:
dropLines- the new drop lines
-
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
-
getGrouping
Gets the grouping.- Returns:
- the grouping
-
setGrouping
Sets the grouping.- Parameters:
grouping- the new grouping
-
getSeries
Gets the series.- Returns:
- the series
-
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
-