Specifies the legend style.
Legend style.
Visual Basic (Declaration) | |
---|---|
Public Enum LegendStyle Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum LegendStyle : Enum |
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. |
The LegendStyle enumeration represents a legend style, and is used in conjunction with the LegendStyle property.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.LegendStyle
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