public class SeriesSet extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
SeriesSet() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBarShape()
Description: Shape of bars in a bar graph.
|
java.lang.String |
getDefaultAssignedToY2()
Description: Specifies the default assignment of each series for dual-Y graphs.
|
java.lang.String |
getDefaultBorderColor()
Description: Specifies the color of the border for each series.
|
java.lang.String |
getDefaultColor()
Description: Specifies the default fill color in RGB Hex.
|
java.lang.String |
getDefaultFitlineType()
Description: Specifies the default type of fitline, if any, that is displayed for each series.
|
int |
getDefaultLineWidth()
Description: Specifies the default line width of series lines in pixels.
|
java.lang.String |
getDefaultLineWidthAsString()
Description: Specifies the default line width of series lines in pixels.
|
java.lang.String |
getDefaultMarkerColor()
Description: Specifies the default marker color in RGB Hex.
|
java.lang.String |
getDefaultMarkerShape()
Description: The default marker shape for each series.
|
java.lang.String |
getDefaultMarkerType()
Description: Specifies the default marker type for each series in this graph.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
java.util.List<Series> |
getSeries()
Description: Defines a series in a graph.
|
java.lang.String |
getTagName() |
boolean |
isDefaultBorderTransparent()
Description: Indicates whether the border of the graph series is transparent.
|
java.lang.String |
isDefaultBorderTransparentAsString()
Description: Indicates whether the border of the graph series is transparent.
|
boolean |
isLineDisplayed()
Description: Specifies whether data lines appear in a line graph.
|
java.lang.String |
isLineDisplayedAsString()
Description: Specifies whether data lines appear in a line graph.
|
boolean |
isMarkerDisplayed()
Description: Indicates whether markers appear in a line or area graph.
|
java.lang.String |
isMarkerDisplayedAsString()
Description: Indicates whether markers appear in a line or area graph.
|
void |
setBarShape(java.lang.String barShape)
Description: Shape of bars in a bar graph.
|
void |
setDefaultAssignedToY2(java.lang.String defaultAssignedToY2)
Description: Specifies the default assignment of each series for dual-Y graphs.
|
void |
setDefaultBorderColor(java.lang.String defaultBorderColor)
Description: Specifies the color of the border for each series.
|
void |
setDefaultBorderTransparent(boolean defaultBorderTransparent)
Description: Indicates whether the border of the graph series is transparent.
|
void |
setDefaultBorderTransparentAsString(java.lang.String defaultBorderTransparent)
Description: Indicates whether the border of the graph series is transparent.
|
void |
setDefaultColor(java.lang.String defaultColor)
Description: Specifies the default fill color in RGB Hex.
|
void |
setDefaultFitlineType(java.lang.String defaultFitlineType)
Description: Specifies the default type of fitline, if any, that is displayed for each series.
|
void |
setDefaultLineWidth(int defaultLineWidth)
Description: Specifies the default line width of series lines in pixels.
|
void |
setDefaultLineWidthAsString(java.lang.String defaultLineWidth)
Description: Specifies the default line width of series lines in pixels.
|
void |
setDefaultMarkerColor(java.lang.String defaultMarkerColor)
Description: Specifies the default marker color in RGB Hex.
|
void |
setDefaultMarkerShape(java.lang.String defaultMarkerShape)
Description: The default marker shape for each series.
|
void |
setDefaultMarkerType(java.lang.String defaultMarkerType)
Description: Specifies the default marker type for each series in this graph.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setLineDisplayed(boolean lineDisplayed)
Description: Specifies whether data lines appear in a line graph.
|
void |
setLineDisplayedAsString(java.lang.String lineDisplayed)
Description: Specifies whether data lines appear in a line graph.
|
void |
setMarkerDisplayed(boolean markerDisplayed)
Description: Indicates whether markers appear in a line or area graph.
|
void |
setMarkerDisplayedAsString(java.lang.String markerDisplayed)
Description: Indicates whether markers appear in a line or area graph.
|
void |
setSeries(java.util.List<Series> series)
Description: Defines a series in a graph.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getBarShape()
public void setBarShape(java.lang.String barShape)
barShape
- the value of the barShape attribute of the Tag this class represents.public java.lang.String getDefaultAssignedToY2()
public void setDefaultAssignedToY2(java.lang.String defaultAssignedToY2)
defaultAssignedToY2
- the value of the defaultAssignedToY2 attribute of the Tag this class represents.public java.lang.String getDefaultBorderColor()
public void setDefaultBorderColor(java.lang.String defaultBorderColor)
defaultBorderColor
- the value of the defaultBorderColor attribute of the Tag this class represents.public boolean isDefaultBorderTransparent()
public void setDefaultBorderTransparent(boolean defaultBorderTransparent)
defaultBorderTransparent
- the value of the defaultBorderTransparent attribute of the Tag this class represents.public java.lang.String isDefaultBorderTransparentAsString()
public void setDefaultBorderTransparentAsString(java.lang.String defaultBorderTransparent)
defaultBorderTransparent
- the value of the defaultBorderTransparent attribute of the Tag this class represents.public java.lang.String getDefaultColor()
public void setDefaultColor(java.lang.String defaultColor)
defaultColor
- the value of the defaultColor attribute of the Tag this class represents.public java.lang.String getDefaultFitlineType()
public void setDefaultFitlineType(java.lang.String defaultFitlineType)
defaultFitlineType
- the value of the defaultFitlineType attribute of the Tag this class represents.public int getDefaultLineWidth() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setDefaultLineWidth(int defaultLineWidth)
defaultLineWidth
- the value of the defaultLineWidth attribute of the Tag this class represents.public java.lang.String getDefaultLineWidthAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setDefaultLineWidthAsString(java.lang.String defaultLineWidth)
defaultLineWidth
- the value of the defaultLineWidth attribute of the Tag this class represents.public java.lang.String getDefaultMarkerColor()
public void setDefaultMarkerColor(java.lang.String defaultMarkerColor)
defaultMarkerColor
- the value of the defaultMarkerColor attribute of the Tag this class represents.public java.lang.String getDefaultMarkerShape()
public void setDefaultMarkerShape(java.lang.String defaultMarkerShape)
defaultMarkerShape
- the value of the defaultMarkerShape attribute of the Tag this class represents.public java.lang.String getDefaultMarkerType()
public void setDefaultMarkerType(java.lang.String defaultMarkerType)
defaultMarkerType
- the value of the defaultMarkerType attribute of the Tag this class represents.public java.lang.String getId()
public void setId(java.lang.String id)
id
- the value of the id attribute of the Tag this class represents.public boolean isLineDisplayed()
public void setLineDisplayed(boolean lineDisplayed)
lineDisplayed
- the value of the lineDisplayed attribute of the Tag this class represents.public java.lang.String isLineDisplayedAsString()
public void setLineDisplayedAsString(java.lang.String lineDisplayed)
lineDisplayed
- the value of the lineDisplayed attribute of the Tag this class represents.public boolean isMarkerDisplayed()
public void setMarkerDisplayed(boolean markerDisplayed)
markerDisplayed
- the value of the markerDisplayed attribute of the Tag this class represents.public java.lang.String isMarkerDisplayedAsString()
public void setMarkerDisplayedAsString(java.lang.String markerDisplayed)
markerDisplayed
- the value of the markerDisplayed attribute of the Tag this class represents.public java.util.List<Series> getSeries()
public void setSeries(java.util.List<Series> series)
series
- a list of Series objects.