Class Serie
java.lang.Object
com.independentsoft.office.odf.charts.Serie
- All Implemented Interfaces:
IContentElement
Represents a data series in a chart.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Gets the data series.Gets a collection of Category objects.Gets a cell range that contains the values that should be visualized by that data series.Returns all content elements.Gets a collection of DataPoint objects.Gets a collection of Domain objects.Returns the parent content element.getStyle()Gets name that reference style mechanisms.getType()Sets the chart type.voidsetAttachedAxis(String attachedAxis)Sets the data series.voidsetCellRange(String cellRange)Sets a cell range that contains the values that should be visualized by that data series.voidsetParent(IContentElement parent)Sets the parent content element.voidSets name that reference style mechanisms.voidSets the chart type.toString()Converts the value of the current Serie object to its equivalent string representation.
-
Constructor Details
-
Serie
public Serie()Initializes a new instance of the Serie class.
-
-
Method Details
-
getContentElements
Returns all content elements.- Specified by:
getContentElementsin interfaceIContentElement- Returns:
- A collection of content elements.
-
getParent
Returns the parent content element.- Specified by:
getParentin interfaceIContentElement- Returns:
- the parent
-
setParent
Sets the parent content element.- Specified by:
setParentin interfaceIContentElement- Parameters:
parent- the new parent
-
clone
Creates a new object that is a deep copy of the current instance.- Specified by:
clonein interfaceIContentElement- Overrides:
clonein classObject- Returns:
- A new object that is a copy of this instance.
-
toString
Converts the value of the current Serie object to its equivalent string representation. -
getCellRange
Gets a cell range that contains the values that should be visualized by that data series.- Returns:
- the cell range
-
setCellRange
Sets a cell range that contains the values that should be visualized by that data series.- Parameters:
cellRange- the new cell range
-
getStyle
Gets name that reference style mechanisms.- Returns:
- the style
-
setStyle
Sets name that reference style mechanisms.- Parameters:
style- the new style
-
getAttachedAxis
Gets the data series.- Returns:
- the attached axis
-
setAttachedAxis
Sets the data series.- Parameters:
attachedAxis- the new attached axis
-
getType
Sets the chart type.- Returns:
- the type
-
setType
Sets the chart type.- Parameters:
type- the new type
-
getDataPoints
Gets a collection of DataPoint objects.- Returns:
- the data points
-
getDomains
Gets a collection of Domain objects.- Returns:
- the domains
-
getCategories
Gets a collection of Category objects.- Returns:
- the categories
-