| Attributes |
| Name | Required | Request-time | Type | Description |
| axis | false | true | java.lang.String | Used to associate the selected Stripe with a specific chart axis.The available values are: Y, Y2, X and X2. |
| color | false | true | java.lang.String | Used to set the color for the selected stripe. |
| from | false | true | java.lang.String | Used to set the initial value for the selected stripe. |
| index | true | true | java.lang.String | The index of the Stripe object in the collection. |
| point | false | true | java.lang.String | Sets a value indicating the point a Stripe is associated. |
| series | false | true | java.lang.String | Sets a value indicating the series a Stripe is associated. |
| to | false | true | java.lang.String | Used to set the ending value for the selected stripe. |
| visible | false | true | java.lang.String | Allows you to show or hide a selected chart stripe. The available values are: TRUE and FALSE. |