Xuni Product Documentation - Xamarin.Forms
ChartMarkerAlignment Enumeration
Specifies the alignment of the LineMarker.
Syntax
public enum ChartMarkerAlignment : System.Enum 
Members
MemberDescription
Auto The LineMarker alignment adjusts automatically so that it stays inside the boundaries of the plot area.
BottomLeft The LineMarker aligns to the left of the pointer.
BottomRight The LineMarker aligns to the right of the pointer.
TopLeft The LineMarker aligns to the top of the pointer.
TopRight The LineMarker aligns to the bottom of the pointer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xuni.Forms.FlexChart.Enums.ChartMarkerAlignment

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xuni.Forms.FlexChart.Enums Namespace