How to compare line series, fast line series, and fast line bitmap series in UWP Chart?
The following table illustrates the comparison between the line series and the fast line series in UWP Charts.
| Line series | Fast line series | Fast line bitmap series |
Rendering | Rendered as a set of line shapes. Each line connects two data points. We will have (n-1) no of line shapes for ānā no of points.
| Rendered using polyline shape. All points are plotted as a single polyline. | Rendered using WritableBitmap. |
Performance | Recommended for a minimal set of data points and low performance requirements.
| Recommended for high performance requirements like 50k or more data points. | Recommended for huge data performance requirements with average UI appearance. |
Tooltip behavior | Tooltip is displayed by hovering the cursor anywhere on the segment. If you move to the line segment, the first half displays the start value, and the second half displays the end value of the line segment.
| Tooltip is displayed by hovering the cursor anywhere on the segment. If you move to the line segment, the first half displays the start value, and the second half displays the end value of the line segment.
| Tooltip will be displayed only by hovering the cursor at the data points, not in the intermediate line. |
Customization | Highly customizable | Limited customization | Limited customization |
Miscellaneous features |
| ||
Segment dragging | Available | Not available | Not available |
Series dragging | Available | Not available | Not available |
Custom template | Available | Available | Not available |
Line customization (StrokeDashedArray, StrokeDashCap, StrokeDashOffset, StrokeLineJoin) | It can be achieved by applying a custom template | Available | StrokeDashedArray is only available. |
Chart palette | Available | Available | Available |
Conclusion
I hope you enjoyed learning about the comparison of line series, fast line series, and fast line bitmap series in UWP Chart (SfChart)?.
You can refer to our UWP Charts feature tour page to know about its other groundbreaking feature representations. You can also explore our UWP Charts examples to understand how to present and manipulate data.
For current customers, you can check out our UWP Controls from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our UWP Charts and other UWP controls.
If you have any queries or require clarifications, please let us know in comments below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!