Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendArea Class / AlignmentY Property


In This Topic
    AlignmentY Property (LegendArea)
    In This Topic
    Gets or sets the vertical alignment of the legend area.
    Syntax
    'Declaration
     
    
    Public Property AlignmentY As Single
    'Usage
     
    
    Dim instance As LegendArea
    Dim value As Single
     
    instance.AlignmentY = value
     
    value = instance.AlignmentY
    public float AlignmentY {get; set;}
    Exceptions
    ExceptionDescription
    Value is less than zero or greater than one.
    Remarks
    Alignment is measured in relative units (0.0 = top, 0.5 = center, 1.0 = bottom).
    See Also