ComponentOne Xamarin Edition
LineMarkerLines Enumeration
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart.Interaction Namespace : LineMarkerLines Enumeration
Specifies the line type for the LineMarker.
Syntax
public enum LineMarkerLines : System.Enum 
Members
MemberDescription
Both Show both vertical and horizontal lines.
Horizontal Show a horizontal line.
None Show no line.
Vertical Show a vertical line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Chart.Interaction.LineMarkerLines

See Also

Reference

C1.Xamarin.Forms.Chart.Interaction Namespace