| Attributes |
| Name | Required | Request-time | Type | Description |
| alternateColor | false | true | java.lang.String | Sets the AlternateColor for a selected AxisSection object. |
| backColor | false | true | java.lang.String | Sets the AxisSection background color. |
| fontStyle | false | true | java.lang.String | Sets additional Font attributes. The available values are: BOLD, ITALIC, REGULAR, STRIKEOUT and UNDERLINE. |
| from | false | true | java.lang.String | Sets a value indicating the beginning value of the range for the AxisSection. |
| gridlines | false | true | java.lang.String | Sets a value indicating whether to show or hide gridlines. |
| index | true | true | java.lang.String | The index of this object in the parent collection. |
| minorGridlines | false | true | java.lang.String | Sets a value indicating whether to show or hide minor gridlines. |
| minorTickMark | false | true | java.lang.String | Sets the style for the minor tick marks. The available values are: NONE, OUTSIDE, INSIDE and CROSS. |
| textColor | false | true | java.lang.String | Ssts the color for text. |
| tickMark | false | true | java.lang.String | Sets the style for the tick marks. The available values are: NONE, OUTSIDE, INSIDE and CROSS. |
| to | false | true | java.lang.String | Sets a value indicating the ending value of the range for the AxisSection. |