Class CTSeriesElementVisibilities
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTSeriesElementVisibilities
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connectorLines property.Gets the value of the meanLine property.Gets the value of the meanMarker property.Gets the value of the nonoutliers property.Gets the value of the outliers property.voidsetConnectorLines(Boolean value) Sets the value of the connectorLines property.voidsetMeanLine(Boolean value) Sets the value of the meanLine property.voidsetMeanMarker(Boolean value) Sets the value of the meanMarker property.voidsetNonoutliers(Boolean value) Sets the value of the nonoutliers property.voidsetOutliers(Boolean value) Sets the value of the outliers property.
-
Field Details
-
connectorLines
-
meanLine
-
meanMarker
-
nonoutliers
-
outliers
-
-
Constructor Details
-
CTSeriesElementVisibilities
public CTSeriesElementVisibilities()
-
-
Method Details
-
isConnectorLines
Gets the value of the connectorLines property.- Returns:
- possible object is
Boolean
-
setConnectorLines
Sets the value of the connectorLines property.- Parameters:
value- allowed object isBoolean
-
isMeanLine
Gets the value of the meanLine property.- Returns:
- possible object is
Boolean
-
setMeanLine
Sets the value of the meanLine property.- Parameters:
value- allowed object isBoolean
-
isMeanMarker
Gets the value of the meanMarker property.- Returns:
- possible object is
Boolean
-
setMeanMarker
Sets the value of the meanMarker property.- Parameters:
value- allowed object isBoolean
-
isNonoutliers
Gets the value of the nonoutliers property.- Returns:
- possible object is
Boolean
-
setNonoutliers
Sets the value of the nonoutliers property.- Parameters:
value- allowed object isBoolean
-
isOutliers
Gets the value of the outliers property.- Returns:
- possible object is
Boolean
-
setOutliers
Sets the value of the outliers property.- Parameters:
value- allowed object isBoolean
-