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
Public Enumeration NChartLegendContentAlignment
public enum class NChartLegendContentAlignment
Members
| Member name | Value | Description |
---|
| Left | 0 |
Align the content of the legend left.
|
| Center | 1 |
Align the content of the legend to the center.
|
| Justified | 2 |
Align the content of the legend justified.
|
See Also