ComponentOne FinancialChart for UWP
C1.Chart Namespace / SymbolMarker Enumeration

In This Topic
    SymbolMarker Enumeration
    In This Topic
    Specifies the type of marker to use for the SymbolMarker property. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    
    Public Enum SymbolMarker 
       Inherits System.Enum
    public enum SymbolMarker : System.Enum 
    Members
    MemberDescription
    BoxUses a square to mark each data point.
    CircleUses a circle to mark each data point.
    CrossUses a crossed horizontal and vertical to mark each data point.
    DiagCrossUses a diagonal cross to mark each data point.
    DiamondUses a solid diamond to mark each data point.
    DotUses a solid circle to mark each data point.
    HorizontalLineUses a short horizontal line to mark each data point.
    InvertedTriUses a solid inverted triangle to mark each data point.
    OpenDiamondUses a outline of a diamond to mark each data point.
    OpenInvertedTriUses a outline of an inverted triangle to mark each data point.
    OpenTriUses a outline of a triangle to mark each data point.
    SquareUses a outline of a square to mark each data point.
    StarUses a solid star to mark each data point.
    TriUses a solid triangle to mark each data point.
    VerticalLineUses a short vertical line to mark each data point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.SymbolMarker

    See Also