INChartLegendMaxSize 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.
To be more precise the mapping works as follows
- by NChartLegendBlockAlignment.BottomLeft it is height;
- by NChartLegendBlockAlignment.BottomCenter it is height;
- by NChartLegendBlockAlignment.BottomRight it is height;
- by NChartLegendBlockAlignment.CenterLeft it is width;
- by NChartLegendBlockAlignment.CenterCenter it is ignored;
- by NChartLegendBlockAlignment.CenterRight it is width;
- by NChartLegendBlockAlignment.TopLeft it is height;
- by NChartLegendBlockAlignment.TopCenter it is height;
- by NChartLegendBlockAlignment.TopRight it is height;
- by NChartLegendBlockAlignment.Left it is width;
- by NChartLegendBlockAlignment.Right it is width;
- by NChartLegendBlockAlignment.Bottom it is height;
- by NChartLegendBlockAlignment.Top it is height.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax float MaxSize { get; set; }
Property MaxSize As Single
Get
Set
property float MaxSize {
float get ();
void set (float value);
}
Property Value
Type:
SingleSee Also