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

The ViewType class provides values for viewType in the OptionsValueObject class.



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
  GRID_CHARTS : String = grid_charts
[static] View type to show grig and charts at the same time
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.

GRID_CHARTSConstant 
public static const GRID_CHARTS:String = grid_charts

View type to show grig and charts at the same time