Legend table style.
Visual Basic (Declaration) | |
---|---|
Public Enum LegendTableStyle Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum LegendTableStyle : Enum |
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. |
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.LegendTableStyle
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