Nevron .NET Vision
Nevron.Chart Namespace / LegendMarkShape Enumeration


In This Topic
    LegendMarkShape Enumeration
    In This Topic
    Defines the possible legend mark shapes. This custom type is accepted by the MarkShape property of the NLegendData object and is used to specify the shape of the legend mark. When the legend is operating in lmAutomatic mode the component automatically determines the appropriate legend mark shapes.
    Syntax
    'Declaration
     
    
    Public Enum LegendMarkShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LegendMarkShape
    public enum LegendMarkShape : System.Enum 
    Members
    MemberDescription
    AsteriskAsterisk mark
    CrossCross mark
    DiagonalCrossDiagonal cross mark
    DiamondDiamond mark
    EllipseEllipse mark
    InvertedTriangleInverted triangle mark
    LineCrossCross mark with no filling
    LineDiagonalCrossDiagonal cross mark with no filling
    NoneLegend mark is not displayed
    RectangleRectangle mark
    StarStar mark
    TriangleTriangle mark
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.LegendMarkShape

    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