Defines the FlexChart control and its associated classes.
The example below creates a FlexChart control and binds it to a data array.
The chart has three series, each corresponding to a property in the objects
contained in the source array.
The last series in the example uses the Series.chartType property to
override the default chart type used
by the other series.
Defines the FlexChart control and its associated classes.
The example below creates a FlexChart control and binds it to a data array. The chart has three series, each corresponding to a property in the objects contained in the source array.
The last series in the example uses the Series.chartType property to override the default chart type used by the other series.
Example