Enum AlignP
Enumeration type for the different proximal alignment options
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum AlignP
Fields
Name | Description |
---|---|
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. |
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. |
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. |