NChartLegendOrientation Enumeration |
The NChartLegendOrientation enum provides constants for different legend docking modes.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartLegendOrientation
Public Enumeration NChartLegendOrientation
public enum class NChartLegendOrientation
Members
| Member name | Value | Description |
---|
| Fixed | 0 |
Legend is fixed you cannot alter the legend's origin because it will be ignored.
|
| FreeHorizontal | 1 |
Legend is fixed by the Y-Axis but free by the X-Axis so you can alter the x-value of the origin and the y-value
will be ignored.
|
| FreeVertical | 2 |
Legend is fixed by the X-Axis but free by the Y-Axis so you can alter the y-value of the origin and the x-value
will be ignored.
|
| FreeFloat | 3 |
Legend is free by the X- and Y-Axis so you can alter the origin.
|
See Also