Introduction
This view shows the FlexChart's basic features. It binds the chart to a
data source and allows you to select the chart type, series stacking, and rotation.
If you move the mouse over a chart element, a tooltip will appear showing details
about the data point.
The simplest way to use the FlexChart is to:
- Set the chart's itemsSource property to an array of data objects,
-
Set the chart's bindingX property to the name of the property that
contains the X values (in this example fruit names), and
-
Add one or more Series objects to the chart's series array
and set their binding property to the name of the property that
contains the Y values (in this example the months of March, April, and May).