INChartLegendBlockAlignment 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 NChartLegendBlockAlignment BlockAlignment { get; set; }
Property BlockAlignment As NChartLegendBlockAlignment
Get
Set
property NChartLegendBlockAlignment BlockAlignment {
NChartLegendBlockAlignment get ();
void set (NChartLegendBlockAlignment value);
}
Property Value
Type:
NChartLegendBlockAlignmentSee Also