public class CTDataLabelVisibilities
extends java.lang.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 java.lang.Boolean |
categoryName |
protected java.lang.Boolean |
seriesName |
protected java.lang.Boolean |
value |
| Constructor and Description |
|---|
CTDataLabelVisibilities() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isCategoryName()
Gets the value of the categoryName property.
|
java.lang.Boolean |
isSeriesName()
Gets the value of the seriesName property.
|
java.lang.Boolean |
isValue()
Gets the value of the value property.
|
void |
setCategoryName(java.lang.Boolean value)
Sets the value of the categoryName property.
|
void |
setSeriesName(java.lang.Boolean value)
Sets the value of the seriesName property.
|
void |
setValue(java.lang.Boolean value)
Sets the value of the value property.
|
protected java.lang.Boolean seriesName
protected java.lang.Boolean categoryName
protected java.lang.Boolean value
public java.lang.Boolean isSeriesName()
Booleanpublic void setSeriesName(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isCategoryName()
Booleanpublic void setCategoryName(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isValue()
Booleanpublic void setValue(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2007–2025. All rights reserved.