ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Chart Namespace / Marker Enumeration

In This Topic
    Marker Enumeration
    In This Topic
    Specifies the type of marker to use for the @see:symbolMarker property. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    Public Enum Marker 
       Inherits System.Enum
    public enum Marker : System.Enum 
    Members
    MemberDescription
    BoxUses a square to mark each data point.
    DotUses a circle to mark each data point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Chart.Marker

    See Also