Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Version 4.6 beta (Read 2737 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Version 4.6 beta
Feb 26th, 2013 at 3:22pm
Print Post  
FlowChartX version 4.6 adds a Ruler control and several user-requested features:

Ruler control
The Ruler control provides horizontal and vertical scales that helps users measure flowchart items. To specify which Flowchart instance is shown in the ruler, set the Document property.

The ruler tracks mouse movements and modifications being performed on an item, and displays markers over the scales indicating the current position in diagram's coordinate system. The colors of these markers can be changed using the PointerColor and ProjectionColor properties.

If EnableGuides is set to true, the ruler allows aligning several items by clicking on a scale and dragging. That displays alignment guides which follow the mouse pointer and move all selected items on their way. If no diagram elements are selected, all items are moved.

To specify what units are displayed in the scales, assign a member of the EUnit enum to the BaseUnit property, and set UnitScale to define how much the BaseUnit should be scaled.

Preserve order in TreeLayout
If the PreserveOrder property of TreeLayout is enabled, the layout object will preserve the original geometric order of child nodes when arranging them under their parent. This can be used to arrange tree branches in a specific order by first positioning them in increasing horizontal or vertical positions. Another possibility is to apply TreeLayout from *Modified event handlers to let users rearrange the tree branches by dragging and dropping a node.

Table footers
Table nodes can display footer text, specified via their Footer property. The height of the footer area is set via FooterHeight. It can be further customized using the FooterStyle, FooterColor and FooterFillColor properties.

Miscellaneous
~ setting Behavior to bhSelectOnly allows user to only select existing items, but not modify them or draw new ones
~ the last row in a Table will now be rendered clipped if it fits only partially inside the node, whereas in previous versions the row would not be rendered at all
~ PrintOptions.HeaderFont specifies the font for the header of a printed page
~ intermediate arrowhead shapes are now rendered for Bézier links

If anyone is interested in trying the beta version, please download this archive containing 32 and 64-bit builds of the control:
https://mindfusion.eu/_beta/flowchartx_46beta.zip

Any comments, questions and general feedback are welcome.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint