[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LabelArea.AlignmentX

AlignmentX Property

AlignmentX

Gets or sets the horizontal alignment of the label area.

Declaration
[FpCategory("Category_Layout")]
public float AlignmentX { get; set; }
<FpCategory("Category_Layout")>
Public Property AlignmentX As Single
Remarks

Alignment is measured in relative units (0.0 = left, 0.5 = center, 1.0 = right).

Exceptions
Type Condition
ArgumentOutOfRangeException

Value is less than zero or greater than one.