
Includes new funnel chart and C1Bitmap object for UWP.
Features
- Funnel Chart - Allows users to visualize stages of process in a funnel shape, and are most often used for sales.
- C1Bitmap object for Universal Windows Platform (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 to and from platform-specific bitmap objects.