ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Chart Namespace / LineMarkerAlignment Enumeration

In This Topic
    LineMarkerAlignment Enumeration
    In This Topic
    Specifies the alignment of the LineMarker.
    Syntax
    'Declaration
     
    
    Public Enum LineMarkerAlignment 
       Inherits System.Enum
    public enum LineMarkerAlignment : System.Enum 
    Members
    MemberDescription
    AutoThe LineMarker alignment adjusts automatically so that it stays inside the boundaries of the plot area.
    BottomThe LineMarker aligns to the bottom of the pointer.
    LeftThe LineMarker aligns to the left of the pointer.
    RightThe LineMarker aligns to the right of the pointer.
    TopThe LineMarker aligns to the top of the pointer.
    Inheritance Hierarchy

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

    See Also