ZedGraph LogoZedGraph Class Library Documentation
AlignV Enumeration
NamespacesZedGraphAlignV
Enumeration type for the different vertical text alignment options
Declaration Syntax
C#Visual BasicVisual C++
public enum AlignV
Public Enumeration AlignV
public enum class AlignV
Members
MemberDescription
Top
Position the text so that its top 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 (vertically) with the specified X,Y location. Used by the Draw(Graphics, PaneBase, String, Single, Single, AlignH, AlignV, Single) method.

Bottom
Position the text so that its bottom edge is aligned with the specified X,Y location. Used by the Draw(Graphics, PaneBase, String, Single, Single, AlignH, AlignV, Single) method.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621