ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / BubbleChartMarkerType Enumeration

In This Topic
    BubbleChartMarkerType Enumeration
    In This Topic
    Represents the BubbleChartMarkerType enum which contains all of the types for the BubbleChartMarker type
    Syntax
    'Declaration
     
    Public Enum BubbleChartMarkerType 
       Inherits System.Enum
    public enum BubbleChartMarkerType : System.Enum 
    Members
    MemberDescription
    BoxBox
    CircleCircle
    CrossCross
    DiamondDiamond
    InvertedTriinverted triangle
    Tritriangle
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Chart.BubbleChartMarkerType

    See Also