ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Interaction Namespace / LineMarkerAlignment Enumeration

In This Topic
    LineMarkerAlignment Enumeration
    In This Topic
    Specifies the alignment mode of the LineMarker content.
    Syntax
    'Declaration
     
    Public Enum LineMarkerAlignment 
       Inherits System.Enum
    public enum LineMarkerAlignment : System.Enum 
    Members
    MemberDescription
    AutoLineMarker content is centered on the rectangle. The default value.
    BottomLineMarker content is aligned to the bottom of the rectangle.
    LeftLineMarker content is left aligned in a rectangle.
    LeftBottomLineMarker content is aligned to the left bottom of the rectangle.
    LeftTopLineMarker content is aligned to the left top of the rectangle.
    RightLineMarker content is right aligned in a rectangle.
    TopLineMarker content is aligned to the top of the rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Chart.Interaction.LineMarkerAlignment

    See Also