Specifies legend items presentation.
| C# | Visual Basic | Visual Basic Usage |
public enum ChartSeriesLegendDisplayMode
Public Enumeration ChartSeriesLegendDisplayMode
Dim instance As ChartSeriesLegendDisplayMode
| Member | Description |
|---|---|
| Nothing |
The legend does not show any information from the series.
|
| SeriesName |
The legend shows the series name.
|
| ItemLabels |
The legend shows the names of the series items.
|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
|