Class LineChartSerie
java.lang.Object
com.independentsoft.office.charts.LineChartSerie
The Class LineChartSerie.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the category axis.Gets the chart shape properties.Gets the data labels.Gets the data points.Gets the error bars.intgetIndex()Gets the index.Gets the marker.intgetOrder()Gets the order.Gets the series text.Gets the trendlines.Gets the values.booleanChecks if is smoothing.voidsetCategoryAxis(CategoryAxis categoryAxis)Sets the category axis.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetErrorBars(ErrorBars errorBars)Sets the error bars.voidsetIndex(int index)Sets the index.voidSets the marker.voidsetOrder(int order)Sets the order.voidsetSeriesText(SeriesText seriesText)Sets the series text.voidsetSmoothing(boolean smoothing)Sets the smoothing.voidSets the values.toString()
-
Constructor Details
-
LineChartSerie
public LineChartSerie()Instantiates a new line 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
-
getDataLabels
Gets the data labels.- Returns:
- the data labels
-
setDataLabels
Sets the data labels.- Parameters:
dataLabels- the new data labels
-
getDataPoints
Gets the data points.- Returns:
- the data points
-
getErrorBars
Gets the error bars.- Returns:
- the error bars
-
setErrorBars
Sets the error bars.- Parameters:
errorBars- the new error bars
-
getIndex
public int getIndex()Gets the index.- Returns:
- the index
-
setIndex
public void setIndex(int index)Sets the index.- Parameters:
index- the new index
-
getMarker
Gets the marker.- Returns:
- the marker
-
setMarker
Sets the marker.- Parameters:
marker- the new marker
-
getOrder
public int getOrder()Gets the order.- Returns:
- the order
-
setOrder
public void setOrder(int order)Sets the order.- Parameters:
order- the new order
-
isSmoothing
public boolean isSmoothing()Checks if is smoothing.- Returns:
- true, if is smoothing
-
setSmoothing
public void setSmoothing(boolean smoothing)Sets the smoothing.- Parameters:
smoothing- the new smoothing
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getTrendlines
Gets the trendlines.- Returns:
- the trendlines
-
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
-