Dundas Chart for ASP.NET
LegendTableStyle Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : LegendTableStyle Enumeration


Specifies the legend table style.
Legend table style.

Syntax

Visual Basic (Declaration)  
Public Enum LegendTableStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As LegendTableStyle
C#  
public enum LegendTableStyle : Enum 

Members

Member Description
Auto The legend table style is automatically determined by the Chart control.
Number of rows and columns in legend table is automatically calculated.
Wide The legend items will be fit horizontally within the legend.  It is preferred to use this style when Docking is set to Top or Bottom.
Legend tries to create more columns than rows in the table.
Tall The legend items will be fit vertically within the legend.  It is preferred to use this style when Docking is set to Left or Right.
Legend tries to create more rows than columns in the table.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.LegendTableStyle

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.