NChartScaleLegendBlockAlignment 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; }
Public Property BlockAlignment As NChartLegendBlockAlignment
Get
Set
public:
virtual property NChartLegendBlockAlignment BlockAlignment {
NChartLegendBlockAlignment get () sealed;
void set (NChartLegendBlockAlignment value) sealed;
}
Property Value
Type:
NChartLegendBlockAlignmentImplements
INChartLegendBlockAlignmentSee Also