Enum AlignH
Enumeration type for the different horizontal text alignment options
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum AlignH
Fields
Name | Description |
---|---|
Center | Position the text so that its center is aligned (horizontally) with the specified X,Y location. Used by the Draw(Graphics, PaneBase, String, Single, Single, AlignH, AlignV, Single) method. |
Left | Position the text so that its left edge is aligned with the specified X,Y location. Used by the Draw(Graphics, PaneBase, String, Single, Single, AlignH, AlignV, Single) method. |
Right | Position the text so that its right edge is aligned with the specified X,Y location. Used by the Draw(Graphics, PaneBase, String, Single, Single, AlignH, AlignV, Single) method. |