Here is an example of creating custom data point templates in a bubble chart. Data point templates allow you to provide custom UI for data points in a series. In this snippet, separate custom Data point templates are created for each of the three series included in the Bubble chart.
<igChart:XamWebChart Margin="5" Background="AliceBlue">
<igChart:XamWebChart.Axes>
<igChart:Axis AxisType="PrimaryX" AutoRange…