Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENSeriesLegendMode Enumeration


In This Topic
    ENSeriesLegendMode 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 NSeriesLegendSettings object.
    Syntax
    'Declaration
     
    
    Public Enum ENSeriesLegendMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSeriesLegendMode
    public enum ENSeriesLegendMode : 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
    SeriesVisibilitythe series is represented in the legend by one series defined entry (checkbox) which also controls its visibility
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENSeriesLegendMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also