Packagecom.flexmonster.pivot.view
Classpublic class ViewType
InheritanceViewType Inheritance Object

The ViewType class is an enumeration of constant values used for defining Pivot Component View types.



Public Constants
 ConstantDefined By
  CHARTS : String = charts
[static] View type to show Charts.
ViewType
  GRID : String = grid
[static] View type to show Pivot Grid.
ViewType
  GRIDANDCHART : String = gridandchart
[static] View type to show Grid and Chart.
ViewType
Constant Detail
CHARTSConstant
public static const CHARTS:String = charts

View type to show Charts.

GRIDConstant 
public static const GRID:String = grid

View type to show Pivot Grid.

GRIDANDCHARTConstant 
public static const GRIDANDCHART:String = gridandchart

View type to show Grid and Chart.