[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendArea.AlignmentY

AlignmentY Property

AlignmentY

Gets or sets the vertical alignment of the legend area.

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

Alignment is measured in relative units (0.0 = top, 0.5 = center, 1.0 = bottom).

Exceptions
Type Condition
ArgumentOutOfRangeException

Value is less than zero or greater than one.