public class CTStatistics
extends java.lang.Object
Java class for CT_Statistics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Statistics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="quartileMethod" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_QuartileMethod" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STQuartileMethod |
quartileMethod |
| Constructor and Description |
|---|
CTStatistics() |
| Modifier and Type | Method and Description |
|---|---|
STQuartileMethod |
getQuartileMethod()
Gets the value of the quartileMethod property.
|
void |
setQuartileMethod(STQuartileMethod value)
Sets the value of the quartileMethod property.
|
protected STQuartileMethod quartileMethod
public STQuartileMethod getQuartileMethod()
STQuartileMethodpublic void setQuartileMethod(STQuartileMethod value)
value - allowed object is
STQuartileMethodCopyright © 2007–2025. All rights reserved.