| Package | com.flexmonster.pivot.view.charts |
| Class | public class ChartType |
| Inheritance | ChartType Object |
| Method | Defined By | ||
|---|---|---|---|
validType(type:String):Boolean [static]
Validator to check if chart type is valid
| ChartType | ||
| Constant | Defined 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 | ||
| validType | () | method |
public static function validType(type:String):BooleanValidator to check if chart type is valid
Parameters
type:String — chart type
|
Boolean — true if chart type is valid, false if chart type is invalid
|
| BAR | Constant |
public static const BAR:String = barBar chart
| BAR_STACK | Constant |
public static const BAR_STACK:String = bar_stackBar stack chart
| CYLINDER | Constant |
public static const CYLINDER:String = cylinderCylinder chart
| LINE | Constant |
public static const LINE:String = lineLine chart
| PIE | Constant |
public static const PIE:String = piePie chart
| SCATTER | Constant |
public static const SCATTER:String = scatterScatter chart