ZedGraph LogoZedGraph Class Library Documentation
AlignH Enumeration
NamespacesZedGraphAlignH
Enumeration type for the different horizontal text alignment options
Declaration Syntax
C#Visual BasicVisual C++
public enum AlignH
Public Enumeration AlignH
public enum class AlignH
Members
MemberDescription
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.

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.

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.

See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621