'宣言 Public Enum LineMarkerAlignment Inherits System.Enum
public enum LineMarkerAlignment : System.Enum
'宣言 Public Enum LineMarkerAlignment Inherits System.Enum
public enum LineMarkerAlignment : System.Enum
| メンバ | 解説 |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
C1.Win.Chart.Interaction.LineMarkerAlignment