Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / AlignmentY Property


AlignmentY Property (LabelArea)
Gets the vertical alignment of the label area.
Syntax
'Declaration
 
Public Property AlignmentY As Single
 
'Usage
 
Dim instance As LabelArea
Dim value As Single
 
instance.AlignmentY = value
 
value = instance.AlignmentY
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