NChartScaleLegendContentAlignment Property |
Alignment of legend's content in legend's area. The default value is NChartLegendContentAlignment.Center.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartLegendContentAlignment ContentAlignment { get; set; }
Public Property ContentAlignment As NChartLegendContentAlignment
Get
Set
public:
virtual property NChartLegendContentAlignment ContentAlignment {
NChartLegendContentAlignment get () sealed;
void set (NChartLegendContentAlignment value) sealed;
}
Property Value
Type:
NChartLegendContentAlignmentImplements
INChartLegendContentAlignmentSee Also