Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MarkerShape Enumeration


In This Topic
    MarkerShape Enumeration
    In This Topic
    Specifies the shape of a data point in a point series chart.
    Syntax
    'Declaration
     
    
    Public Enum MarkerShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MarkerShape
    public enum MarkerShape : System.Enum 
    Members
    MemberDescription
    CircleDisplays a circle
    DashDisplays a dash
    DiamondDisplays a diamond
    DotDisplays a dot
    PlusDisplays a plus
    SquareDisplays a square
    StarDisplays a star
    TriangleDisplays a triangle
    XDisplays an X
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Chart.MarkerShape

    See Also