LegendStyle Enumeration
.NET Framework (current version)
Specifies the legend style.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Column | Legend items are displayed using one column and multiple rows. | |
| Row | Legend items are displayed using multiple columns and one row. | |
| Table | Legend items are displayed using multiple columns and multiple rows. |
The LegendStyle enumeration represents a legend style, and is used in conjunction with the LegendStyle property.
.NET Framework
Available since 4.0
Available since 4.0
Show: