com.nchart3d.NChart.NChartLegendOrientation Enum Reference

The LegendOrientation enum provides constants for different legend docking modes. More...

Public Attributes

 Fixed
 Legend is fixed, you cannot alter the legend's origin, because it will be ignored.
 
 FreeHorizontal
 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
 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
 Legend is free by the X- and Y-Axis, so you can alter the origin.
 

Detailed Description

The LegendOrientation enum provides constants for different legend docking modes.