LabelAlignmentStyles Enum

Definition

Specifies a label alignment when SmartLabelStyle is used.

This enumeration supports a bitwise combination of its member values.

public enum class LabelAlignmentStyles
[System.Flags]
public enum LabelAlignmentStyles
[<System.Flags>]
type LabelAlignmentStyles = 
Public Enum LabelAlignmentStyles
Inheritance
LabelAlignmentStyles
Attributes

Fields

Bottom 2

Label is aligned to the bottom of the data point.

BottomLeft 64

Label is aligned to the bottom-left of the data point.

BottomRight 128

Label is aligned to the bottom-right of the data point.

Center 256

Label is aligned to the center of the data point.

Left 8

Label is aligned to the left of the data point.

Right 4

Label is aligned to the right of the data point.

Top 1

Label is aligned to the top of the data point.

TopLeft 16

Label is aligned to the top-left corner of the data point.

TopRight 32

Label is aligned to the top-right corner of the data point.

Remarks

The LabelAlignmentStyles enumeration represents the alignment of a label; it is set by the MovingDirection property.

Applies to