Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core 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 LegendData 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
    Circlecircle mark
    Crosscross mark
    DiagonalCrossdiagonal cross mark
    Diamonddiamond mark
    InvertedTriangleinverted triangle mark
    Nonelegend mark is not displayed
    Rectanglerectangle mark
    Starstar mark
    Triangletriangle mark
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.Core.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