ComponentOne Studio UWP 新版本发表

Released: Nov 19, 2019

2019 v3 中的更新

特性

  • FlexGrid Enhancements
    • Column Pinning - Adds a new sample for FlexGrid that shows how to enable column pinning using the existing API. While column pinning is similar to freezing, the difference is that more than the left-most columns can become frozen in place. The user may pin any column by clicking the pin icon in the column header. A pinned column is reordered to the left and made frozen. Column pinning, when combined with column reordering and freezing, gives end-users full control over...

Released: Jul 30, 2019

2019 v2 中的更新

特性

Icon Classes for Modern Apps

  • The new C1Icon is a set of classes which generate monochromatic icons that can be tinted and resized easily, without all the pain points that bitmap-based icons have. These icons are used internally in some controls, such as the new Ribbon for WinForms, where users are able to specify different icons through the API. C1Icon sources can be fonts, vectors (path or SVG), and images. C1Icon is supported in WinForms, WPF and UWP.

FlexPie for UWP Supports Multiple Pie...

Released: Mar 21, 2019

2019 v1 中的更新

特性

  • SimplifiedRibbon - The Simplified Ribbon has been updated to use C1Icon (with support for image, font, or vector graphics can be used for buttons) and has improved theme support.
  • FlexGrid - Full text filter behaves similarly to a search box. It allows you to highlight any matches that are contained within the FlexGrid. It gives you the option to match case, match whole word, match numbers, and treat spaces as an "And" operator.
  • FlexGrid now allows you to use C1Icon to also configure the...

Released: Nov 20, 2018

2018 v3 中的更新

特性

  • Simplified WPF Ribbon - Improve the look and navigation of your WPF apps with the modern, minimalistic simplified ribbon. This new control occupies the middle ground between a ribbon a toolbar, providing a single-line collapsed state, or a three-line ribbon-like appearance, and its design is influenced by Microsoft's ever-evolving Office 365 ribbon. You can customize the style of the ribbon, as well as the buttons you'd like to include.
  • FlexGrid101 Samples - Added a new C1Icon that enables a...

Released: Jul 18, 2018

2018 v2 中的更新

特性

Data Visualization Enhancements
FlexChart has added several new charts to the collection of over 80 charts and variations.

  • HeatMap chart - This specialized chart represents data values using colors, and is especially useful in plotting large, complex data. Customizations include gradient color scale, gradient color axis, and a discrete color scale.
  • New histogram variations
    • Frequency Polygon, a variation of histogram chart where the columns are replaced by a curve that's helpful for comparing...

Released: Apr 3, 2018

2018 v1 中的更新

特性

  • New Control: MultiSelect Input Control is a drop-down control that extends ComboBox and adds checkboxes next to each item in the drop-down list, allowing users to select multiple items from a list.
  • The new C1 Samples Explorer allows users to access samples and demos from a built-in desktop app. When the product installs, users get an additional icon to start up the Samples Explorer. Features allow users to browse and search samples across all platforms, and they can launch the VB or C# script...

Released: Nov 15, 2017

2017 v3 中的更新

特性

  • New Expression Editor control allows end users to add Excel-like functions within a grid.
  • FlexChart has added 16 chart types, including step chart variations, histogram, and ranged histogram. In addition, legend-grouping, drilldown support,and line styling for markers have been added as enhancements, and editable annotations are available as a sample. SaveImage is now available in FlexPie, Sunburst, and TreeMap charts.
  • New Dashboard Demo showcases FlexChart, linear gauge, FlexGrid, range...

Released: Jul 19, 2017

2017 v2 中的更新

特性

Bitmap for UWP

  • Added the CreateImage method to C1Bitmap which creates the internal image of the given size with content that is not initialized.
  • Added the Import(C1Bitmap) method for more efficient copying the image between instances of C1Bitmap.

Excel for UWP

  • Added support XLReferenceMode.R1C1 (and ReferenceMode property for C1XLBook) for C1Excel.
  • Added UseDefaultCsvEncoding property in C1XLBook (use the default encoding for CSV files), for Japanese version true by default.

FlexChart for UWP...

Released: Mar 15, 2017

2017 v1 中的更新

特性

  • Full support for Microsoft Visual Studio 2017.
  • New InputPanel - Manages the design, layout, appearance, and behavior of multiple input components.
  • FlexChart updates
    • Axes binding
    • Multiple Plot Areas
    • Box-and-whisker plot
    • ErrorBar chart
  • FinancialChart updates
    • Stochastic Oscillator Indicators
    • MACD Indicators
    • Bollinger Bands
    • Envelopes
    • Fibonacci Tools

Released: Jan 18, 2017

2016 v3.5 中的更新

特性

  • Funnel Chart - Allows users to visualize stages of process in a funnel shape, and are most often used for sales.
  • C1Bitmap object for UWP - Load an image from a file, stream or another bitmap object. Image manipulations include:
    • Clip
    • Scale
    • Flip
    • Rotate
    • Change pixel format
    • Apply any combination of these transformations
  • Bitmap can be loaded from the following container formats:
    • BMP
    • GIF
    • ICO
    • JPG
    • JPEG-XR
    • PNG
    • TIFF
    • You can also save to any of these formats (except for ICO).
  • Bitmap supports conversion...