Specify the way a chart label is aligned.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public enum ChartLabelAlignment
Visual Basic (Declaration)
Public Enumeration ChartLabelAlignment
Visual C++
public enum class ChartLabelAlignment

Members

Member nameDescription
LeftTop
Align the label to the left and top of the rectangle
LeftCenter
Align the label to the left and center of the rectangle
LeftBottom
Align the label to the left and bottom of the rectangle
CenterTop
Align the label to the center and top of the rectangle
CenterCenter
Align the label to the center for both the vertical and horizontal positions of the rectangle
CenterBottom
Align the label to the center and bottom of the rectangle
RightTop
Align the label to the right and top of the rectangle
RightCenter
Align the label to the right and center of the rectangle
RightBottom
Align the label to the right and bottom of the rectangle

See Also