Click or drag to resize
NChartLegendContentAlignment Enumeration
The NChartLegendContentAlignment enum provides constants to align the legend's content in the legend area.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartLegendContentAlignment
Members
  Member nameValueDescription
Left0 Align the content of the legend left.
Center1 Align the content of the legend to the center.
Justified2 Align the content of the legend justified.
See Also