LabelAlignmentStyles Enumeração
Definição
Especifica o alinhamento do rótulo quando SmartLabelStyle é usado.Specifies a label alignment when SmartLabelStyle is used.
Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit dos valores membros dela.
public enum class LabelAlignmentStyles
[System.Flags]
public enum LabelAlignmentStyles
[<System.Flags>]
type LabelAlignmentStyles =
Public Enum LabelAlignmentStyles
- Herança
- Atributos
Campos
| Bottom | 2 | O rótulo é alinhado à parte inferior do ponto de dados.Label is aligned to the bottom of the data point. |
| BottomLeft | 64 | O rótulo é alinhado ao canto inferior esquerdo do ponto de dados.Label is aligned to the bottom-left of the data point. |
| BottomRight | 128 | O rótulo é alinhado ao canto inferior direito do ponto de dados.Label is aligned to the bottom-right of the data point. |
| Center | 256 | O rótulo é alinhado ao centro do ponto de dados.Label is aligned to the center of the data point. |
| Left | 8 | O rótulo é alinhado à esquerda do ponto de dados.Label is aligned to the left of the data point. |
| Right | 4 | O rótulo é alinhado à direita do ponto de dados.Label is aligned to the right of the data point. |
| Top | 1 | O rótulo é alinhado à parte superior do ponto de dados.Label is aligned to the top of the data point. |
| TopLeft | 16 | O rótulo é alinhado ao canto superior esquerdo do ponto de dados.Label is aligned to the top-left corner of the data point. |
| TopRight | 32 | O rótulo é alinhado ao canto superior direito do ponto de dados.Label is aligned to the top-right corner of the data point. |
Comentários
A LabelAlignmentStyles enumeração representa o alinhamento de um rótulo; ela é definida pela MovingDirection propriedade.The LabelAlignmentStyles enumeration represents the alignment of a label; it is set by the MovingDirection property.