public class CTValueAxisScaling
extends java.lang.Object
Java class for CT_ValueAxisScaling complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValueAxisScaling">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="max" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DoubleOrAutomatic" />
<attribute name="min" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DoubleOrAutomatic" />
<attribute name="majorUnit" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueAxisUnit" />
<attribute name="minorUnit" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueAxisUnit" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
majorUnit |
protected java.lang.String |
max |
protected java.lang.String |
min |
protected java.lang.String |
minorUnit |
| Constructor and Description |
|---|
CTValueAxisScaling() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMajorUnit()
Gets the value of the majorUnit property.
|
java.lang.String |
getMax()
Gets the value of the max property.
|
java.lang.String |
getMin()
Gets the value of the min property.
|
java.lang.String |
getMinorUnit()
Gets the value of the minorUnit property.
|
void |
setMajorUnit(java.lang.String value)
Sets the value of the majorUnit property.
|
void |
setMax(java.lang.String value)
Sets the value of the max property.
|
void |
setMin(java.lang.String value)
Sets the value of the min property.
|
void |
setMinorUnit(java.lang.String value)
Sets the value of the minorUnit property.
|
protected java.lang.String max
protected java.lang.String min
protected java.lang.String majorUnit
protected java.lang.String minorUnit
public java.lang.String getMax()
Stringpublic void setMax(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMin()
Stringpublic void setMin(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMajorUnit()
Stringpublic void setMajorUnit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinorUnit()
Stringpublic void setMinorUnit(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.