public class CTCategoryAxisScaling
extends java.lang.Object
Java class for CT_CategoryAxisScaling complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CategoryAxisScaling">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="gapWidth" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_GapWidthRatio" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
gapWidth |
| Constructor and Description |
|---|
CTCategoryAxisScaling() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGapWidth()
Gets the value of the gapWidth property.
|
void |
setGapWidth(java.lang.String value)
Sets the value of the gapWidth property.
|
Copyright © 2007–2023. All rights reserved.