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


Specifies the legend style.


Legend style.

Syntax

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

Members

Member Description
Column

Legend items are displayed using one column and multiple rows.


One column, many rows.
Row

Legend items are displayed using multiple columns and one row.


One row, many columns.
Table

Legend items are displayed using multiple columns and multiple rows.


Many column, many rows.

Remarks

The LegendStyle enumeration represents a legend style, and is used in conjunction with the LegendStyle property.

Inheritance Hierarchy

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

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.