!--a11y-->
Binding the Data 
You have to bind the business graphics view elements to the context so the data is reflected in the graphic.
For more information read the documentation on data binding for business graphics.
Bind BusinessGraphic in the Outline window as follows:
...
...
1. To display the Outline window click the Layout tab in the View Designer window.
2. In the Outline window select the UI elment BusinessGraphic.
3.
To bind the property seriesSource click
in the
Properties
window.
4.
In the Properties
window click the button with the three dots
.
5. In the Context viewer popup select the node Categories.
6. Choose OK.
Bind the data for the category texts as follows:
...
1. Select Category in the Outline window.
2.
To bind the property description click
in the
Properties
window.
3.
In the Properties
window click the button with the three dots
.
4. In the Context viewer popup select the context attribute CategoryText.
5. Choose OK.
Bind the data for the first series as follows:
...
1. In the Outline window select Series1.
2.
To bind the property value click
in the
Properties
window.
3.
In the Properties
window click the button with the three dots
.
4. In the Context viewer popup select select the context attribute Series1Value.
5. Choose OK.
Bind the data for the second series Series2 as for the first series.
...
The data is bound to the context.