Click or drag to resize
NChartLegendBlockAlignment Property
Alignment of the legend. Please note that if alignment is NChartLegendBlockAlignment.Left NChartLegendBlockAlignment.Right NChartLegendBlockAlignment.Bottom or NChartLegendBlockAlignment.Top the border radius is ignored (assumed to be 0).

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartLegendBlockAlignment BlockAlignment { get; set; }

Property Value

Type: NChartLegendBlockAlignment

Implements

INChartLegendBlockAlignment
See Also