Gets or sets the legend's style.
Legend style
Visual Basic (Declaration) | |
---|---|
Public Property LegendStyle As LegendStyle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public LegendStyle LegendStyle {get; set;} |
Return Value
A LegendStyle Enumeration value that determines the legend style. Defaults to LegendStyle.Column.
There are three possible styles for a legend: Column, Row and Table. Refer to the table below for a summary of these styles:
Style |
Description |
---|---|
Column |
Legend items displayed using one column, with multiple rows. |
Row |
Legend items displayed using one row, with multiple columns. |
Table |
Legend items displayed using multiple columns and rows. |
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