MACROMEDIA COLDFUSION MX 7.0.2-USING COLDFUSION MX WITH FLEX 2 Guida Utente Pagina 80

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 256
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 79
80 Using Flex Charting Components
Bar charts
You use the BarChart control to represent data as a series of horizontal bars whose length is
determined by values in the data. You can use the BarChart control to represent a variety of
chart variations, including clustered bars, overlaid stacked, 100% stacked, and high-low areas.
A bar chart is essentially a column chart rotated 90 degrees clockwise; therefore, bar charts
and column charts share many of the same characteristics. For more information, see
“Column charts” on page 81.
Bubble charts
You use the BubbleChart control to represent data with three values for each data point: a
value that determines its position along the x-axis, a value that determines its position along
the y-axis, and a value that determines the size of the chart symbol, relative to the other data
points on the chart.
The
<mx:BubbleChart> tag takes an additional property, maxRadius. This property specifies
the maximum radius of the largest chart element, in pixels. The data point with the largest
value is assigned this radius; all other data points are assigned a smaller radius based on their
value relative to the largest value. The default value is
30 pixels.
The following figure shows an example of a bubble chart:
Candlestick charts
The CandlestickChart control represents financial data as a series of candlesticks representing
the high, low, opening, and closing values of a data series. The top and bottom of the vertical
line in each candlestick represent the high and low values for the data point, while the top and
bottom of the filled box represents the opening and closing values. Each candlestick is filled
differently depending on whether the closing value for the data point is higher or lower than
the opening value.
Vedere la pagina 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 255 256

Commenti su questo manuale

Nessun commento