Xceed Chart for WinForms v4.4 Documentation
SeriesLegendMode Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : SeriesLegendMode Enumeration
Defines the modes in which the series fills the legend. This custom type is used by the LegendMode property of the SeriesBase objects.
Syntax
'Declaration
 
Public Enum SeriesLegendMode 
   Inherits System.Enum
'Usage
 
Dim instance As SeriesLegendMode
public enum SeriesLegendMode : System.Enum 
Members
MemberDescription
DataPointsthe series adds its data points to the legend
Nonethe series is not represented in the legend
Seriesthe series is represented in the legend by one series defined entry
SeriesLogicthe series adds series specific information in the legend describing the logic it uses
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Core.SeriesLegendMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Chart.Core Namespace