| Package | org.openzet.utils |
| Class | public class ChartUtil |
| Method | Defined by | ||
|---|---|---|---|
|
showPopUpChart(chartType:String, dataProvider:Object, xField:String = null):void
[static]
Shows a popUp TitleWindow to display a chart control with specified seriesType and dataProvider and xField.
| ChartUtil | ||
| Constant | Defined by | ||
|---|---|---|---|
| AREA_SERIES : String = "AreaSeries" [static]
Static constant representing class name string for AreaSeries.
| ChartUtil | ||
| BAR_SERIES : String = "BarSeries" [static]
Static constant representing class name string for BarSeries.
| ChartUtil | ||
| COLUMN_SERIES : String = "ColumnSeries" [static]
Static constant representing class name string for ColumnSeries.
| ChartUtil | ||
| LINE_SERIES : String = "LineSeries" [static]
Static constant representing class name string for LineSeries.
| ChartUtil | ||
| showPopUpChart | () | method |
public static function showPopUpChart(chartType:String, dataProvider:Object, xField:String = null):voidShows a popUp TitleWindow to display a chart control with specified seriesType and dataProvider and xField.
ParameterschartType:String — Type of series to show.
|
|
dataProvider:Object — Data provider for a chart control.
|
|
xField:String (default = null) — xField for series.
|
| AREA_SERIES | constant |
public static const AREA_SERIES:String = "AreaSeries"Static constant representing class name string for AreaSeries.
| BAR_SERIES | constant |
public static const BAR_SERIES:String = "BarSeries"Static constant representing class name string for BarSeries.
| COLUMN_SERIES | constant |
public static const COLUMN_SERIES:String = "ColumnSeries"Static constant representing class name string for ColumnSeries.
| LINE_SERIES | constant |
public static const LINE_SERIES:String = "LineSeries"Static constant representing class name string for LineSeries.