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


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