Skip to content

Commit 868f6c9

Browse files
author
NitheeshKumarThangaraj
committed
committed the changes
1 parent 29757a6 commit 868f6c9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ColumnCustomCorners/Model.cs renamed to ColumnCustomCorners/Model/Model.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
namespace ColumnCustomCorners;
3+
namespace ColumnCustomCorners.Model;
44

55
public class Model
66
{
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How-to-set-different-corner-radius-for-each-column-segments-in-.NET-MAUI-Cartesian-chart
1+
# 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.
33

44
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.

0 commit comments

Comments
 (0)