C1.iOS.Chart Assembly / C1.iOS.Chart.Interaction Namespace / LineMarkerLines Enumeration


LineMarkerLines Enumeration
Specifies the line type for the LineMarker.
Syntax
'Declaration
 
Public Enum LineMarkerLines 
   Inherits System.Enum
 
'Usage
 
Dim instance As LineMarkerLines
Members
MemberDescription
BothShow both vertical and horizontal lines.
HorizontalShow a horizontal line.
NoneShow no line.
VerticalShow a vertical line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.iOS.Chart.Interaction.LineMarkerLines

See Also