Migrate from Xamarin.Forms SfChart to .NET MAUI SfPolarChart
The Polar Chart was created from the scratch using the upgraded APIs and performance of the .NET MAUI graphics library and framework layouts. However, a minor code change is required. In addition, SfChart has been divided into five chart controls in .NET MAUI for a better user experience and understanding.
Xamarin
.NET MAUI
SfChart
SfCartesianChart
SfCircularChart
SfFunnelChart
SfPyramidChart
SfPolarChart
To make the migration easier, the majority of the APIs from the Xamarin SfChart were kept in the .NET MAUI SfPolarChart. Currently, most of the features have been added in the SfPolarChart, but only a few are pending in the .NET MAUI along with some limitations. Please refer to the following details and the API migration information available below.
API migration
To initialize the control, import the Chart namespace and Initialize SfPolarChart as shown in the following code sample.
Support to enable or disable the legend icon visibility.
Legend floating support.
Event or method to notify when a legend item is clicked.
Known issue
#FB49487 - Gradient Support for Line-Based Series in .NET MAUI Chart.
Unsupported features from Xamarin.Forms
Data label created event support was not provided in series. Instead, you can use the DrawDataLabel override method in the ChartSeries class.
In.NET MAUI, the ChartDataPoint model class was no longer available. Instead, create your own model.
Limitations
Features
Comments
LabelRotation
This feature supports for secondary axis only.
AxisLineStyle
This feature supports for secondary axis only.
AxisLineOffset
This feature supports for secondary axis only.
CrossesAt
This feature is currently not supported for Polar charts.
RenderNextToCrossingValue
This feature is currently not supported for Polar charts.
CrossAxisName
This feature is currently not supported for Polar charts.
Axis Title
This feature supports for secondary axis only.
EdgeLabelsDrawingMode
This feature supports for secondary axis only.
EnableAutoIntervalOnZooming
This feature is currently not supported for Polar charts.
LabelPlacement
This feature is currently not supported for Primary axis.
ArrangeByIndex
This feature is currently not supported for Primary axis.
AutoScrollingDeltaType
This feature is currently not supported for DateTime axis.
SelectionBehavior(Upcoming)
This feature is currently not supported for Polar Charts.
AutoScrollingDelta
This feature is currently not supported for Polar Charts.
AutoScrollingMode
This feature is currently not supported for Polar Charts.
ZoomPosition
This feature is currently not supported for Polar Charts.
ZoomFactor
This feature is currently not supported for Polar Charts.
ShowTrackballLabel
This feature is not supported for Polar Charts.
TrackballLabelStyle
This feature is not supported for Polar Charts.
Support and feedback
If you are unable to find the migration information you require in the self-help resources listed above, please contact us by creating a support ticket. Do not see what you need? Please request it in our feedback portal.