Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartMarkerType Enumeration


In This Topic
    ChartMarkerType Enumeration
    In This Topic
    Specifies the type of marker to use for the ChartMarkerType property. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    
    Public Enum ChartMarkerType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartMarkerType
    public enum ChartMarkerType : 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.Xamarin.Forms.Chart.ChartMarkerType

    See Also