[]
        
(Showing Draft Content)

C1.Win.Chart.Interaction.LineMarkerAlignment

LineMarkerAlignment Enum

Specifies the alignment mode of the LineMarker content.

Namespace: C1.Win.Chart.Interaction
Assembly: C1.Win.FlexChart.8.dll
Syntax
public enum LineMarkerAlignment

Fields

Name Description
Auto

LineMarker content is centered on the rectangle. The default value.

Bottom

LineMarker content is aligned to the bottom of the rectangle.

Left

LineMarker content is left aligned in a rectangle.

LeftBottom

LineMarker content is aligned to the left bottom of the rectangle.

LeftTop

LineMarker content is aligned to the left top of the rectangle.

Right

LineMarker content is right aligned in a rectangle.

Top

LineMarker content is aligned to the top of the rectangle.