The code sets the itemsSource property to a collection that contains
the data to chart and the bindingX property to specify the name of the
data property to use for the chart's X values.
It sets the header and footer properties to specify the
chart titles, and customizes the chart's axes and legend.
Finally, it sets the series property to an array that specifies the
data items that the chart should display.
React component that encapsulates the wijmo.chart.FlexChart control.
The example below shows how to instantiate and initialize a wijmo.chart.FlexChart control in JSX:
The code sets the itemsSource property to a collection that contains the data to chart and the bindingX property to specify the name of the data property to use for the chart's X values.
It sets the header and footer properties to specify the chart titles, and customizes the chart's axes and legend.
Finally, it sets the series property to an array that specifies the data items that the chart should display.