Click or drag to resize
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
Members
  Member nameValueDescription
TopLeft0 Align caption in the top left corner.
TopCenter1 Align caption at the center on the top of the screen.
TopRight2 Align caption in the top right corner.
BottomLeft3 Align caption in the bottom left corner.
BottomCenter4 Align caption at the center on the bottom of the screen.
BottomRight5 Align caption in the bottom right corner.
See Also