Click or drag to resize
NChartLegendBlockAlignment Enumeration
The NChartLegendBlockAlignment enum provides constants for different predefined positions of the legend on the screen.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartLegendBlockAlignment
Members
  Member nameValueDescription
TopLeft0 Legend is in the top left corner of the screen.
TopCenter1 Legend is in the center on the top of the screen.
TopRight2 Legend is in the top right corner of the screen.
CenterLeft3 Legend is on the left in the middle of the screen.
Center4 Legend is in the center of the screen.
CenterRight5 Legend is on the right in the middle of the screen.
BottomLeft6 Legend is in the bottom left corner of the screen.
BottomCenter7 Legend is in the center on the bottom of the screen.
BottomRight8 Legend is in the bottom right corner of the screen.
Left9 Legend fills the whole left area of the screen.
Right10 Legend fills the whole right area of the screen.
Bottom11 Legend fills the whole bottom area of the screen.
Top12 Legend fills the whole top area of the screen.
See Also