!--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. In the Outline window select BusinessGraphic.
2.
To
bind the property seriesSource click
in the
Properties
window.
3.
In the
Properties
window click the button with the three dots
.
4. In the View Designer window select the node A.
5. 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 View Designer window select the node 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 View Designer window select the node Series1Value.
5. Choose OK.
Bind the data for the second series Series2 as for the first series.
...
The data is bound to the context.
