2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
By default, padding is applied to all the sides of chart to avoid the cropping of axis labels and leaving some space between nearby views and chart. However, it can be removed or changed using the ChartPadding property of SfChart.
In the following code snippets shows how to customize the chart padding.
xaml: <chart:SfChart x:Name="Chart" ChartPadding ="5,5,5,5"> ... </chart:SfChart>
C#: ... SfChart chart = new SfChart() { ChartPadding = new Thickness(5) }; ...
|
2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.