[]
        
(Showing Draft Content)

C1.Android.Chart.Interaction.LineMarkerAlignment

LineMarkerAlignment Class

Specifies the alignment of the LineMarker.

Inheritance
LineMarkerAlignment
Namespace: C1.Android.Chart.Interaction
Assembly: C1.Android.Chart.dll
Syntax
public sealed class LineMarkerAlignment : Enum

Fields

Name Description
Auto

The LineMarker alignment adjusts automatically so that it stays inside the boundaries of the plot area.

Bottom

The LineMarker aligns to the bottom of the pointer.

Left

The LineMarker aligns to the left of the pointer.

Right

The LineMarker aligns to the right of the pointer.

Top

The LineMarker aligns to the top of the pointer.

value__