www.Chart4.NET (Documentation) | Samples Download | Release Notes
The LargeOrganizationSettings type exposes the following members.
Back to Top
Back to Top
The LargeOrganizationSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LargeOrganizationSettings | Initializes a new instance of the LargeOrganizationSettings class |
Properties
Name | Description | |
---|---|---|
Chart_Center |
Move chart into the centre of chart area. Default is true.
| |
Chart_MarginSize |
Size (horizontal width and vertical height)of chart margin. Default is Height=0, Width=5.
| |
Chart_ResizeMode |
How the chart to be resized, on expand/collapse of nodes. If you need a shortest chart and viewable nodes, set as 'Always'. Set 'None' for stability. Set 'Automatic' to resize if there is chartarea to scroll.
| |
Chart_SizingMode |
Criteria to determine the chart's size. Default is ByNodeSize (the chart will be large enough to accommodate all nodes).
| |
Node_Padding |
Vertical (height) and horizontal (width) extent of padding for organization chart nodes. Default is Height=10, Width=2.
| |
Node_Size |
Height and width of organization chart nodes. Actual size is determined by considering Node_Padding too. Default is Height=60, Width=70.
|
See Also