Packagecom.flexmonster.pivot.view.charts
Classpublic class ChartType
InheritanceChartType Inheritance Object

The ChartType class provides values for chart types.



Public Methods
 MethodDefined By
  
validType(type:String):Boolean
[static] Validator to check if chart type is valid.
ChartType
Public Constants
 ConstantDefined By
  BAR : String = bar
[static] Bar chart.
ChartType
  BAR_LINE : String = bar_line
[static] Bar line chart (dual measure).
ChartType
  BAR_STACK : String = bar_stack
[static] Bar stack chart.
ChartType
  LINE : String = line
[static] Line chart.
ChartType
  PIE : String = pie
[static] Pie chart.
ChartType
  SCATTER : String = scatter
[static] Scatter chart.
ChartType
Method Detail
validType()method
public static function validType(type:String):Boolean

Validator to check if chart type is valid.

Parameters

type:String — chart type

Returns
Booleantrue if chart type is valid, false if chart type is invalid
Constant Detail
BARConstant
public static const BAR:String = bar

Bar chart.

BAR_LINEConstant 
public static const BAR_LINE:String = bar_line

Bar line chart (dual measure).

BAR_STACKConstant 
public static const BAR_STACK:String = bar_stack

Bar stack chart.

LINEConstant 
public static const LINE:String = line

Line chart.

PIEConstant 
public static const PIE:String = pie

Pie chart.

SCATTERConstant 
public static const SCATTER:String = scatter

Scatter chart.