Intersoft WebGrid Documentation
PivotType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace : PivotType Enumeration






Defines type of pivot filter.

Syntax

Visual Basic (Declaration) 
Public Enum PivotType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As PivotType
C# 
public enum PivotType : System.Enum 
Delphi 
public enum PivotType = class(System.Enum)
JScript 
public enum PivotType extends System.Enum
Managed Extensions for C++ 
__value public enum PivotType : public System.Enum 
C++/CLI 
public enum class PivotType : public System.Enum 

Members

MemberDescription
ByMonthSets the type of pivot filter by month.
ByWeekSets the type of pivot filter by week.
FieldSets the type of pivot filter to Field.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.Chart.PivotType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.