2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / SymbolShapeEnum Enumeration

In This Topic
    SymbolShapeEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ChartSymbolStyle.Shape property in the ChartSymbolStyle class.
    Syntax
    'Declaration
     
    Public Enum SymbolShapeEnum 
       Inherits System.Enum
    public enum SymbolShapeEnum : 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.
    DiagCrossData point represented by diagonal crossed lines.
    DiamondData point represented by a solid diamond.
    DotData point represented by a solid circle.
    HorizontalLineData point represented by a short horizontal line.
    InvertedTriData point represented by a solid inverted triangle.
    NoneNo symbol represents data point.
    OpenDiamondData point represented by the outline of a diamond.
    OpenInvertedTriData point represented by the outline of an inverted triangle.
    OpenTriData point represented by the outline of a triangle.
    SquareData point represented by the outline of a square.
    StarData point represented by a solid star.
    TriData point represented by a solid triangle.
    VerticalLineData point represented by a short vertical line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.SymbolShapeEnum

    See Also