Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.22 KB

File metadata and controls

18 lines (12 loc) · 1.22 KB

How to customize the rounded corners in SfCartesianChart?

Flutter Cartesian chart widget provides support for customizing the corners of the Rect series types using the borderRadius property of the chart series such as column, range column, bar, stacked column, and stacked bar. By using the borderRadius property, you can change the radius of the corners so that the corners can be shaped in either in circular or elliptical shapes.

Documentation: https://help.syncfusion.com/flutter/cartesian-charts/chart-types#rounded-corners

Requirements to run the demo

How to run this application

To run this application, you need to first clone or download the ‘rounded corner customization flutter chart’ repository and open it in your preferred IDE. Then, build and run your project to view the output.

Further help

For more help, check the Syncfusion Flutter documentation, or Flutter documentation.