Click or drag to resize
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
Members
  Member nameValueDescription
Fixed0 Legend is fixed you cannot alter the legend's origin because it will be ignored.
FreeHorizontal1 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.
FreeVertical2 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.
FreeFloat3 Legend is free by the X- and Y-Axis so you can alter the origin.
See Also