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






Defines the legend expanding strategies, or in other words in which dimension will the legend grow when new items are added to the legend data item collection.

Syntax

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

Members

MemberDescription
ColsFixed 
ColsOnly 
RowsFixed 
RowsOnly 

Inheritance Hierarchy

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

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.