[]
        
(Showing Draft Content)

C1.Blazor.Chart.Interaction.LineMarkerAlignment

LineMarkerAlignment Enum

Specifies the alignment of the LineMarker.

Namespace: C1.Blazor.Chart.Interaction
Assembly: C1.Blazor.Chart.dll
Syntax
[Flags]
public enum LineMarkerAlignment

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.

PlotBottom

The LineMarker content displayed at the bottom of the plot, below the plot area.

PlotLeft

The LineMarker content displayed on the left side of the plot.

PlotRight

The LineMarker content displayed on the right side of the plot.

PlotTop

The LineMarker content displayed at the top of the plot, above the plot area.

Right

The LineMarker aligns to the right of the pointer.

Top

The LineMarker aligns to the top of the pointer.