C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart.Interaction Namespace / LineMarkerLines Enumeration

LineMarkerLines Enumeration
Specifies the line type for the LineMarker.
Syntax
'Declaration
 
Public Enum LineMarkerLines 
   Inherits System.Enum
 
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.WPF.Chart.Interaction.LineMarkerLines

See Also