Nevron .NET Vision
Nevron.Chart Namespace / SeriesLegendMode Enumeration


In This Topic
    SeriesLegendMode Enumeration
    In This Topic
    Defines the modes in which the series fills the legend. This custom type is used by the LegendMode property of the NSeriesBase 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
             Nevron.Chart.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