C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / MarkerType Enumeration

MarkerType Enumeration
Use the members of this enumeration to set the value of the ChartMarker.Type property.
Syntax
'Declaration
 
Public Enum MarkerType 
   Inherits 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.
DiamondData point represented by a solid diamond.
InvertedTriData point represented by a solid inverted triangle.
TriData point represented by a solid triangle.
Inheritance Hierarchy

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

See Also