Skip to content

Commit 29757a6

Browse files
author
NitheeshKumarThangaraj
committed
Merge branch 'Prepare-sample-for-different-corner-radius-for-column' of https://github.com/SyncfusionExamples/How-to-set-different-corner-radius-for-each-column-segments-in-.NET-MAUI-Cartesian-chart into Prepare-sample-for-different-corner-radius-for-column
2 parents b4a56fc + 1676748 commit 29757a6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# How-to-set-different-corner-radius-for-each-column-segments-in-.NET-MAUI-Cartesian-chart
22
This article shows how to set different corner radius for each column segments in .NET MAUI Cartesian chart.
3+
4+
In [.NET MAUI Cartesian Charts](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.CartesianSegment.html), column segments typically have uniform corner radii, but there are scenarios where customizing the radius for each segment individually enhances visualization. By extending the [ColumnSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ColumnSeries.html?tabs=tabid-1%2Ctabid-8%2Ctabid-4%2Ctabid-28%2Ctabid-6) and [ColumnSegment](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ColumnSegment.html) classes, you can dynamically apply different corner radii based on data values.
5+
6+
This approach is useful in various applications, such as financial reports where key data points need emphasis, sales analysis to visually differentiate high and low performances, and progress-tracking applications where milestones can be highlighted with varying rounded corners. Additionally, in health and fitness apps, this customization helps represent activity levels more distinctly, making the data easier to interpret.
7+
8+
# Output
9+
10+
![CustomCornerRadius](https://github.com/user-attachments/assets/35555558-d75c-4ae4-ae62-821fedb26d27)
11+
12+
# Troubleshooting
13+
## Path too long exception
14+
If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.

0 commit comments

Comments
 (0)