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






Defines type of pivot data.

Syntax

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

Members

MemberDescription
BubbleDataSets the type of pivot data to BubbleData.
CloseDataSets the type of pivot data to CloseData.
DataSets the type of pivot data to Data.
HighDataSets the type of pivot data to HighData.
LowDataSets the type of pivot data to LowData.
OpenDataSets the type of pivot data to OpenData.
RadiusDataSets the type of pivot data to RadiusData.
ThetaDataSets the type of pivot data to ThetaData.
XDataSets the type of pivot data to XData.
YDataSets the type of pivot data to YData.

Inheritance Hierarchy

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

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.