NChartCalloutLineToLabelConnectionPos Enumeration |
The NChartCalloutLineToLabelConnectionPos enum provides constants to determine the position where the line connects
to the label in the callout.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartCalloutLineToLabelConnectionPos
Public Enumeration NChartCalloutLineToLabelConnectionPos
public enum class NChartCalloutLineToLabelConnectionPos
Members
| Member name | Value | Description |
---|
| Autodetect | 0 |
Detect the position automatically.
|
| BottomLeft | 1 |
Connect in the bottom left corner.
|
| BottomCenter | 2 |
Connect in the center of the bottom edge.
|
| BottomRight | 3 |
Connect in the bottom right corner.
|
| CenterLeft | 4 |
Connect in the center of the left edge.
|
| CenterRight | 5 |
Connect in the center of the right edge.
|
| TopLeft | 6 |
Connect in the top left corner.
|
| TopCenter | 7 |
Connect in the center of the top edge.
|
| TopRight | 8 |
Connect in the top right corner.
|
See Also