SeriesLegendDisplayMode Enumeration |
Specifies legend items presentation.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum SeriesLegendDisplayMode
Public Enumeration SeriesLegendDisplayMode
public enum class SeriesLegendDisplayMode
type SeriesLegendDisplayMode
Members
| Member name | Value | Description |
---|
| Nothing | 0 |
The legend does not show any information from the series.
|
| SeriesName | 1 |
The legend shows the series name.
|
| SeriesPointsNames | 2 |
The legend shows the names of the series items.
|
See Also