共用方式為


LabelAlignmentStyles 列舉

定義

使用 SmartLabelStyle 時,指定標籤對齊方式。

此列舉支援其成員值的位元組合。

public enum class LabelAlignmentStyles
[System.Flags]
public enum LabelAlignmentStyles
[<System.Flags>]
type LabelAlignmentStyles = 
Public Enum LabelAlignmentStyles
繼承
LabelAlignmentStyles
屬性

欄位

名稱 Description
Top 1

標籤對齊到資料點的頂端。

Bottom 2

標籤對齊在資料點的底部。

Right 4

標籤對齊在資料點的右側。

Left 8

標籤對齊於資料點的左側。

TopLeft 16

標籤對齊於資料點的左上角。

TopRight 32

標籤對齊於資料點的右上角。

BottomLeft 64

標籤對齊於資料點的左下角。

BottomRight 128

標籤對齊於資料點的右下角。

Center 256

標籤對齊於資料點中心。

備註

LabelAlignmentStyles列舉代表標籤的對齊;由屬性設定MovingDirection

適用於