BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Thanks for contacting Syncfusion Support.
The space around the surface chart are used to have smooth rotation in the chart. We can adjust this space by setting the ZoomLevel property in the SurfaceChart. If you set the zoom the surface in full size, we can't rotate smoother and also unable to view the chart clearly. Please find the following code sample for your reference.
[XAML]
<Syncfusion:SfSurfaceChart x:Name="surface" ZoomLevel="0.2" XBindingPath="X" YBindingPath="Y" ZBindingPath="Z"/> |
Thanks,
Santhiya A.