C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Interaction Namespace / LineMarkerAlignment Enumeration

LineMarkerAlignment Enumeration
Specifies the alignment mode of the LineMarker content.
Syntax
'Declaration
 
Public Enum LineMarkerAlignment 
   Inherits 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