Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / MarkerType Enumeration


In This Topic
    MarkerType Enumeration
    In This Topic
    Specifies the data point marker type.
    Syntax
    'Declaration
     
    Public Enum MarkerType 
       Inherits System.Enum
    'Usage
     
    Dim instance As MarkerType
    public enum MarkerType : System.Enum 
    Members
    MemberDescription
    AutomaticThe marker type is generated automatically.
    BoxSpecifies the box type.
    CircleSpecifies the circle type.
    CrossSpecifies the cross type.
    DiagonalCrossSpecifies the diagonal cross type.
    DiamondSpecifies the diamond type.
    DotSpecifies the dot type.
    NoneSpecifies none.
    Star4Specifies the star4 type.
    Star8Specifies the star8 type.
    TriangleSpecifies the triangle type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.MarkerType

    See Also