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


In This Topic
    ENLegendMarkShape Enumeration
    In This Topic
    Defines the possible legend mark shapes.
    Syntax
    'Declaration
     
    
    Public Enum ENLegendMarkShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLegendMarkShape
    public enum ENLegendMarkShape : System.Enum 
    Members
    MemberDescription
    AsteriskAsterisk
    CrossCross
    DiagonalCrossDiagonal cross
    DiamondDiamond
    EllipseEllipse mark
    InvertedTriangleInverted triangle mark
    LineSimple line
    LineCrossA cross rendered with lines
    LineDiagonalCrossA diagonal cross rendered with lines
    NoneNone (legend mark is not displayed)
    RectangleRectangle mark
    StarStar
    TriangleTriangle mark
    Inheritance Hierarchy

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

    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