public class MapBarSeriesItem extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
MapBarSeriesItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColor()
Description: Specifies the color of a bar on the bar charts of the mapBarGraphTheme
|
java.lang.String |
getId()
Description: Specifies the identifier for a bar on the bar charts of the mapBarGraphTheme
|
java.lang.String |
getTagName() |
void |
setColor(java.lang.String color)
Description: Specifies the color of a bar on the bar charts of the mapBarGraphTheme
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for a bar on the bar charts of the mapBarGraphTheme
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getColor()
public void setColor(java.lang.String color)
color - the value of the color 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.