data entry - Visual C++ 2005 / MindFusion Group

  1. $$$$$ | 구입

    릴리스 노트: Now supports general IME mode that maps a raw input sequence to dictionary entries. Chinese- ... the origin of an axis. Miscellaneous New property allows you to specify tooltips for data values. New ... property allows you to specify the background of data labels. New properties allow you to display ... 더 읽기 본 제품에 관한 더 많은 결과 보기

  2. 릴리스 노트: New in MindFusion.Diagramming Multi-touch support- Diagram views now handle Microsoft Windows touch messages and implement multi-touch gestures: The view can be zoomed or panned using two-touch pinch/flick gestures. Diagram nodes can be moved, scaled and rotated using two-touch pinch/flick gestures ... 더 읽기

  3. 릴리스 노트: support for transforms on embedded bitmaps. Added support for new-line symbols in style and path data ... improvements Fix for S command in path data (shortcut syntax for cubic Bezier curves) when not following ... 더 읽기

  4. $$$$ | 구입

    릴리스 노트: Added a new LinkDensity partitioning method to CompositeLayout, which divides the graph depending on ratio of nodes to links in subgraphs. AnnealLayout now normalizes distance calculations, making its cost property values independent from diagram's MeasureUnit. You can now enable the FlipImage ... 더 읽기 본 제품에 관한 더 많은 결과 보기

  5. 릴리스 노트: Added Microsoft.NET 8 support- The distribution now includes assemblies and sample projects for.NET 8. Locally installed assemblies do not appear automatically in Visual Studio toolbox at this time, you can either add references manually or through Nuget package manager. UI virtualization ... 더 읽기

  6. 릴리스 노트: Drag-and-drop improvements- The control now displays a ghost image of nodes dragged from NodeListView. Set the DragIndicatorOpacity property to set the image opacity. Set HorizontalDropAlignment and VerticalDropAlignment to specify placement of dropped node relative to mouse pointer. Miscellaneous ... 더 읽기

  7. 릴리스 노트: Added a new LinkDensity partitioning method to CompositeLayout, which divides the graph depending on ratio of nodes to links in subgraphs. Improved export of link texts by SvgExporter. Nodes rendered inside NodeListView now better match the MeasureUnit. Fixed CellTextBrush not being serialized in ... 더 읽기 본 제품에 관한 더 많은 결과 보기

  8. 릴리스 노트: Multi-touch support- Diagram views now handle Microsoft Windows touch messages and implement multi-touch gestures: The view can be zoomed or panned using two-touch pinch/flick gestures. Diagram nodes can be moved, scaled and rotated using two-touch pinch/flick gestures. Each touch draws diagram ... 더 읽기

  9. 릴리스 노트: You can now specify which visual effect to show when modifying items. You can now specify which visual effect to show when modifying items. New Opacity property lets you create translucent DiagramItems. Added new CopySelection overload which lets you copy a list of items without selecting them. You ... 더 읽기

  10. 릴리스 노트: Added a new LinkDensity partitioning method to CompositeLayout, which divides the graph depending on ratio of nodes to links in subgraphs. Improved export of link texts by SvgExporter. Nodes rendered inside NodeListView now better match the MeasureUnit. Fixed CellTextBrush not being serialized in ... 더 읽기 본 제품에 관한 더 많은 결과 보기

  11. 릴리스 노트: Multi-touch support- Diagram views now handle Microsoft Windows touch messages and implement multi-touch gestures: The view can be zoomed or panned using two-touch pinch/flick gestures. Diagram nodes can be moved, scaled and rotated using two-touch pinch/flick gestures. Each touch draws diagram ... 더 읽기

  12. 릴리스 노트: You can now specify which visual effect to show when modifying items. New Opacity property lets you create translucent DiagramItems. Added new CopySelection overload which lets you copy a list of items without selecting them. You can now set GridPatternHatch and GridPatternThreshold to replace the ... 더 읽기

  13. $$$$$ | 구입

    릴리스 노트: Microsoft.NET 8 support- The MindFusion.WPF Pack distribution now includes assemblies and sample projects for.NET 8. Locally installed assemblies do not appear automatically in Microsoft Visual Studio toolbox at this time; you can either add references manually or through NuGet package manager. New ... 더 읽기 본 제품에 관한 더 많은 결과 보기

  14. 릴리스 노트: New in MindFusion.Diagramming Model / view separation- Diagram is now considered a model class and must be displayed inside a DiagramView control. UI virtualization- DiagramView and ContainerNode now add UI elements to the WPF visual tree only for diagram items that are currently visible in their ... 더 읽기

  15. 릴리스 노트: sequence to dictionary entries. The keyboard collects clicked characters in a staging area and shows ... the matching entries as suggestions. Users can either click a suggestion button to send its content as input, ... 더 읽기

  16. $$$ | 구입

    설명: color scheme to its labels and legends. The tool supports various options for data input and includes ... a full-featured gauge control. Line and Area Charts- Line and area charts can be stacked, show scatters at data ... Custom labels can be drawn at data points. Bar and Column Charts- Bar charts can be drawn either ... 더 읽기 본 제품에 관한 더 많은 결과 보기

  17. 설명: its labels and legends. The tool supports various options for data input and includes a full-featured ... gauge control. Line and Area Charts- Line and area charts can be stacked, show scatters at data points ... labels can be drawn at data points. Bar and Column Charts- Bar charts can be drawn either horizontal or ... 더 읽기

  18. 릴리스 노트: be stacked, show scatters at data points or just the scatters. They can be drawn with dashed lines and have ... as many series as you want. Custom labels can be drawn at data points. Bar and Column Charts- Bar charts ... add unlimited number of data series to any radar or polar chart that you create with the control. ... 더 읽기

  19. $$$ | 구입

    설명: data into dashboards, MindFusion.Charting for WebForms saves you hundreds of hours coding ... 더 읽기 본 제품에 관한 더 많은 결과 보기

  20. 설명: data into dashboards, MindFusion.Charting for WebForms saves you hundreds of hours coding and ... 더 읽기

  21. 릴리스 노트: to mouse events. In addition, you can load new data into the charts dynamically using client-side ... JavaScript API. New Data Model- Data is read using an interface called Series, whose instances can ... 더 읽기

  22. $$$ | 구입

    설명: of appearance settings and the control supports different labels for each chart type. Charts can read data from ... graphics with shapes at data points. Multiple axes. Associate data series with axis. Bar Charts Drawing ... graphics. Chart Data. Set with numerical data arrays or through database. Bind to XML documents. Feed data ... 더 읽기 본 제품에 관한 더 많은 결과 보기

  23. 릴리스 노트: The TowerChart control and TowerRenderer component rendering series side by side to allow you to compare data ... width along the cross axis. You could use the stock EventSeries class as data container, or implement ... the Series interface to provide data from your own data structures. Added Microsoft.NET 6 support- ... 더 읽기

  24. 릴리스 노트: now returns the closest data element to a specified location. Fixed duplicated tooltips when a form ... 더 읽기

  25. 설명: Enrich your application with flowchart / workflow / organizational diagramming. MindFusion.Diagramming for ActiveX Pro is an ActiveX control that helps you create and present workflow, flowchart and process diagrams, database entity-relationship diagrams, organizational, hierarchy and relationship ... 더 읽기 본 제품에 관한 더 많은 결과 보기

  26. 릴리스 노트: You can now display multiple captions for a single flowchart node. Multiple labels per node- Allows multiple captions to be displayed for a single flowchart node. You can customize node labels including display and positioning. Miscellaneous The bhMoveLabels behavior now lets user move link and ... 더 읽기

  27. 릴리스 노트: Adds support for built-in mouse wheel handling. Mouse wheel- The control now provides built-in mouse wheel handling. By default, rotating the wheel scrolls the view vertically. Users can scroll horizontally by holding down the Shift modifier key while rotating the mouse wheel. The Control modifier ... 더 읽기

  28. $$$ | 구입

    설명: Add work flow diagrams to your applications. MindFusion.Diagramming for ActiveX helps you create and present work flow, algorithm, and process diagrams, database entity-relationship diagrams, object hierarchy and relationship charts, graphs and trees. MindFusion.Diagramming for ActiveX Standard ... 더 읽기 본 제품에 관한 더 많은 결과 보기

  29. 릴리스 노트: Multiple labels per node- Allows multiple captions to be displayed for a single flowchart node. You can customize node labels including display and positioning. Miscellaneous The bhMoveLabels behavior now lets user move link and node labels interactively. HorizontalOffset and VerticalOffset now ... 더 읽기

  30. 릴리스 노트: Adds support for built-in mouse wheel handling. Mouse wheel- The control now provides built-in mouse wheel handling. By default, rotating the wheel scrolls the view vertically. Users can scroll horizontally by holding down the Shift modifier key while rotating the mouse wheel. The Control modifier ... 더 읽기