public class CTTrendlineType extends Object
Java class for CT_TrendlineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TrendlineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}ST_TrendlineType" default="linear" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STTrendlineType |
val |
| Constructor and Description |
|---|
CTTrendlineType() |
| Modifier and Type | Method and Description |
|---|---|
STTrendlineType |
getVal()
Gets the value of the val property.
|
void |
setVal(STTrendlineType value)
Sets the value of the val property.
|
protected STTrendlineType val
public STTrendlineType getVal()
STTrendlineTypepublic void setVal(STTrendlineType value)
value - allowed object is
STTrendlineTypeCopyright © 2007-2019. All Rights Reserved.