Click or drag to resize
SeriesLegendDisplayMode Enumeration
Specifies legend items presentation.

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum SeriesLegendDisplayMode
Members
  Member nameValueDescription
Nothing0 The legend does not show any information from the series.
SeriesName1 The legend shows the series name.
SeriesPointsNames2 The legend shows the names of the series items.
See Also