Click or drag to resize
NChartScaleLegendMaxSize Property
Maximal size of legend in pixels. The default value is 200. If the legend's block alignment is so that the legend grows vertically it is interpreted as maximal height if the legend grows horizontally -- as maximal width. For details see INChartLegend.MaxSize

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

Property Value

Type: Single

Implements

INChartLegendMaxSize
See Also