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
Public Enumeration NChartLegendBlockAlignment
public enum class NChartLegendBlockAlignment
Members
| Member name | Value | Description |
---|
| TopLeft | 0 |
Legend is in the top left corner of the screen.
|
| TopCenter | 1 |
Legend is in the center on the top of the screen.
|
| TopRight | 2 |
Legend is in the top right corner of the screen.
|
| CenterLeft | 3 |
Legend is on the left in the middle of the screen.
|
| Center | 4 |
Legend is in the center of the screen.
|
| CenterRight | 5 |
Legend is on the right in the middle of the screen.
|
| BottomLeft | 6 |
Legend is in the bottom left corner of the screen.
|
| BottomCenter | 7 |
Legend is in the center on the bottom of the screen.
|
| BottomRight | 8 |
Legend is in the bottom right corner of the screen.
|
| Left | 9 |
Legend fills the whole left area of the screen.
|
| Right | 10 |
Legend fills the whole right area of the screen.
|
| Bottom | 11 |
Legend fills the whole bottom area of the screen.
|
| Top | 12 |
Legend fills the whole top area of the screen.
|
See Also