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






Defines the possible bar shapes. This enumeration is used in series which display bars.

Syntax

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

Members

MemberDescription
BarSets the bar shape to Bar.
ConeSets the bar shape to Cone.
CutEdgeBarSets the bar shape to CutEdgeBar.
CylinderSets the bar shape to Cylinder.
EllipsoidSets the bar shape to Ellipsoid.
InvertedConeSets the bar shape to InvertedCone.
InvertedPyramidSets the bar shape to InvertedPyramid.
PyramidSets the bar shape to Pyramid.
SmoothEdgeBarSets the bar shape to SmoothEdgeBar.

Inheritance Hierarchy

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

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.