C1.Web.Mvc.Chart 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 lines.
VerticalShow a vertical line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Chart.LineMarkerLines

See Also