'Declaration
Protected Overridable Function AutoPosition( _ ByVal labelSize As Size, _ ByRef hot As Point, _ ByRef offset As Point _ ) As LabelAlignment
'Usage
Dim instance As DotSymbol Dim labelSize As Size Dim hot As Point Dim offset As Point Dim value As LabelAlignment value = instance.AutoPosition(labelSize, hot, offset)
Parameters
- labelSize
- Size of the label.
- hot
- Hot point (coordinates of the data point) of l.
- offset
- Offset of the label from the hot point.
Return Value
The alignment of the label.