ZedGraph LogoZedGraph Class Library Documentation
AlignP Enumeration
NamespacesZedGraphAlignP
Enumeration type for the different proximal alignment options
Declaration Syntax
C#Visual BasicVisual C++
public enum AlignP
Public Enumeration AlignP
public enum class AlignP
Members
MemberDescription
Inside
Position the text so that its "inside" edge (the edge that is nearest to the alignment reference point or object) is aligned. Used by the Align method to align text to the axis.

Center
Position the text so that its center is aligned with the reference object or point. Used by the Align method to align text to the axis.

Outside
Position the text so that its right edge (the edge that is farthest from the alignment reference point or object) is aligned. Used by the Align method to align text to the axis.

See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621