public class CTSeriesElementVisibilities extends 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 Boolean |
connectorLines |
protected Boolean |
meanLine |
protected Boolean |
meanMarker |
protected Boolean |
nonoutliers |
protected Boolean |
outliers |
| Constructor and Description |
|---|
CTSeriesElementVisibilities() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isConnectorLines()
Gets the value of the connectorLines property.
|
Boolean |
isMeanLine()
Gets the value of the meanLine property.
|
Boolean |
isMeanMarker()
Gets the value of the meanMarker property.
|
Boolean |
isNonoutliers()
Gets the value of the nonoutliers property.
|
Boolean |
isOutliers()
Gets the value of the outliers property.
|
void |
setConnectorLines(Boolean value)
Sets the value of the connectorLines property.
|
void |
setMeanLine(Boolean value)
Sets the value of the meanLine property.
|
void |
setMeanMarker(Boolean value)
Sets the value of the meanMarker property.
|
void |
setNonoutliers(Boolean value)
Sets the value of the nonoutliers property.
|
void |
setOutliers(Boolean value)
Sets the value of the outliers property.
|
protected Boolean connectorLines
protected Boolean meanLine
protected Boolean meanMarker
protected Boolean nonoutliers
protected Boolean outliers
public Boolean isConnectorLines()
Booleanpublic void setConnectorLines(Boolean value)
value - allowed object is
Booleanpublic Boolean isMeanLine()
Booleanpublic void setMeanLine(Boolean value)
value - allowed object is
Booleanpublic Boolean isMeanMarker()
Booleanpublic void setMeanMarker(Boolean value)
value - allowed object is
Booleanpublic Boolean isNonoutliers()
Booleanpublic void setNonoutliers(Boolean value)
value - allowed object is
Booleanpublic Boolean isOutliers()
BooleanCopyright © 2007-2022. All Rights Reserved.