Class SurfaceChartSerie
java.lang.Object
com.independentsoft.office.charts.SurfaceChartSerie
The Class SurfaceChartSerie.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the category axis.Gets the chart shape properties.intgetIndex()Gets the index.intgetOrder()Gets the order.Gets the series text.Gets the values.voidsetCategoryAxis(CategoryAxis categoryAxis)Sets the category axis.voidsetIndex(int index)Sets the index.voidsetOrder(int order)Sets the order.voidsetSeriesText(SeriesText seriesText)Sets the series text.voidSets the values.toString()
-
Constructor Details
-
SurfaceChartSerie
public SurfaceChartSerie()Instantiates a new surface chart serie.
-
-
Method Details
-
clone
-
toString
-
getCategoryAxis
Gets the category axis.- Returns:
- the category axis
-
setCategoryAxis
Sets the category axis.- Parameters:
categoryAxis- the new category axis
-
getIndex
public int getIndex()Gets the index.- Returns:
- the index
-
setIndex
public void setIndex(int index)Sets the index.- Parameters:
index- the new index
-
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
-
getSeriesText
Gets the series text.- Returns:
- the series text
-
setSeriesText
Sets the series text.- Parameters:
seriesText- the new series text
-
getValues
Gets the values.- Returns:
- the values
-
setValues
Sets the values.- Parameters:
values- the new values
-