Plot Chart « Chart « Flex






1.Plot chart used to display two seriesPlot chart used to display two series
2.Plot Chart DemoPlot Chart Demo
3.Plot Chart With Renderers: CircleItemRenderer, ShadowBoxItemRenderer, CrossItemRendererPlot Chart With Renderers: CircleItemRenderer, ShadowBoxItemRenderer, CrossItemRenderer
4.The following example defines three data series in a PlotChart controlThe following example defines three data series in a PlotChart control
5.Use the graphic file to represent data points on a PlotChart controlUse the graphic file to represent data points on a PlotChart control
6.Create a PlotChart control and records the location of the mouse pointerCreate a PlotChart control and records the location of the mouse pointer
7.Define three data series in a PlotChart controlDefine three data series in a PlotChart control
8.Use gif graphic to represent each data point on the plot chartUse gif graphic to represent each data point on the plot chart
9.Set renderer for the second series to the CircleItemRenderer and the renderer for the third series to the CrossItemRenderer in ActionScript.Set renderer for the second series to the CircleItemRenderer and the renderer for the third series to the CrossItemRenderer in ActionScript.








10.overrides the default renderers for the seriesoverrides the default renderers for the series
11.Use default DiamondItemRenderer class for the first data seriesUse default DiamondItemRenderer class for the first data series
12.Sets the legend marker of all three series to the DiamondItemRenderer classSets the legend marker of all three series to the DiamondItemRenderer class
13.Display data points in each series that are currently selectedDisplay data points in each series that are currently selected
14.Plot With Custom RendererPlot With Custom Renderer
15.Clearing selectionsClearing selections
16.selectedIndices property lets you select any number of ChartItems in a chart control.selectedIndices property lets you select any number of ChartItems in a chart control.
17.Randomly generating chart dataRandomly generating chart data
18.logs a ChartEvent when you click or double-click the chart controllogs a ChartEvent when you click or double-click the chart control