public class CTSeriesElementVisibilities
extends java.lang.Object
Java class for CT_SeriesElementVisibilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SeriesElementVisibilities">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="connectorLines" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="meanLine" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="meanMarker" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="nonoutliers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="outliers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
connectorLines |
protected java.lang.Boolean |
meanLine |
protected java.lang.Boolean |
meanMarker |
protected java.lang.Boolean |
nonoutliers |
protected java.lang.Boolean |
outliers |
| Constructor and Description |
|---|
CTSeriesElementVisibilities() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isConnectorLines()
Gets the value of the connectorLines property.
|
java.lang.Boolean |
isMeanLine()
Gets the value of the meanLine property.
|
java.lang.Boolean |
isMeanMarker()
Gets the value of the meanMarker property.
|
java.lang.Boolean |
isNonoutliers()
Gets the value of the nonoutliers property.
|
java.lang.Boolean |
isOutliers()
Gets the value of the outliers property.
|
void |
setConnectorLines(java.lang.Boolean value)
Sets the value of the connectorLines property.
|
void |
setMeanLine(java.lang.Boolean value)
Sets the value of the meanLine property.
|
void |
setMeanMarker(java.lang.Boolean value)
Sets the value of the meanMarker property.
|
void |
setNonoutliers(java.lang.Boolean value)
Sets the value of the nonoutliers property.
|
void |
setOutliers(java.lang.Boolean value)
Sets the value of the outliers property.
|
protected java.lang.Boolean connectorLines
protected java.lang.Boolean meanLine
protected java.lang.Boolean meanMarker
protected java.lang.Boolean nonoutliers
protected java.lang.Boolean outliers
public java.lang.Boolean isConnectorLines()
Booleanpublic void setConnectorLines(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isMeanLine()
Booleanpublic void setMeanLine(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isMeanMarker()
Booleanpublic void setMeanMarker(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isNonoutliers()
Booleanpublic void setNonoutliers(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isOutliers()
Booleanpublic void setOutliers(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2007–2023. All rights reserved.