NChartCalloutLineType Enumeration |
The NChartCalloutLineType enum provides constants to determine the appearance of the callout line.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartCalloutLineType
Public Enumeration NChartCalloutLineType
public enum class NChartCalloutLineType
Members
| Member name | Value | Description |
---|
| Straight | 0 |
Straight line.
|
| Broken | 1 |
Broken line.
|
See Also