C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartMarkerType Enumeration


ChartMarkerType Enumeration
Specifies the type of marker to use for the ChartMarkerType property. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
Syntax
'Declaration
 
Public Enum ChartMarkerType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ChartMarkerType
Members
MemberDescription
BoxUses a square to mark each data point.
DotUses a circle to mark each data point.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.iOS.Chart.ChartMarkerType

See Also