NChartCaptionBlockAlignment Enumeration |
The NChartCaptionBlockAlignment enum provides constants to control position of the caption's block.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartCaptionBlockAlignment
Public Enumeration NChartCaptionBlockAlignment
public enum class NChartCaptionBlockAlignment
Members
| Member name | Value | Description |
---|
| TopLeft | 0 |
Align caption in the top left corner.
|
| TopCenter | 1 |
Align caption at the center on the top of the screen.
|
| TopRight | 2 |
Align caption in the top right corner.
|
| BottomLeft | 3 |
Align caption in the bottom left corner.
|
| BottomCenter | 4 |
Align caption at the center on the bottom of the screen.
|
| BottomRight | 5 |
Align caption in the bottom right corner.
|
See Also