public class CTDataLabelVisibilities extends Object
Java class for CT_DataLabelVisibilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DataLabelVisibilities">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="seriesName" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="categoryName" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
categoryName |
protected Boolean |
seriesName |
protected Boolean |
value |
| Constructor and Description |
|---|
CTDataLabelVisibilities() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isCategoryName()
Gets the value of the categoryName property.
|
Boolean |
isSeriesName()
Gets the value of the seriesName property.
|
Boolean |
isValue()
Gets the value of the value property.
|
void |
setCategoryName(Boolean value)
Sets the value of the categoryName property.
|
void |
setSeriesName(Boolean value)
Sets the value of the seriesName property.
|
void |
setValue(Boolean value)
Sets the value of the value property.
|
protected Boolean seriesName
protected Boolean categoryName
protected Boolean value
public Boolean isSeriesName()
Booleanpublic void setSeriesName(Boolean value)
value - allowed object is
Booleanpublic Boolean isCategoryName()
Booleanpublic void setCategoryName(Boolean value)
value - allowed object is
Booleanpublic Boolean isValue()
BooleanCopyright © 2007-2022. All Rights Reserved.