ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / SymbolShapeEnum Enumeration

In This Topic
    SymbolShapeEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Chart3DSymbolStyle.Shape property in the Chart3DSymbolStyle class.
    Syntax
    'Declaration
     
    Public Enum SymbolShapeEnum 
       Inherits System.Enum
    public enum SymbolShapeEnum : System.Enum 
    Members
    MemberDescription
    BoxData point represented by small 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 solid diamond.
    DotData point represented by small solid circle.
    HorizontalLineData point represented by short horizontal line.
    InvertedTriData point represented by 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 solid star.
    TriData point represented by solid triangle.
    VerticalLineData point represented by short vertical line.
    Inheritance Hierarchy

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

    See Also