Class StockChart
java.lang.Object
com.independentsoft.office.charts.Chart
com.independentsoft.office.charts.StockChart
The Class StockChart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the data labels.Gets the drop lines.longGets the first axis id.Gets the hi low lines.longGets the second axis id.Gets the series.Gets the up down bars.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetDropLines(DropLines dropLines)Sets the drop lines.voidsetFirstAxisID(long firstAxisID)Sets the first axis id.voidsetHiLowLines(HiLowLines hiLowLines)Sets the hi low lines.voidsetSecondAxisID(long secondAxisID)Sets the second axis id.voidsetUpDownBars(UpDownBars upDownBars)Sets the up down bars.toString()
-
Constructor Details
-
StockChart
public StockChart()Instantiates a new stock 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
-
getHiLowLines
Gets the hi low lines.- Returns:
- the hi low lines
-
setHiLowLines
Sets the hi low lines.- Parameters:
hiLowLines- the new hi low lines
-
getSeries
Gets the series.- Returns:
- the series
-
getUpDownBars
Gets the up down bars.- Returns:
- the up down bars
-
setUpDownBars
Sets the up down bars.- Parameters:
upDownBars- the new up down bars
-