Class ScatterChartSerie
java.lang.Object
com.independentsoft.office.charts.ScatterChartSerie
The Class ScatterChartSerie.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the data labels.Gets the data points.Gets the first error bars.intgetIndex()Gets the index.Gets the marker.intgetOrder()Gets the order.Gets the second error bars.Gets the series text.Gets the trendlines.Gets the x values.Gets the y values.booleanChecks if is smoothing.voidsetDataLabels(DataLabels dataLabels)Sets the data labels.voidsetFirstErrorBars(ErrorBars firstErrorBars)Sets the first error bars.voidsetIndex(int index)Sets the index.voidSets the marker.voidsetOrder(int order)Sets the order.voidsetSecondErrorBars(ErrorBars secondErrorBars)Sets the second error bars.voidsetSeriesText(SeriesText seriesText)Sets the series text.voidsetSmoothing(boolean smoothing)Sets the smoothing.voidsetXValues(XValues xValues)Sets the x values.voidsetYValues(YValues yValues)Sets the y values.toString()
-
Constructor Details
-
ScatterChartSerie
public ScatterChartSerie()Instantiates a new scatter chart serie.
-
-
Method Details
-
clone
-
toString
-
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
-
getFirstErrorBars
Gets the first error bars.- Returns:
- the first error bars
-
setFirstErrorBars
Sets the first error bars.- Parameters:
firstErrorBars- the new first error bars
-
getSecondErrorBars
Gets the second error bars.- Returns:
- the second error bars
-
setSecondErrorBars
Sets the second error bars.- Parameters:
secondErrorBars- the new second 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
-
getXValues
Gets the x values.- Returns:
- the x values
-
setXValues
Sets the x values.- Parameters:
xValues- the new x values
-
getYValues
Gets the y values.- Returns:
- the y values
-
setYValues
Sets the y values.- Parameters:
yValues- the new y values
-