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

Possible 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_STACK : String = bar_stack
[static] Bar stack chart
ChartType
  CYLINDER : String = cylinder
[static] Cylinder 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_STACKConstant 
public static const BAR_STACK:String = bar_stack

Bar stack chart

CYLINDERConstant 
public static const CYLINDER:String = cylinder

Cylinder 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