ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / MarkerType Enumeration

In This Topic
    MarkerType Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ChartMarker.Type property.
    Syntax
    'Declaration
     
    Public Enum MarkerType 
       Inherits System.Enum
    public enum MarkerType : System.Enum 
    Members
    MemberDescription
    BoxData point represented by a solid square.
    CircleData point represented by the outline of a circle.
    CrossData point represented by crossed horizontal and vertical lines.
    DiamondData point represented by a solid diamond.
    InvertedTriData point represented by a solid inverted triangle.
    TriData point represented by a solid triangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Chart.MarkerType

    See Also